Shades of Caribbean Green #0DE0A6
Tints of Caribbean Green #0DE0A6
RGB
CMYK
RGB Variations
Color information
#0DE0A6 (or 0x0DE0A6) is known color: Caribbean Green. HEX triplet: 0D, E0 and A6. RGB value is (13,224,166). Sum of RGB (Red+Green+Blue) = 13+224+166=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 224 (87.89% from 255 or 55.58% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 224 - color contains mainly: green. Hex color #0DE0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE0A6 is #F21F59. Grayscale: #9A9A9A. Windows color (decimal): -15867738 or 10936333. OLE color: 10936333.
HSL color Cylindrical-coordinate representation of color #0DE0A6: hue angle of 163.51º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE0A6 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 13 | 224 | 166 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.12 |
| HSL | 163.51º | 0.89% | 0.46% | - |
| HSV(B) | 163.51º | 0.94% | 0.88% | - |
| XYZ | 33.7 | 56.15 | 45.14 | - |
| YUV | 154.3 | 134.6 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 224 | 166 | 0.94 | 0 | 0.26 | 0.12 | 163.51 | 0.89 | 0.46 |
| Hex | D | E0 | A6 | 5E | 0 | 1A | C | A4 | 59 | 2E |
| Octal | 15 | 340 | 246 | 136 | 0 | 32 | 14 | 244 | 131 | 56 |
| Binary | 1101 | 11100000 | 10100110 | 1011110 | 0 | 11010 | 1100 | 10100100 | 1011001 | 101110 |
Color Harmonies of #0DE0A6
Complementary color
Monochromatic Colors of #0DE0A6
Black with #0DE0A6
Text Example
Text Example
White with #0DE0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DE0A6; }
p { color: rgb(13,224,166); }
H1.HeaderClassName
{
color: #0DE0A6;
}
.AnyTagClassName
{
color: #0DE0A6;
}
</style>
background-color css
<style>
a { background-color: #0DE0A6; }
a { background-color: rgb(13,224,166); }
div.DivClassName
{
background-color: #0DE0A6;
}
.BgClassName
{
background-color: #0DE0A6;
}
</style>
border-color css
<style>
span { border-color: #0DE0A6; }
span { border-color: rgb(13,224,166); }
td.TdClassName
{
border-color: #0DE0A6;
}
.TagClassName
{
border-color: #0DE0A6;
}
</style>