Shades of Caribbean Green #0EDAA6
Tints of Caribbean Green #0EDAA6
RGB
CMYK
RGB Variations
Color information
#0EDAA6 (or 0x0EDAA6) is known color: Caribbean Green. HEX triplet: 0E, DA and A6. RGB value is (14,218,166). Sum of RGB (Red+Green+Blue) = 14+218+166=398 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.52% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #0EDAA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EDAA6 is #F12559. Grayscale: #979797. Windows color (decimal): -15803738 or 10934798. OLE color: 10934798.
HSL color Cylindrical-coordinate representation of color #0EDAA6: hue angle of 164.71º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDAA6 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 14 | 218 | 166 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.15 |
| HSL | 164.71º | 0.88% | 0.45% | - |
| HSV(B) | 164.71º | 0.94% | 0.85% | - |
| XYZ | 32.14 | 52.99 | 44.61 | - |
| YUV | 151.08 | 136.41 | 30.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 218 | 166 | 0.94 | 0 | 0.24 | 0.15 | 164.71 | 0.88 | 0.45 |
| Hex | E | DA | A6 | 5E | 0 | 18 | F | A5 | 58 | 2D |
| Octal | 16 | 332 | 246 | 136 | 0 | 30 | 17 | 245 | 130 | 55 |
| Binary | 1110 | 11011010 | 10100110 | 1011110 | 0 | 11000 | 1111 | 10100101 | 1011000 | 101101 |
Color Harmonies of #0EDAA6
Complementary color
Monochromatic Colors of #0EDAA6
Black with #0EDAA6
Text Example
Text Example
White with #0EDAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EDAA6; }
p { color: rgb(14,218,166); }
H1.HeaderClassName
{
color: #0EDAA6;
}
.AnyTagClassName
{
color: #0EDAA6;
}
</style>
background-color css
<style>
a { background-color: #0EDAA6; }
a { background-color: rgb(14,218,166); }
div.DivClassName
{
background-color: #0EDAA6;
}
.BgClassName
{
background-color: #0EDAA6;
}
</style>
border-color css
<style>
span { border-color: #0EDAA6; }
span { border-color: rgb(14,218,166); }
td.TdClassName
{
border-color: #0EDAA6;
}
.TagClassName
{
border-color: #0EDAA6;
}
</style>