Shades of Caribbean Green #0ED684
Tints of Caribbean Green #0ED684
RGB
CMYK
RGB Variations
Color information
#0ED684 (or 0x0ED684) is known color: Caribbean Green. HEX triplet: 0E, D6 and 84. RGB value is (14,214,132). Sum of RGB (Red+Green+Blue) = 14+214+132=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ED684 is #F1297B. Grayscale: #909090. Windows color (decimal): -15804796 or 8705550. OLE color: 8705550.
HSL color Cylindrical-coordinate representation of color #0ED684: hue angle of 155.4º 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 #0ED684 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 14 | 214 | 132 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.16 |
| HSL | 155.4º | 0.88% | 0.45% | - |
| HSV(B) | 155.4º | 0.93% | 0.84% | - |
| XYZ | 28.39 | 49.85 | 29.96 | - |
| YUV | 144.85 | 120.74 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 214 | 132 | 0.93 | 0 | 0.38 | 0.16 | 155.4 | 0.88 | 0.45 |
| Hex | E | D6 | 84 | 5D | 0 | 26 | 10 | 9B | 58 | 2D |
| Octal | 16 | 326 | 204 | 135 | 0 | 46 | 20 | 233 | 130 | 55 |
| Binary | 1110 | 11010110 | 10000100 | 1011101 | 0 | 100110 | 10000 | 10011011 | 1011000 | 101101 |
Color Harmonies of #0ED684
Complementary color
Monochromatic Colors of #0ED684
Black with #0ED684
Text Example
Text Example
White with #0ED684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED684; }
p { color: rgb(14,214,132); }
H1.HeaderClassName
{
color: #0ED684;
}
.AnyTagClassName
{
color: #0ED684;
}
</style>
background-color css
<style>
a { background-color: #0ED684; }
a { background-color: rgb(14,214,132); }
div.DivClassName
{
background-color: #0ED684;
}
.BgClassName
{
background-color: #0ED684;
}
</style>
border-color css
<style>
span { border-color: #0ED684; }
span { border-color: rgb(14,214,132); }
td.TdClassName
{
border-color: #0ED684;
}
.TagClassName
{
border-color: #0ED684;
}
</style>