RGB
42, 170, 138
HSL
165°, 60%, 42%
CMYK
75, 0, 19, 33
HSV
165°, 75%, 67%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #2AAA8A |
color: #2AAA8A;
|
| RGB | 42, 170, 138 |
color: rgb(42, 170, 138);
|
| RGB Percentage | 16%, 67%, 54% |
color: rgb(16%, 67%, 54%);
|
| CMYK | 75%, 0%, 19%, 33% | Not supported in CSS |
| HSL | 165°, 60%, 42% |
color: hsl(165, 60%, 42%);
|
| HSV | 165°, 75%, 67% | Not supported in CSS |
| CIE-LAB | 34, -26, 11 |
color: lab(34% -26 11);
|
| Decimal | 2796170 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.jungle-green {
color: #2AAA8A;
}
SCSS
$jungle-green: #2AAA8A;
RGB
rgb(42, 170, 138)
Accessibility & Contrast
White background
2.91:1
2.91
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
7.22:1
7.22
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element