Shades of Caribbean Green #0DDBAB
Tints of Caribbean Green #0DDBAB
RGB
CMYK
RGB Variations
Color information
#0DDBAB (or 0x0DDBAB) is known color: Caribbean Green. HEX triplet: 0D, DB and AB. RGB value is (13,219,171). Sum of RGB (Red+Green+Blue) = 13+219+171=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDBAB is #F22454. Grayscale: #979797. Windows color (decimal): -15869013 or 11262733. OLE color: 11262733.
HSL color Cylindrical-coordinate representation of color #0DDBAB: hue angle of 166.02º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBAB is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 171 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.14 |
| HSL | 166.02º | 0.89% | 0.45% | - |
| HSV(B) | 166.02º | 0.94% | 0.86% | - |
| XYZ | 32.85 | 53.69 | 47.16 | - |
| YUV | 151.93 | 138.75 | 28.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 171 | 0.94 | 0 | 0.22 | 0.14 | 166.02 | 0.89 | 0.45 |
| Hex | D | DB | AB | 5E | 0 | 16 | E | A6 | 59 | 2D |
| Octal | 15 | 333 | 253 | 136 | 0 | 26 | 16 | 246 | 131 | 55 |
| Binary | 1101 | 11011011 | 10101011 | 1011110 | 0 | 10110 | 1110 | 10100110 | 1011001 | 101101 |
Color Harmonies of #0DDBAB
Complementary color
Monochromatic Colors of #0DDBAB
Black with #0DDBAB
Text Example
Text Example
White with #0DDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBAB; }
p { color: rgb(13,219,171); }
H1.HeaderClassName
{
color: #0DDBAB;
}
.AnyTagClassName
{
color: #0DDBAB;
}
</style>
background-color css
<style>
a { background-color: #0DDBAB; }
a { background-color: rgb(13,219,171); }
div.DivClassName
{
background-color: #0DDBAB;
}
.BgClassName
{
background-color: #0DDBAB;
}
</style>
border-color css
<style>
span { border-color: #0DDBAB; }
span { border-color: rgb(13,219,171); }
td.TdClassName
{
border-color: #0DDBAB;
}
.TagClassName
{
border-color: #0DDBAB;
}
</style>