Shades of Caribbean Green #0ED691
Tints of Caribbean Green #0ED691
RGB
CMYK
RGB Variations
Color information
#0ED691 (or 0x0ED691) is known color: Caribbean Green. HEX triplet: 0E, D6 and 91. RGB value is (14,214,145). Sum of RGB (Red+Green+Blue) = 14+214+145=373 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.75% from 373); Green value is 214 (83.98% from 255 or 57.37% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED691 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED691 is #F1296E. Grayscale: #929292. Windows color (decimal): -15804783 or 9557518. OLE color: 9557518.
HSL color Cylindrical-coordinate representation of color #0ED691: hue angle of 159.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED691 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 145 | - |
| CMYK | 0.93 | 0 | 0.32 | 0.16 |
| HSL | 159.3º | 0.88% | 0.45% | - |
| HSV(B) | 159.3º | 0.93% | 0.84% | - |
| XYZ | 29.34 | 50.23 | 34.94 | - |
| YUV | 146.33 | 127.24 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 145 | 0.93 | 0 | 0.32 | 0.16 | 159.3 | 0.88 | 0.45 |
| Hex | E | D6 | 91 | 5D | 0 | 20 | 10 | 9F | 58 | 2D |
| Octal | 16 | 326 | 221 | 135 | 0 | 40 | 20 | 237 | 130 | 55 |
| Binary | 1110 | 11010110 | 10010001 | 1011101 | 0 | 100000 | 10000 | 10011111 | 1011000 | 101101 |
Color Harmonies of #0ED691
Complementary color
Monochromatic Colors of #0ED691
Black with #0ED691
Text Example
Text Example
White with #0ED691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED691; }
p { color: rgb(14,214,145); }
H1.HeaderClassName
{
color: #0ED691;
}
.AnyTagClassName
{
color: #0ED691;
}
</style>
background-color css
<style>
a { background-color: #0ED691; }
a { background-color: rgb(14,214,145); }
div.DivClassName
{
background-color: #0ED691;
}
.BgClassName
{
background-color: #0ED691;
}
</style>
border-color css
<style>
span { border-color: #0ED691; }
span { border-color: rgb(14,214,145); }
td.TdClassName
{
border-color: #0ED691;
}
.TagClassName
{
border-color: #0ED691;
}
</style>