Shades of Caribbean Green #0ECFAA
Tints of Caribbean Green #0ECFAA
RGB
CMYK
RGB Variations
Color information
#0ECFAA (or 0x0ECFAA) is known color: Caribbean Green. HEX triplet: 0E, CF and AA. RGB value is (14,207,170). Sum of RGB (Red+Green+Blue) = 14+207+170=391 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.58% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #0ECFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECFAA is #F13055. Grayscale: #919191. Windows color (decimal): -15806550 or 11194126. OLE color: 11194126.
HSL color Cylindrical-coordinate representation of color #0ECFAA: hue angle of 168.5º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECFAA is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 207 | 170 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.19 |
| HSL | 168.5º | 0.87% | 0.43% | - |
| HSV(B) | 168.5º | 0.93% | 0.81% | - |
| XYZ | 29.75 | 47.62 | 45.65 | - |
| YUV | 145.08 | 142.06 | 34.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 207 | 170 | 0.93 | 0 | 0.18 | 0.19 | 168.5 | 0.87 | 0.43 |
| Hex | E | CF | AA | 5D | 0 | 12 | 13 | A8 | 57 | 2B |
| Octal | 16 | 317 | 252 | 135 | 0 | 22 | 23 | 250 | 127 | 53 |
| Binary | 1110 | 11001111 | 10101010 | 1011101 | 0 | 10010 | 10011 | 10101000 | 1010111 | 101011 |
Color Harmonies of #0ECFAA
Complementary color
Monochromatic Colors of #0ECFAA
Black with #0ECFAA
Text Example
Text Example
White with #0ECFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECFAA; }
p { color: rgb(14,207,170); }
H1.HeaderClassName
{
color: #0ECFAA;
}
.AnyTagClassName
{
color: #0ECFAA;
}
</style>
background-color css
<style>
a { background-color: #0ECFAA; }
a { background-color: rgb(14,207,170); }
div.DivClassName
{
background-color: #0ECFAA;
}
.BgClassName
{
background-color: #0ECFAA;
}
</style>
border-color css
<style>
span { border-color: #0ECFAA; }
span { border-color: rgb(14,207,170); }
td.TdClassName
{
border-color: #0ECFAA;
}
.TagClassName
{
border-color: #0ECFAA;
}
</style>