Shades of Caribbean Green #0DDDA2
Tints of Caribbean Green #0DDDA2
RGB
CMYK
RGB Variations
Color information
#0DDDA2 (or 0x0DDDA2) is known color: Caribbean Green. HEX triplet: 0D, DD and A2. RGB value is (13,221,162). Sum of RGB (Red+Green+Blue) = 13+221+162=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDDA2 is #F2225D. Grayscale: #989898. Windows color (decimal): -15868510 or 10673421. OLE color: 10673421.
HSL color Cylindrical-coordinate representation of color #0DDDA2: hue angle of 162.98º 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 #0DDDA2 is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 221 | 162 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.13 |
| HSL | 162.98º | 0.89% | 0.46% | - |
| HSV(B) | 162.98º | 0.94% | 0.87% | - |
| XYZ | 32.54 | 54.41 | 42.97 | - |
| YUV | 152.08 | 133.59 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 221 | 162 | 0.94 | 0 | 0.27 | 0.13 | 162.98 | 0.89 | 0.46 |
| Hex | D | DD | A2 | 5E | 0 | 1B | D | A3 | 59 | 2E |
| Octal | 15 | 335 | 242 | 136 | 0 | 33 | 15 | 243 | 131 | 56 |
| Binary | 1101 | 11011101 | 10100010 | 1011110 | 0 | 11011 | 1101 | 10100011 | 1011001 | 101110 |
Color Harmonies of #0DDDA2
Complementary color
Monochromatic Colors of #0DDDA2
Black with #0DDDA2
Text Example
Text Example
White with #0DDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDDA2; }
p { color: rgb(13,221,162); }
H1.HeaderClassName
{
color: #0DDDA2;
}
.AnyTagClassName
{
color: #0DDDA2;
}
</style>
background-color css
<style>
a { background-color: #0DDDA2; }
a { background-color: rgb(13,221,162); }
div.DivClassName
{
background-color: #0DDDA2;
}
.BgClassName
{
background-color: #0DDDA2;
}
</style>
border-color css
<style>
span { border-color: #0DDDA2; }
span { border-color: rgb(13,221,162); }
td.TdClassName
{
border-color: #0DDDA2;
}
.TagClassName
{
border-color: #0DDDA2;
}
</style>