Shades of Caribbean Green #0DD2AC
Tints of Caribbean Green #0DD2AC
RGB
CMYK
RGB Variations
Color information
#0DD2AC (or 0x0DD2AC) is known color: Caribbean Green. HEX triplet: 0D, D2 and AC. RGB value is (13,210,172). Sum of RGB (Red+Green+Blue) = 13+210+172=395 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.29% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #0DD2AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD2AC is #F22D53. Grayscale: #929292. Windows color (decimal): -15871316 or 11325965. OLE color: 11325965.
HSL color Cylindrical-coordinate representation of color #0DD2AC: hue angle of 168.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD2AC is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 13 | 210 | 172 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.18 |
| HSL | 168.43º | 0.88% | 0.44% | - |
| HSV(B) | 168.43º | 0.94% | 0.82% | - |
| XYZ | 30.66 | 49.16 | 46.9 | - |
| YUV | 146.77 | 142.23 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 210 | 172 | 0.94 | 0 | 0.18 | 0.18 | 168.43 | 0.88 | 0.44 |
| Hex | D | D2 | AC | 5E | 0 | 12 | 12 | A8 | 58 | 2C |
| Octal | 15 | 322 | 254 | 136 | 0 | 22 | 22 | 250 | 130 | 54 |
| Binary | 1101 | 11010010 | 10101100 | 1011110 | 0 | 10010 | 10010 | 10101000 | 1011000 | 101100 |
Color Harmonies of #0DD2AC
Complementary color
Monochromatic Colors of #0DD2AC
Black with #0DD2AC
Text Example
Text Example
White with #0DD2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD2AC; }
p { color: rgb(13,210,172); }
H1.HeaderClassName
{
color: #0DD2AC;
}
.AnyTagClassName
{
color: #0DD2AC;
}
</style>
background-color css
<style>
a { background-color: #0DD2AC; }
a { background-color: rgb(13,210,172); }
div.DivClassName
{
background-color: #0DD2AC;
}
.BgClassName
{
background-color: #0DD2AC;
}
</style>
border-color css
<style>
span { border-color: #0DD2AC; }
span { border-color: rgb(13,210,172); }
td.TdClassName
{
border-color: #0DD2AC;
}
.TagClassName
{
border-color: #0DD2AC;
}
</style>