Shades of Caribbean Green #0DD9A2
Tints of Caribbean Green #0DD9A2
RGB
CMYK
RGB Variations
Color information
#0DD9A2 (or 0x0DD9A2) is known color: Caribbean Green. HEX triplet: 0D, D9 and A2. RGB value is (13,217,162). Sum of RGB (Red+Green+Blue) = 13+217+162=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #0DD9A2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DD9A2 is #F2265D. Grayscale: #959595. Windows color (decimal): -15869534 or 10672397. OLE color: 10672397.
HSL color Cylindrical-coordinate representation of color #0DD9A2: hue angle of 163.82º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD9A2 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 13 | 217 | 162 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.15 |
| HSL | 163.82º | 0.89% | 0.45% | - |
| HSV(B) | 163.82º | 0.94% | 0.85% | - |
| XYZ | 31.5 | 52.32 | 42.62 | - |
| YUV | 149.73 | 134.91 | 30.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 217 | 162 | 0.94 | 0 | 0.25 | 0.15 | 163.82 | 0.89 | 0.45 |
| Hex | D | D9 | A2 | 5E | 0 | 19 | F | A4 | 59 | 2D |
| Octal | 15 | 331 | 242 | 136 | 0 | 31 | 17 | 244 | 131 | 55 |
| Binary | 1101 | 11011001 | 10100010 | 1011110 | 0 | 11001 | 1111 | 10100100 | 1011001 | 101101 |
Color Harmonies of #0DD9A2
Complementary color
Monochromatic Colors of #0DD9A2
Black with #0DD9A2
Text Example
Text Example
White with #0DD9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DD9A2; }
p { color: rgb(13,217,162); }
H1.HeaderClassName
{
color: #0DD9A2;
}
.AnyTagClassName
{
color: #0DD9A2;
}
</style>
background-color css
<style>
a { background-color: #0DD9A2; }
a { background-color: rgb(13,217,162); }
div.DivClassName
{
background-color: #0DD9A2;
}
.BgClassName
{
background-color: #0DD9A2;
}
</style>
border-color css
<style>
span { border-color: #0DD9A2; }
span { border-color: rgb(13,217,162); }
td.TdClassName
{
border-color: #0DD9A2;
}
.TagClassName
{
border-color: #0DD9A2;
}
</style>