Shades of Caribbean Green #0EC192
Tints of Caribbean Green #0EC192
RGB
CMYK
RGB Variations
Color information
#0EC192 (or 0x0EC192) is known color: Caribbean Green. HEX triplet: 0E, C1 and 92. RGB value is (14,193,146). Sum of RGB (Red+Green+Blue) = 14+193+146=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC192 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC192 is #F13E6D. Grayscale: #868686. Windows color (decimal): -15810158 or 9617678. OLE color: 9617678.
HSL color Cylindrical-coordinate representation of color #0EC192: hue angle of 164.25º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC192 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 146 | - |
| CMYK | 0.93 | 0 | 0.24 | 0.24 |
| HSL | 164.25º | 0.86% | 0.41% | - |
| HSV(B) | 164.25º | 0.93% | 0.76% | - |
| XYZ | 24.44 | 40.31 | 33.69 | - |
| YUV | 134.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 146 | 0.93 | 0 | 0.24 | 0.24 | 164.25 | 0.86 | 0.41 |
| Hex | E | C1 | 92 | 5D | 0 | 18 | 18 | A4 | 56 | 29 |
| Octal | 16 | 301 | 222 | 135 | 0 | 30 | 30 | 244 | 126 | 51 |
| Binary | 1110 | 11000001 | 10010010 | 1011101 | 0 | 11000 | 11000 | 10100100 | 1010110 | 101001 |
Color Harmonies of #0EC192
Complementary color
Monochromatic Colors of #0EC192
Black with #0EC192
Text Example
Text Example
White with #0EC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC192; }
p { color: rgb(14,193,146); }
H1.HeaderClassName
{
color: #0EC192;
}
.AnyTagClassName
{
color: #0EC192;
}
</style>
background-color css
<style>
a { background-color: #0EC192; }
a { background-color: rgb(14,193,146); }
div.DivClassName
{
background-color: #0EC192;
}
.BgClassName
{
background-color: #0EC192;
}
</style>
border-color css
<style>
span { border-color: #0EC192; }
span { border-color: rgb(14,193,146); }
td.TdClassName
{
border-color: #0EC192;
}
.TagClassName
{
border-color: #0EC192;
}
</style>