Shades of Caribbean Green #0EC195
Tints of Caribbean Green #0EC195
RGB
CMYK
RGB Variations
Color information
#0EC195 (or 0x0EC195) is known color: Caribbean Green. HEX triplet: 0E, C1 and 95. RGB value is (14,193,149). Sum of RGB (Red+Green+Blue) = 14+193+149=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 193 (75.78% from 255 or 54.21% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC195 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC195 is #F13E6A. Grayscale: #868686. Windows color (decimal): -15810155 or 9814286. OLE color: 9814286.
HSL color Cylindrical-coordinate representation of color #0EC195: hue angle of 165.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 #0EC195 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 149 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.24 |
| HSL | 165.25º | 0.86% | 0.41% | - |
| HSV(B) | 165.25º | 0.93% | 0.76% | - |
| XYZ | 24.68 | 40.4 | 34.93 | - |
| YUV | 134.46 | 136.2 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 149 | 0.93 | 0 | 0.23 | 0.24 | 165.25 | 0.86 | 0.41 |
| Hex | E | C1 | 95 | 5D | 0 | 17 | 18 | A5 | 56 | 29 |
| Octal | 16 | 301 | 225 | 135 | 0 | 27 | 30 | 245 | 126 | 51 |
| Binary | 1110 | 11000001 | 10010101 | 1011101 | 0 | 10111 | 11000 | 10100101 | 1010110 | 101001 |
Color Harmonies of #0EC195
Complementary color
Monochromatic Colors of #0EC195
Black with #0EC195
Text Example
Text Example
White with #0EC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC195; }
p { color: rgb(14,193,149); }
H1.HeaderClassName
{
color: #0EC195;
}
.AnyTagClassName
{
color: #0EC195;
}
</style>
background-color css
<style>
a { background-color: #0EC195; }
a { background-color: rgb(14,193,149); }
div.DivClassName
{
background-color: #0EC195;
}
.BgClassName
{
background-color: #0EC195;
}
</style>
border-color css
<style>
span { border-color: #0EC195; }
span { border-color: rgb(14,193,149); }
td.TdClassName
{
border-color: #0EC195;
}
.TagClassName
{
border-color: #0EC195;
}
</style>