Shades of Caribbean Green #0ECA8F
Tints of Caribbean Green #0ECA8F
RGB
CMYK
RGB Variations
Color information
#0ECA8F (or 0x0ECA8F) is known color: Caribbean Green. HEX triplet: 0E, CA and 8F. RGB value is (14,202,143). Sum of RGB (Red+Green+Blue) = 14+202+143=359 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.90% from 359); Green value is 202 (79.30% from 255 or 56.27% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA8F is #F13570. Grayscale: #8B8B8B. Windows color (decimal): -15807857 or 9423374. OLE color: 9423374.
HSL color Cylindrical-coordinate representation of color #0ECA8F: hue angle of 161.17º 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 #0ECA8F is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 143 | - |
| CMYK | 0.93 | 0 | 0.29 | 0.21 |
| HSL | 161.17º | 0.87% | 0.42% | - |
| HSV(B) | 161.17º | 0.93% | 0.79% | - |
| XYZ | 26.26 | 44.32 | 33.16 | - |
| YUV | 139.06 | 130.22 | 38.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 143 | 0.93 | 0 | 0.29 | 0.21 | 161.17 | 0.87 | 0.42 |
| Hex | E | CA | 8F | 5D | 0 | 1D | 15 | A1 | 57 | 2A |
| Octal | 16 | 312 | 217 | 135 | 0 | 35 | 25 | 241 | 127 | 52 |
| Binary | 1110 | 11001010 | 10001111 | 1011101 | 0 | 11101 | 10101 | 10100001 | 1010111 | 101010 |
Color Harmonies of #0ECA8F
Complementary color
Monochromatic Colors of #0ECA8F
Black with #0ECA8F
Text Example
Text Example
White with #0ECA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA8F; }
p { color: rgb(14,202,143); }
H1.HeaderClassName
{
color: #0ECA8F;
}
.AnyTagClassName
{
color: #0ECA8F;
}
</style>
background-color css
<style>
a { background-color: #0ECA8F; }
a { background-color: rgb(14,202,143); }
div.DivClassName
{
background-color: #0ECA8F;
}
.BgClassName
{
background-color: #0ECA8F;
}
</style>
border-color css
<style>
span { border-color: #0ECA8F; }
span { border-color: rgb(14,202,143); }
td.TdClassName
{
border-color: #0ECA8F;
}
.TagClassName
{
border-color: #0ECA8F;
}
</style>