Shades of Caribbean Green #0ED797
Tints of Caribbean Green #0ED797
RGB
CMYK
RGB Variations
Color information
#0ED797 (or 0x0ED797) is known color: Caribbean Green. HEX triplet: 0E, D7 and 97. RGB value is (14,215,151). Sum of RGB (Red+Green+Blue) = 14+215+151=380 (50% of max value = 765). Red value is 14 (5.86% from 255 or 3.68% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED797 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED797 is #F12868. Grayscale: #939393. Windows color (decimal): -15804521 or 9950990. OLE color: 9950990.
HSL color Cylindrical-coordinate representation of color #0ED797: hue angle of 160.9º 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 #0ED797 is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 215 | 151 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.16 |
| HSL | 160.9º | 0.88% | 0.45% | - |
| HSV(B) | 160.9º | 0.93% | 0.84% | - |
| XYZ | 30.07 | 50.93 | 37.52 | - |
| YUV | 147.61 | 129.91 | 32.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 215 | 151 | 0.93 | 0 | 0.30 | 0.16 | 160.9 | 0.88 | 0.45 |
| Hex | E | D7 | 97 | 5D | 0 | 1E | 10 | A1 | 58 | 2D |
| Octal | 16 | 327 | 227 | 135 | 0 | 36 | 20 | 241 | 130 | 55 |
| Binary | 1110 | 11010111 | 10010111 | 1011101 | 0 | 11110 | 10000 | 10100001 | 1011000 | 101101 |
Color Harmonies of #0ED797
Complementary color
Monochromatic Colors of #0ED797
Black with #0ED797
Text Example
Text Example
White with #0ED797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED797; }
p { color: rgb(14,215,151); }
H1.HeaderClassName
{
color: #0ED797;
}
.AnyTagClassName
{
color: #0ED797;
}
</style>
background-color css
<style>
a { background-color: #0ED797; }
a { background-color: rgb(14,215,151); }
div.DivClassName
{
background-color: #0ED797;
}
.BgClassName
{
background-color: #0ED797;
}
</style>
border-color css
<style>
span { border-color: #0ED797; }
span { border-color: rgb(14,215,151); }
td.TdClassName
{
border-color: #0ED797;
}
.TagClassName
{
border-color: #0ED797;
}
</style>