Pristine Oceanic
#00ccbb
Here's everything about the color Pristine Oceanic (#00ccbb) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00ccbb | |
|---|---|---|
| RGB | rgb(0, 204, 187) | |
| HSL | hsl(175, 100%, 40%) | |
| CMYK | cmyk(100%, 0%, 8%, 20%) | |
| LAB | lab(74, -47, -4) | |
| OKLCH | oklch(0.76 0.134 184) |
Color harmonies
Tints & shades
Code snippets
color: #00ccbb;
background-color: #00ccbb;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF00CCBB)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.80, blue: 0.73, alpha: 1.0)