Shades of Caribbean Green #0EC094
Tints of Caribbean Green #0EC094
RGB
CMYK
RGB Variations
Color information
#0EC094 (or 0x0EC094) is known color: Caribbean Green. HEX triplet: 0E, C0 and 94. RGB value is (14,192,148). Sum of RGB (Red+Green+Blue) = 14+192+148=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 148 (58.20% from 255 or 41.81% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC094 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC094 is #F13F6B. Grayscale: #858585. Windows color (decimal): -15810412 or 9748494. OLE color: 9748494.
HSL color Cylindrical-coordinate representation of color #0EC094: hue angle of 165.17º 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 #0EC094 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 148 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.25 |
| HSL | 165.17º | 0.86% | 0.4% | - |
| HSV(B) | 165.17º | 0.93% | 0.75% | - |
| XYZ | 24.38 | 39.93 | 34.44 | - |
| YUV | 133.76 | 136.03 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 148 | 0.93 | 0 | 0.23 | 0.25 | 165.17 | 0.86 | 0.4 |
| Hex | E | C0 | 94 | 5D | 0 | 17 | 19 | A5 | 56 | 28 |
| Octal | 16 | 300 | 224 | 135 | 0 | 27 | 31 | 245 | 126 | 50 |
| Binary | 1110 | 11000000 | 10010100 | 1011101 | 0 | 10111 | 11001 | 10100101 | 1010110 | 101000 |
Color Harmonies of #0EC094
Complementary color
Monochromatic Colors of #0EC094
Black with #0EC094
Text Example
Text Example
White with #0EC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC094; }
p { color: rgb(14,192,148); }
H1.HeaderClassName
{
color: #0EC094;
}
.AnyTagClassName
{
color: #0EC094;
}
</style>
background-color css
<style>
a { background-color: #0EC094; }
a { background-color: rgb(14,192,148); }
div.DivClassName
{
background-color: #0EC094;
}
.BgClassName
{
background-color: #0EC094;
}
</style>
border-color css
<style>
span { border-color: #0EC094; }
span { border-color: rgb(14,192,148); }
td.TdClassName
{
border-color: #0EC094;
}
.TagClassName
{
border-color: #0EC094;
}
</style>