Shades of Caribbean Green #0DDBA2
Tints of Caribbean Green #0DDBA2
RGB
CMYK
RGB Variations
Color information
#0DDBA2 (or 0x0DDBA2) is known color: Caribbean Green. HEX triplet: 0D, DB and A2. RGB value is (13,219,162). Sum of RGB (Red+Green+Blue) = 13+219+162=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 219 (85.94% from 255 or 55.58% from 394); Blue value is 162 (63.67% from 255 or 41.12% from 394); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDBA2 is #F2245D. Grayscale: #969696. Windows color (decimal): -15869022 or 10672909. OLE color: 10672909.
HSL color Cylindrical-coordinate representation of color #0DDBA2: hue angle of 163.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDBA2 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 162 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.14 |
| HSL | 163.4º | 0.89% | 0.45% | - |
| HSV(B) | 163.4º | 0.94% | 0.86% | - |
| XYZ | 32.02 | 53.36 | 42.79 | - |
| YUV | 150.91 | 134.25 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 162 | 0.94 | 0 | 0.26 | 0.14 | 163.4 | 0.89 | 0.45 |
| Hex | D | DB | A2 | 5E | 0 | 1A | E | A3 | 59 | 2D |
| Octal | 15 | 333 | 242 | 136 | 0 | 32 | 16 | 243 | 131 | 55 |
| Binary | 1101 | 11011011 | 10100010 | 1011110 | 0 | 11010 | 1110 | 10100011 | 1011001 | 101101 |
Color Harmonies of #0DDBA2
Complementary color
Monochromatic Colors of #0DDBA2
Black with #0DDBA2
Text Example
Text Example
White with #0DDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBA2; }
p { color: rgb(13,219,162); }
H1.HeaderClassName
{
color: #0DDBA2;
}
.AnyTagClassName
{
color: #0DDBA2;
}
</style>
background-color css
<style>
a { background-color: #0DDBA2; }
a { background-color: rgb(13,219,162); }
div.DivClassName
{
background-color: #0DDBA2;
}
.BgClassName
{
background-color: #0DDBA2;
}
</style>
border-color css
<style>
span { border-color: #0DDBA2; }
span { border-color: rgb(13,219,162); }
td.TdClassName
{
border-color: #0DDBA2;
}
.TagClassName
{
border-color: #0DDBA2;
}
</style>