Shades of Caribbean Green #0ECA8C
Tints of Caribbean Green #0ECA8C
RGB
CMYK
RGB Variations
Color information
#0ECA8C (or 0x0ECA8C) is known color: Caribbean Green. HEX triplet: 0E, CA and 8C. RGB value is (14,202,140). Sum of RGB (Red+Green+Blue) = 14+202+140=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA8C is #F13573. Grayscale: #8A8A8A. Windows color (decimal): -15807860 or 9226766. OLE color: 9226766.
HSL color Cylindrical-coordinate representation of color #0ECA8C: hue angle of 160.21º 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 #0ECA8C is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 140 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.21 |
| HSL | 160.21º | 0.87% | 0.42% | - |
| HSV(B) | 160.21º | 0.93% | 0.79% | - |
| XYZ | 26.04 | 44.23 | 31.98 | - |
| YUV | 138.72 | 128.72 | 39.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 140 | 0.93 | 0 | 0.31 | 0.21 | 160.21 | 0.87 | 0.42 |
| Hex | E | CA | 8C | 5D | 0 | 1F | 15 | A0 | 57 | 2A |
| Octal | 16 | 312 | 214 | 135 | 0 | 37 | 25 | 240 | 127 | 52 |
| Binary | 1110 | 11001010 | 10001100 | 1011101 | 0 | 11111 | 10101 | 10100000 | 1010111 | 101010 |
Color Harmonies of #0ECA8C
Complementary color
Monochromatic Colors of #0ECA8C
Black with #0ECA8C
Text Example
Text Example
White with #0ECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA8C; }
p { color: rgb(14,202,140); }
H1.HeaderClassName
{
color: #0ECA8C;
}
.AnyTagClassName
{
color: #0ECA8C;
}
</style>
background-color css
<style>
a { background-color: #0ECA8C; }
a { background-color: rgb(14,202,140); }
div.DivClassName
{
background-color: #0ECA8C;
}
.BgClassName
{
background-color: #0ECA8C;
}
</style>
border-color css
<style>
span { border-color: #0ECA8C; }
span { border-color: rgb(14,202,140); }
td.TdClassName
{
border-color: #0ECA8C;
}
.TagClassName
{
border-color: #0ECA8C;
}
</style>