RGB
0, 139, 139
HSL
180°, 100%, 27%
CMYK
100, 0, 0, 45
HSV
180°, 100%, 55%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #008B8B |
color: #008B8B;
|
| RGB | 0, 139, 139 |
color: rgb(0, 139, 139);
|
| RGB Percentage | 0%, 55%, 55% |
color: rgb(0%, 55%, 55%);
|
| CMYK | 100%, 0%, 0%, 45% | Not supported in CSS |
| HSL | 180°, 100%, 27% |
color: hsl(180, 100%, 27%);
|
| HSV | 180°, 100%, 55% | Not supported in CSS |
| CIE-LAB | 22, -28, 0 |
color: lab(22% -28 0);
|
| Decimal | 35723 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.dark-cyan {
color: #008B8B;
}
SCSS
$dark-cyan: #008B8B;
RGB
rgb(0, 139, 139)
Accessibility & Contrast
White background
4.15:1
4.15
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
5.07:1
5.07
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element