Shades of Caribbean Green #0EDB89
Tints of Caribbean Green #0EDB89
RGB
CMYK
RGB Variations
Color information
#0EDB89 (or 0x0EDB89) is known color: Caribbean Green. HEX triplet: 0E, DB and 89. RGB value is (14,219,137). Sum of RGB (Red+Green+Blue) = 14+219+137=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 219 (85.94% from 255 or 59.19% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDB89 is #F12476. Grayscale: #949494. Windows color (decimal): -15803511 or 9034510. OLE color: 9034510.
HSL color Cylindrical-coordinate representation of color #0EDB89: hue angle of 156º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDB89 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 14 | 219 | 137 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.14 |
| HSL | 156º | 0.88% | 0.46% | - |
| HSV(B) | 156º | 0.94% | 0.86% | - |
| XYZ | 30.03 | 52.56 | 32.23 | - |
| YUV | 148.36 | 121.58 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 219 | 137 | 0.94 | 0 | 0.37 | 0.14 | 156 | 0.88 | 0.46 |
| Hex | E | DB | 89 | 5E | 0 | 25 | E | 9C | 58 | 2E |
| Octal | 16 | 333 | 211 | 136 | 0 | 45 | 16 | 234 | 130 | 56 |
| Binary | 1110 | 11011011 | 10001001 | 1011110 | 0 | 100101 | 1110 | 10011100 | 1011000 | 101110 |
Color Harmonies of #0EDB89
Complementary color
Monochromatic Colors of #0EDB89
Black with #0EDB89
Text Example
Text Example
White with #0EDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDB89; }
p { color: rgb(14,219,137); }
H1.HeaderClassName
{
color: #0EDB89;
}
.AnyTagClassName
{
color: #0EDB89;
}
</style>
background-color css
<style>
a { background-color: #0EDB89; }
a { background-color: rgb(14,219,137); }
div.DivClassName
{
background-color: #0EDB89;
}
.BgClassName
{
background-color: #0EDB89;
}
</style>
border-color css
<style>
span { border-color: #0EDB89; }
span { border-color: rgb(14,219,137); }
td.TdClassName
{
border-color: #0EDB89;
}
.TagClassName
{
border-color: #0EDB89;
}
</style>