Shades of Caribbean Green #0EC295
Tints of Caribbean Green #0EC295
RGB
CMYK
RGB Variations
Color information
#0EC295 (or 0x0EC295) is known color: Caribbean Green. HEX triplet: 0E, C2 and 95. RGB value is (14,194,149). Sum of RGB (Red+Green+Blue) = 14+194+149=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #0EC295 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC295 is #F13D6A. Grayscale: #878787. Windows color (decimal): -15809899 or 9814542. OLE color: 9814542.
HSL color Cylindrical-coordinate representation of color #0EC295: hue angle of 165º degrees, saturation: 0.87, 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 #0EC295 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 194 | 149 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.24 |
| HSL | 165º | 0.87% | 0.41% | - |
| HSV(B) | 165º | 0.93% | 0.76% | - |
| XYZ | 24.9 | 40.85 | 35.01 | - |
| YUV | 135.05 | 135.87 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 194 | 149 | 0.93 | 0 | 0.23 | 0.24 | 165 | 0.87 | 0.41 |
| Hex | E | C2 | 95 | 5D | 0 | 17 | 18 | A5 | 57 | 29 |
| Octal | 16 | 302 | 225 | 135 | 0 | 27 | 30 | 245 | 127 | 51 |
| Binary | 1110 | 11000010 | 10010101 | 1011101 | 0 | 10111 | 11000 | 10100101 | 1010111 | 101001 |
Color Harmonies of #0EC295
Complementary color
Monochromatic Colors of #0EC295
Black with #0EC295
Text Example
Text Example
White with #0EC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC295; }
p { color: rgb(14,194,149); }
H1.HeaderClassName
{
color: #0EC295;
}
.AnyTagClassName
{
color: #0EC295;
}
</style>
background-color css
<style>
a { background-color: #0EC295; }
a { background-color: rgb(14,194,149); }
div.DivClassName
{
background-color: #0EC295;
}
.BgClassName
{
background-color: #0EC295;
}
</style>
border-color css
<style>
span { border-color: #0EC295; }
span { border-color: rgb(14,194,149); }
td.TdClassName
{
border-color: #0EC295;
}
.TagClassName
{
border-color: #0EC295;
}
</style>