Shades of Caribbean Green #0DDCAF
Tints of Caribbean Green #0DDCAF
RGB
CMYK
RGB Variations
Color information
#0DDCAF (or 0x0DDCAF) is known color: Caribbean Green. HEX triplet: 0D, DC and AF. RGB value is (13,220,175). Sum of RGB (Red+Green+Blue) = 13+220+175=408 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.19% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDCAF is #F22350. Grayscale: #989898. Windows color (decimal): -15868753 or 11525133. OLE color: 11525133.
HSL color Cylindrical-coordinate representation of color #0DDCAF: hue angle of 166.96º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDCAF is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 175 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.14 |
| HSL | 166.96º | 0.89% | 0.46% | - |
| HSV(B) | 166.96º | 0.94% | 0.86% | - |
| XYZ | 33.5 | 54.37 | 49.29 | - |
| YUV | 152.98 | 140.42 | 28.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 175 | 0.94 | 0 | 0.20 | 0.14 | 166.96 | 0.89 | 0.46 |
| Hex | D | DC | AF | 5E | 0 | 14 | E | A7 | 59 | 2E |
| Octal | 15 | 334 | 257 | 136 | 0 | 24 | 16 | 247 | 131 | 56 |
| Binary | 1101 | 11011100 | 10101111 | 1011110 | 0 | 10100 | 1110 | 10100111 | 1011001 | 101110 |
Color Harmonies of #0DDCAF
Complementary color
Monochromatic Colors of #0DDCAF
Black with #0DDCAF
Text Example
Text Example
White with #0DDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCAF; }
p { color: rgb(13,220,175); }
H1.HeaderClassName
{
color: #0DDCAF;
}
.AnyTagClassName
{
color: #0DDCAF;
}
</style>
background-color css
<style>
a { background-color: #0DDCAF; }
a { background-color: rgb(13,220,175); }
div.DivClassName
{
background-color: #0DDCAF;
}
.BgClassName
{
background-color: #0DDCAF;
}
</style>
border-color css
<style>
span { border-color: #0DDCAF; }
span { border-color: rgb(13,220,175); }
td.TdClassName
{
border-color: #0DDCAF;
}
.TagClassName
{
border-color: #0DDCAF;
}
</style>