Shades of Caribbean Green #0DDCAA
Tints of Caribbean Green #0DDCAA
RGB
CMYK
RGB Variations
Color information
#0DDCAA (or 0x0DDCAA) is known color: Caribbean Green. HEX triplet: 0D, DC and AA. RGB value is (13,220,170). Sum of RGB (Red+Green+Blue) = 13+220+170=403 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.23% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #0DDCAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDCAA is #F22355. Grayscale: #989898. Windows color (decimal): -15868758 or 11197453. OLE color: 11197453.
HSL color Cylindrical-coordinate representation of color #0DDCAA: hue angle of 165.51º 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 #0DDCAA is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 220 | 170 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.14 |
| HSL | 165.51º | 0.89% | 0.46% | - |
| HSV(B) | 165.51º | 0.94% | 0.86% | - |
| XYZ | 33.01 | 54.17 | 46.75 | - |
| YUV | 152.41 | 137.92 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 220 | 170 | 0.94 | 0 | 0.23 | 0.14 | 165.51 | 0.89 | 0.46 |
| Hex | D | DC | AA | 5E | 0 | 17 | E | A6 | 59 | 2E |
| Octal | 15 | 334 | 252 | 136 | 0 | 27 | 16 | 246 | 131 | 56 |
| Binary | 1101 | 11011100 | 10101010 | 1011110 | 0 | 10111 | 1110 | 10100110 | 1011001 | 101110 |
Color Harmonies of #0DDCAA
Complementary color
Monochromatic Colors of #0DDCAA
Black with #0DDCAA
Text Example
Text Example
White with #0DDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDCAA; }
p { color: rgb(13,220,170); }
H1.HeaderClassName
{
color: #0DDCAA;
}
.AnyTagClassName
{
color: #0DDCAA;
}
</style>
background-color css
<style>
a { background-color: #0DDCAA; }
a { background-color: rgb(13,220,170); }
div.DivClassName
{
background-color: #0DDCAA;
}
.BgClassName
{
background-color: #0DDCAA;
}
</style>
border-color css
<style>
span { border-color: #0DDCAA; }
span { border-color: rgb(13,220,170); }
td.TdClassName
{
border-color: #0DDCAA;
}
.TagClassName
{
border-color: #0DDCAA;
}
</style>