Shades of Caribbean Green #0DDEAB
Tints of Caribbean Green #0DDEAB
RGB
CMYK
RGB Variations
Color information
#0DDEAB (or 0x0DDEAB) is known color: Caribbean Green. HEX triplet: 0D, DE and AB. RGB value is (13,222,171). Sum of RGB (Red+Green+Blue) = 13+222+171=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDEAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDEAB is #F22154. Grayscale: #999999. Windows color (decimal): -15868245 or 11263501. OLE color: 11263501.
HSL color Cylindrical-coordinate representation of color #0DDEAB: hue angle of 165.36º 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 #0DDEAB is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 222 | 171 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.13 |
| HSL | 165.36º | 0.89% | 0.46% | - |
| HSV(B) | 165.36º | 0.94% | 0.87% | - |
| XYZ | 33.64 | 55.27 | 47.42 | - |
| YUV | 153.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 222 | 171 | 0.94 | 0 | 0.23 | 0.13 | 165.36 | 0.89 | 0.46 |
| Hex | D | DE | AB | 5E | 0 | 17 | D | A5 | 59 | 2E |
| Octal | 15 | 336 | 253 | 136 | 0 | 27 | 15 | 245 | 131 | 56 |
| Binary | 1101 | 11011110 | 10101011 | 1011110 | 0 | 10111 | 1101 | 10100101 | 1011001 | 101110 |
Color Harmonies of #0DDEAB
Complementary color
Monochromatic Colors of #0DDEAB
Black with #0DDEAB
Text Example
Text Example
White with #0DDEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDEAB; }
p { color: rgb(13,222,171); }
H1.HeaderClassName
{
color: #0DDEAB;
}
.AnyTagClassName
{
color: #0DDEAB;
}
</style>
background-color css
<style>
a { background-color: #0DDEAB; }
a { background-color: rgb(13,222,171); }
div.DivClassName
{
background-color: #0DDEAB;
}
.BgClassName
{
background-color: #0DDEAB;
}
</style>
border-color css
<style>
span { border-color: #0DDEAB; }
span { border-color: rgb(13,222,171); }
td.TdClassName
{
border-color: #0DDEAB;
}
.TagClassName
{
border-color: #0DDEAB;
}
</style>