Shades of Caribbean Green #0ED9AB
Tints of Caribbean Green #0ED9AB
RGB
CMYK
RGB Variations
Color information
#0ED9AB (or 0x0ED9AB) is known color: Caribbean Green. HEX triplet: 0E, D9 and AB. RGB value is (14,217,171). Sum of RGB (Red+Green+Blue) = 14+217+171=402 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.48% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #0ED9AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED9AB is #F12654. Grayscale: #979797. Windows color (decimal): -15803989 or 11262222. OLE color: 11262222.
HSL color Cylindrical-coordinate representation of color #0ED9AB: hue angle of 166.4º 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 #0ED9AB is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 217 | 171 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.15 |
| HSL | 166.4º | 0.88% | 0.45% | - |
| HSV(B) | 166.4º | 0.94% | 0.85% | - |
| XYZ | 32.34 | 52.66 | 46.99 | - |
| YUV | 151.06 | 139.25 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 217 | 171 | 0.94 | 0 | 0.21 | 0.15 | 166.4 | 0.88 | 0.45 |
| Hex | E | D9 | AB | 5E | 0 | 15 | F | A6 | 58 | 2D |
| Octal | 16 | 331 | 253 | 136 | 0 | 25 | 17 | 246 | 130 | 55 |
| Binary | 1110 | 11011001 | 10101011 | 1011110 | 0 | 10101 | 1111 | 10100110 | 1011000 | 101101 |
Color Harmonies of #0ED9AB
Complementary color
Monochromatic Colors of #0ED9AB
Black with #0ED9AB
Text Example
Text Example
White with #0ED9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED9AB; }
p { color: rgb(14,217,171); }
H1.HeaderClassName
{
color: #0ED9AB;
}
.AnyTagClassName
{
color: #0ED9AB;
}
</style>
background-color css
<style>
a { background-color: #0ED9AB; }
a { background-color: rgb(14,217,171); }
div.DivClassName
{
background-color: #0ED9AB;
}
.BgClassName
{
background-color: #0ED9AB;
}
</style>
border-color css
<style>
span { border-color: #0ED9AB; }
span { border-color: rgb(14,217,171); }
td.TdClassName
{
border-color: #0ED9AB;
}
.TagClassName
{
border-color: #0ED9AB;
}
</style>