Shades of Caribbean Green #0ED68B
Tints of Caribbean Green #0ED68B
RGB
CMYK
RGB Variations
Color information
#0ED68B (or 0x0ED68B) is known color: Caribbean Green. HEX triplet: 0E, D6 and 8B. RGB value is (14,214,139). Sum of RGB (Red+Green+Blue) = 14+214+139=367 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.81% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED68B is #F12974. Grayscale: #919191. Windows color (decimal): -15804789 or 9164302. OLE color: 9164302.
HSL color Cylindrical-coordinate representation of color #0ED68B: hue angle of 157.5º 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 #0ED68B is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 139 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.16 |
| HSL | 157.5º | 0.88% | 0.45% | - |
| HSV(B) | 157.5º | 0.93% | 0.84% | - |
| XYZ | 28.89 | 50.05 | 32.56 | - |
| YUV | 145.65 | 124.24 | 34.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 139 | 0.93 | 0 | 0.35 | 0.16 | 157.5 | 0.88 | 0.45 |
| Hex | E | D6 | 8B | 5D | 0 | 23 | 10 | 9E | 58 | 2D |
| Octal | 16 | 326 | 213 | 135 | 0 | 43 | 20 | 236 | 130 | 55 |
| Binary | 1110 | 11010110 | 10001011 | 1011101 | 0 | 100011 | 10000 | 10011110 | 1011000 | 101101 |
Color Harmonies of #0ED68B
Complementary color
Monochromatic Colors of #0ED68B
Black with #0ED68B
Text Example
Text Example
White with #0ED68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED68B; }
p { color: rgb(14,214,139); }
H1.HeaderClassName
{
color: #0ED68B;
}
.AnyTagClassName
{
color: #0ED68B;
}
</style>
background-color css
<style>
a { background-color: #0ED68B; }
a { background-color: rgb(14,214,139); }
div.DivClassName
{
background-color: #0ED68B;
}
.BgClassName
{
background-color: #0ED68B;
}
</style>
border-color css
<style>
span { border-color: #0ED68B; }
span { border-color: rgb(14,214,139); }
td.TdClassName
{
border-color: #0ED68B;
}
.TagClassName
{
border-color: #0ED68B;
}
</style>