Shades of Caribbean Green #0ECA89
Tints of Caribbean Green #0ECA89
RGB
CMYK
RGB Variations
Color information
#0ECA89 (or 0x0ECA89) is known color: Caribbean Green. HEX triplet: 0E, CA and 89. RGB value is (14,202,137). Sum of RGB (Red+Green+Blue) = 14+202+137=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 202 (79.30% from 255 or 57.22% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA89 is #F13576. Grayscale: #8A8A8A. Windows color (decimal): -15807863 or 9030158. OLE color: 9030158.
HSL color Cylindrical-coordinate representation of color #0ECA89: hue angle of 159.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA89 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 137 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.21 |
| HSL | 159.26º | 0.87% | 0.42% | - |
| HSV(B) | 159.26º | 0.93% | 0.79% | - |
| XYZ | 25.82 | 44.14 | 30.83 | - |
| YUV | 138.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 137 | 0.93 | 0 | 0.32 | 0.21 | 159.26 | 0.87 | 0.42 |
| Hex | E | CA | 89 | 5D | 0 | 20 | 15 | 9F | 57 | 2A |
| Octal | 16 | 312 | 211 | 135 | 0 | 40 | 25 | 237 | 127 | 52 |
| Binary | 1110 | 11001010 | 10001001 | 1011101 | 0 | 100000 | 10101 | 10011111 | 1010111 | 101010 |
Color Harmonies of #0ECA89
Complementary color
Monochromatic Colors of #0ECA89
Black with #0ECA89
Text Example
Text Example
White with #0ECA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA89; }
p { color: rgb(14,202,137); }
H1.HeaderClassName
{
color: #0ECA89;
}
.AnyTagClassName
{
color: #0ECA89;
}
</style>
background-color css
<style>
a { background-color: #0ECA89; }
a { background-color: rgb(14,202,137); }
div.DivClassName
{
background-color: #0ECA89;
}
.BgClassName
{
background-color: #0ECA89;
}
</style>
border-color css
<style>
span { border-color: #0ECA89; }
span { border-color: rgb(14,202,137); }
td.TdClassName
{
border-color: #0ECA89;
}
.TagClassName
{
border-color: #0ECA89;
}
</style>