Shades of Caribbean Green #0DDDAF
Tints of Caribbean Green #0DDDAF
RGB
CMYK
RGB Variations
Color information
#0DDDAF (or 0x0DDDAF) is known color: Caribbean Green. HEX triplet: 0D, DD and AF. RGB value is (13,221,175). Sum of RGB (Red+Green+Blue) = 13+221+175=409 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.18% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDAF is #F22250. Grayscale: #999999. Windows color (decimal): -15868497 or 11525389. OLE color: 11525389.
HSL color Cylindrical-coordinate representation of color #0DDDAF: hue angle of 166.73º 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 #0DDDAF is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 175 | - |
| CMYK | 0.94 | 0 | 0.21 | 0.13 |
| HSL | 166.73º | 0.89% | 0.46% | - |
| HSV(B) | 166.73º | 0.94% | 0.87% | - |
| XYZ | 33.76 | 54.89 | 49.37 | - |
| YUV | 153.56 | 140.09 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 175 | 0.94 | 0 | 0.21 | 0.13 | 166.73 | 0.89 | 0.46 |
| Hex | D | DD | AF | 5E | 0 | 15 | D | A7 | 59 | 2E |
| Octal | 15 | 335 | 257 | 136 | 0 | 25 | 15 | 247 | 131 | 56 |
| Binary | 1101 | 11011101 | 10101111 | 1011110 | 0 | 10101 | 1101 | 10100111 | 1011001 | 101110 |
Color Harmonies of #0DDDAF
Complementary color
Monochromatic Colors of #0DDDAF
Black with #0DDDAF
Text Example
Text Example
White with #0DDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDAF; }
p { color: rgb(13,221,175); }
H1.HeaderClassName
{
color: #0DDDAF;
}
.AnyTagClassName
{
color: #0DDDAF;
}
</style>
background-color css
<style>
a { background-color: #0DDDAF; }
a { background-color: rgb(13,221,175); }
div.DivClassName
{
background-color: #0DDDAF;
}
.BgClassName
{
background-color: #0DDDAF;
}
</style>
border-color css
<style>
span { border-color: #0DDDAF; }
span { border-color: rgb(13,221,175); }
td.TdClassName
{
border-color: #0DDDAF;
}
.TagClassName
{
border-color: #0DDDAF;
}
</style>