Shades of Caribbean Green #0ECA94
Tints of Caribbean Green #0ECA94
RGB
CMYK
RGB Variations
Color information
#0ECA94 (or 0x0ECA94) is known color: Caribbean Green. HEX triplet: 0E, CA and 94. RGB value is (14,202,148). Sum of RGB (Red+Green+Blue) = 14+202+148=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA94 is #F1356B. Grayscale: #8B8B8B. Windows color (decimal): -15807852 or 9751054. OLE color: 9751054.
HSL color Cylindrical-coordinate representation of color #0ECA94: hue angle of 162.77º 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 #0ECA94 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 148 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.21 |
| HSL | 162.77º | 0.87% | 0.42% | - |
| HSV(B) | 162.77º | 0.93% | 0.79% | - |
| XYZ | 26.65 | 44.47 | 35.2 | - |
| YUV | 139.63 | 132.72 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 148 | 0.93 | 0 | 0.27 | 0.21 | 162.77 | 0.87 | 0.42 |
| Hex | E | CA | 94 | 5D | 0 | 1B | 15 | A3 | 57 | 2A |
| Octal | 16 | 312 | 224 | 135 | 0 | 33 | 25 | 243 | 127 | 52 |
| Binary | 1110 | 11001010 | 10010100 | 1011101 | 0 | 11011 | 10101 | 10100011 | 1010111 | 101010 |
Color Harmonies of #0ECA94
Complementary color
Monochromatic Colors of #0ECA94
Black with #0ECA94
Text Example
Text Example
White with #0ECA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA94; }
p { color: rgb(14,202,148); }
H1.HeaderClassName
{
color: #0ECA94;
}
.AnyTagClassName
{
color: #0ECA94;
}
</style>
background-color css
<style>
a { background-color: #0ECA94; }
a { background-color: rgb(14,202,148); }
div.DivClassName
{
background-color: #0ECA94;
}
.BgClassName
{
background-color: #0ECA94;
}
</style>
border-color css
<style>
span { border-color: #0ECA94; }
span { border-color: rgb(14,202,148); }
td.TdClassName
{
border-color: #0ECA94;
}
.TagClassName
{
border-color: #0ECA94;
}
</style>