Shades of Caribbean Green #0ECA8A
Tints of Caribbean Green #0ECA8A
RGB
CMYK
RGB Variations
Color information
#0ECA8A (or 0x0ECA8A) is known color: Caribbean Green. HEX triplet: 0E, CA and 8A. RGB value is (14,202,138). Sum of RGB (Red+Green+Blue) = 14+202+138=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA8A is #F13575. Grayscale: #8A8A8A. Windows color (decimal): -15807862 or 9095694. OLE color: 9095694.
HSL color Cylindrical-coordinate representation of color #0ECA8A: hue angle of 159.57º 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 #0ECA8A is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 138 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.21 |
| HSL | 159.57º | 0.87% | 0.42% | - |
| HSV(B) | 159.57º | 0.93% | 0.79% | - |
| XYZ | 25.89 | 44.17 | 31.21 | - |
| YUV | 138.49 | 127.72 | 39.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 138 | 0.93 | 0 | 0.32 | 0.21 | 159.57 | 0.87 | 0.42 |
| Hex | E | CA | 8A | 5D | 0 | 20 | 15 | A0 | 57 | 2A |
| Octal | 16 | 312 | 212 | 135 | 0 | 40 | 25 | 240 | 127 | 52 |
| Binary | 1110 | 11001010 | 10001010 | 1011101 | 0 | 100000 | 10101 | 10100000 | 1010111 | 101010 |
Color Harmonies of #0ECA8A
Complementary color
Monochromatic Colors of #0ECA8A
Black with #0ECA8A
Text Example
Text Example
White with #0ECA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA8A; }
p { color: rgb(14,202,138); }
H1.HeaderClassName
{
color: #0ECA8A;
}
.AnyTagClassName
{
color: #0ECA8A;
}
</style>
background-color css
<style>
a { background-color: #0ECA8A; }
a { background-color: rgb(14,202,138); }
div.DivClassName
{
background-color: #0ECA8A;
}
.BgClassName
{
background-color: #0ECA8A;
}
</style>
border-color css
<style>
span { border-color: #0ECA8A; }
span { border-color: rgb(14,202,138); }
td.TdClassName
{
border-color: #0ECA8A;
}
.TagClassName
{
border-color: #0ECA8A;
}
</style>