Shades of Caribbean Green #0EC593
Tints of Caribbean Green #0EC593
RGB
CMYK
RGB Variations
Color information
#0EC593 (or 0x0EC593) is known color: Caribbean Green. HEX triplet: 0E, C5 and 93. RGB value is (14,197,147). Sum of RGB (Red+Green+Blue) = 14+197+147=358 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.91% from 358); Green value is 197 (77.34% from 255 or 55.03% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EC593 is #F13A6C. Grayscale: #888888. Windows color (decimal): -15809133 or 9684238. OLE color: 9684238.
HSL color Cylindrical-coordinate representation of color #0EC593: hue angle of 163.61º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC593 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 147 | - |
| CMYK | 0.93 | 0 | 0.25 | 0.23 |
| HSL | 163.61º | 0.87% | 0.41% | - |
| HSV(B) | 163.61º | 0.93% | 0.77% | - |
| XYZ | 25.41 | 42.13 | 34.4 | - |
| YUV | 136.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 147 | 0.93 | 0 | 0.25 | 0.23 | 163.61 | 0.87 | 0.41 |
| Hex | E | C5 | 93 | 5D | 0 | 19 | 17 | A4 | 57 | 29 |
| Octal | 16 | 305 | 223 | 135 | 0 | 31 | 27 | 244 | 127 | 51 |
| Binary | 1110 | 11000101 | 10010011 | 1011101 | 0 | 11001 | 10111 | 10100100 | 1010111 | 101001 |
Color Harmonies of #0EC593
Complementary color
Monochromatic Colors of #0EC593
Black with #0EC593
Text Example
Text Example
White with #0EC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC593; }
p { color: rgb(14,197,147); }
H1.HeaderClassName
{
color: #0EC593;
}
.AnyTagClassName
{
color: #0EC593;
}
</style>
background-color css
<style>
a { background-color: #0EC593; }
a { background-color: rgb(14,197,147); }
div.DivClassName
{
background-color: #0EC593;
}
.BgClassName
{
background-color: #0EC593;
}
</style>
border-color css
<style>
span { border-color: #0EC593; }
span { border-color: rgb(14,197,147); }
td.TdClassName
{
border-color: #0EC593;
}
.TagClassName
{
border-color: #0EC593;
}
</style>