Shades of Caribbean Green #0DDEA0
Tints of Caribbean Green #0DDEA0
RGB
CMYK
RGB Variations
Color information
#0DDEA0 (or 0x0DDEA0) is known color: Caribbean Green. HEX triplet: 0D, DE and A0. RGB value is (13,222,160). Sum of RGB (Red+Green+Blue) = 13+222+160=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 222 (87.11% from 255 or 56.20% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEA0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDEA0 is #F2215F. Grayscale: #989898. Windows color (decimal): -15868256 or 10542605. OLE color: 10542605.
HSL color Cylindrical-coordinate representation of color #0DDEA0: hue angle of 162.2º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDEA0 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 160 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.13 |
| HSL | 162.2º | 0.89% | 0.46% | - |
| HSV(B) | 162.2º | 0.94% | 0.87% | - |
| XYZ | 32.63 | 54.87 | 42.13 | - |
| YUV | 152.44 | 132.26 | 28.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 160 | 0.94 | 0 | 0.28 | 0.13 | 162.2 | 0.89 | 0.46 |
| Hex | D | DE | A0 | 5E | 0 | 1C | D | A2 | 59 | 2E |
| Octal | 15 | 336 | 240 | 136 | 0 | 34 | 15 | 242 | 131 | 56 |
| Binary | 1101 | 11011110 | 10100000 | 1011110 | 0 | 11100 | 1101 | 10100010 | 1011001 | 101110 |
Color Harmonies of #0DDEA0
Complementary color
Monochromatic Colors of #0DDEA0
Black with #0DDEA0
Text Example
Text Example
White with #0DDEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEA0; }
p { color: rgb(13,222,160); }
H1.HeaderClassName
{
color: #0DDEA0;
}
.AnyTagClassName
{
color: #0DDEA0;
}
</style>
background-color css
<style>
a { background-color: #0DDEA0; }
a { background-color: rgb(13,222,160); }
div.DivClassName
{
background-color: #0DDEA0;
}
.BgClassName
{
background-color: #0DDEA0;
}
</style>
border-color css
<style>
span { border-color: #0DDEA0; }
span { border-color: rgb(13,222,160); }
td.TdClassName
{
border-color: #0DDEA0;
}
.TagClassName
{
border-color: #0DDEA0;
}
</style>