Shades of Caribbean Green #0ED788
Tints of Caribbean Green #0ED788
RGB
CMYK
RGB Variations
Color information
#0ED788 (or 0x0ED788) is known color: Caribbean Green. HEX triplet: 0E, D7 and 88. RGB value is (14,215,136). Sum of RGB (Red+Green+Blue) = 14+215+136=365 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.84% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED788 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED788 is #F12877. Grayscale: #929292. Windows color (decimal): -15804536 or 8967950. OLE color: 8967950.
HSL color Cylindrical-coordinate representation of color #0ED788: hue angle of 156.42º 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 #0ED788 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 136 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.16 |
| HSL | 156.42º | 0.88% | 0.45% | - |
| HSV(B) | 156.42º | 0.93% | 0.84% | - |
| XYZ | 28.93 | 50.47 | 31.51 | - |
| YUV | 145.9 | 122.41 | 33.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 136 | 0.93 | 0 | 0.37 | 0.16 | 156.42 | 0.88 | 0.45 |
| Hex | E | D7 | 88 | 5D | 0 | 25 | 10 | 9C | 58 | 2D |
| Octal | 16 | 327 | 210 | 135 | 0 | 45 | 20 | 234 | 130 | 55 |
| Binary | 1110 | 11010111 | 10001000 | 1011101 | 0 | 100101 | 10000 | 10011100 | 1011000 | 101101 |
Color Harmonies of #0ED788
Complementary color
Monochromatic Colors of #0ED788
Black with #0ED788
Text Example
Text Example
White with #0ED788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED788; }
p { color: rgb(14,215,136); }
H1.HeaderClassName
{
color: #0ED788;
}
.AnyTagClassName
{
color: #0ED788;
}
</style>
background-color css
<style>
a { background-color: #0ED788; }
a { background-color: rgb(14,215,136); }
div.DivClassName
{
background-color: #0ED788;
}
.BgClassName
{
background-color: #0ED788;
}
</style>
border-color css
<style>
span { border-color: #0ED788; }
span { border-color: rgb(14,215,136); }
td.TdClassName
{
border-color: #0ED788;
}
.TagClassName
{
border-color: #0ED788;
}
</style>