RGB
0, 206, 200
HSL
178°, 100%, 40%
CMYK
100, 0, 3, 19
HSV
178°, 100%, 81%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #00CEC8 |
color: #00CEC8;
|
| RGB | 0, 206, 200 |
color: rgb(0, 206, 200);
|
| RGB Percentage | 0%, 81%, 78% |
color: rgb(0%, 81%, 78%);
|
| CMYK | 100%, 0%, 3%, 19% | Not supported in CSS |
| HSL | 178°, 100%, 40% |
color: hsl(178, 100%, 40%);
|
| HSV | 178°, 100%, 81% | Not supported in CSS |
| CIE-LAB | 32, -41, 2 |
color: lab(32% -41 2);
|
| Decimal | 52936 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.blue-green {
color: #00CEC8;
}
SCSS
$blue-green: #00CEC8;
RGB
rgb(0, 206, 200)
Accessibility & Contrast
White background
1.97:1
1.97
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
10.66:1
10.66
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element