Shades of Caribbean Green #0EC0A4
Tints of Caribbean Green #0EC0A4
RGB
CMYK
RGB Variations
Color information
#0EC0A4 (or 0x0EC0A4) is known color: Caribbean Green. HEX triplet: 0E, C0 and A4. RGB value is (14,192,164). Sum of RGB (Red+Green+Blue) = 14+192+164=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC0A4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC0A4 is #F13F5B. Grayscale: #878787. Windows color (decimal): -15810396 or 10797070. OLE color: 10797070.
HSL color Cylindrical-coordinate representation of color #0EC0A4: hue angle of 170.56º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC0A4 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 164 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.25 |
| HSL | 170.56º | 0.86% | 0.4% | - |
| HSV(B) | 170.56º | 0.93% | 0.75% | - |
| XYZ | 25.73 | 40.47 | 41.58 | - |
| YUV | 135.59 | 144.03 | 41.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 164 | 0.93 | 0 | 0.15 | 0.25 | 170.56 | 0.86 | 0.4 |
| Hex | E | C0 | A4 | 5D | 0 | F | 19 | AB | 56 | 28 |
| Octal | 16 | 300 | 244 | 135 | 0 | 17 | 31 | 253 | 126 | 50 |
| Binary | 1110 | 11000000 | 10100100 | 1011101 | 0 | 1111 | 11001 | 10101011 | 1010110 | 101000 |
Color Harmonies of #0EC0A4
Complementary color
Monochromatic Colors of #0EC0A4
Black with #0EC0A4
Text Example
Text Example
White with #0EC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC0A4; }
p { color: rgb(14,192,164); }
H1.HeaderClassName
{
color: #0EC0A4;
}
.AnyTagClassName
{
color: #0EC0A4;
}
</style>
background-color css
<style>
a { background-color: #0EC0A4; }
a { background-color: rgb(14,192,164); }
div.DivClassName
{
background-color: #0EC0A4;
}
.BgClassName
{
background-color: #0EC0A4;
}
</style>
border-color css
<style>
span { border-color: #0EC0A4; }
span { border-color: rgb(14,192,164); }
td.TdClassName
{
border-color: #0EC0A4;
}
.TagClassName
{
border-color: #0EC0A4;
}
</style>