Shades of Caribbean Green #0ED9AA
Tints of Caribbean Green #0ED9AA
RGB
CMYK
RGB Variations
Color information
#0ED9AA (or 0x0ED9AA) is known color: Caribbean Green. HEX triplet: 0E, D9 and AA. RGB value is (14,217,170). Sum of RGB (Red+Green+Blue) = 14+217+170=401 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.49% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED9AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED9AA is #F12655. Grayscale: #969696. Windows color (decimal): -15803990 or 11196686. OLE color: 11196686.
HSL color Cylindrical-coordinate representation of color #0ED9AA: hue angle of 166.11º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED9AA is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 170 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.15 |
| HSL | 166.11º | 0.88% | 0.45% | - |
| HSV(B) | 166.11º | 0.94% | 0.85% | - |
| XYZ | 32.25 | 52.62 | 46.49 | - |
| YUV | 150.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 170 | 0.94 | 0 | 0.22 | 0.15 | 166.11 | 0.88 | 0.45 |
| Hex | E | D9 | AA | 5E | 0 | 16 | F | A6 | 58 | 2D |
| Octal | 16 | 331 | 252 | 136 | 0 | 26 | 17 | 246 | 130 | 55 |
| Binary | 1110 | 11011001 | 10101010 | 1011110 | 0 | 10110 | 1111 | 10100110 | 1011000 | 101101 |
Color Harmonies of #0ED9AA
Complementary color
Monochromatic Colors of #0ED9AA
Black with #0ED9AA
Text Example
Text Example
White with #0ED9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9AA; }
p { color: rgb(14,217,170); }
H1.HeaderClassName
{
color: #0ED9AA;
}
.AnyTagClassName
{
color: #0ED9AA;
}
</style>
background-color css
<style>
a { background-color: #0ED9AA; }
a { background-color: rgb(14,217,170); }
div.DivClassName
{
background-color: #0ED9AA;
}
.BgClassName
{
background-color: #0ED9AA;
}
</style>
border-color css
<style>
span { border-color: #0ED9AA; }
span { border-color: rgb(14,217,170); }
td.TdClassName
{
border-color: #0ED9AA;
}
.TagClassName
{
border-color: #0ED9AA;
}
</style>