Shades of Caribbean Green #0DDDAB
Tints of Caribbean Green #0DDDAB
RGB
CMYK
RGB Variations
Color information
#0DDDAB (or 0x0DDDAB) is known color: Caribbean Green. HEX triplet: 0D, DD and AB. RGB value is (13,221,171). Sum of RGB (Red+Green+Blue) = 13+221+171=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDAB is #F22254. Grayscale: #999999. Windows color (decimal): -15868501 or 11263245. OLE color: 11263245.
HSL color Cylindrical-coordinate representation of color #0DDDAB: hue angle of 165.58º 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 #0DDDAB is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 171 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.13 |
| HSL | 165.58º | 0.89% | 0.46% | - |
| HSV(B) | 165.58º | 0.94% | 0.87% | - |
| XYZ | 33.37 | 54.74 | 47.33 | - |
| YUV | 153.11 | 138.09 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 171 | 0.94 | 0 | 0.23 | 0.13 | 165.58 | 0.89 | 0.46 |
| Hex | D | DD | AB | 5E | 0 | 17 | D | A6 | 59 | 2E |
| Octal | 15 | 335 | 253 | 136 | 0 | 27 | 15 | 246 | 131 | 56 |
| Binary | 1101 | 11011101 | 10101011 | 1011110 | 0 | 10111 | 1101 | 10100110 | 1011001 | 101110 |
Color Harmonies of #0DDDAB
Complementary color
Monochromatic Colors of #0DDDAB
Black with #0DDDAB
Text Example
Text Example
White with #0DDDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDAB; }
p { color: rgb(13,221,171); }
H1.HeaderClassName
{
color: #0DDDAB;
}
.AnyTagClassName
{
color: #0DDDAB;
}
</style>
background-color css
<style>
a { background-color: #0DDDAB; }
a { background-color: rgb(13,221,171); }
div.DivClassName
{
background-color: #0DDDAB;
}
.BgClassName
{
background-color: #0DDDAB;
}
</style>
border-color css
<style>
span { border-color: #0DDDAB; }
span { border-color: rgb(13,221,171); }
td.TdClassName
{
border-color: #0DDDAB;
}
.TagClassName
{
border-color: #0DDDAB;
}
</style>