Shades of Caribbean Green #0DDBA4
Tints of Caribbean Green #0DDBA4
RGB
CMYK
RGB Variations
Color information
#0DDBA4 (or 0x0DDBA4) is known color: Caribbean Green. HEX triplet: 0D, DB and A4. RGB value is (13,219,164). Sum of RGB (Red+Green+Blue) = 13+219+164=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDBA4 is #F2245B. Grayscale: #979797. Windows color (decimal): -15869020 or 10803981. OLE color: 10803981.
HSL color Cylindrical-coordinate representation of color #0DDBA4: hue angle of 163.98º 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 #0DDBA4 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 164 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.14 |
| HSL | 163.98º | 0.89% | 0.45% | - |
| HSV(B) | 163.98º | 0.94% | 0.86% | - |
| XYZ | 32.2 | 53.43 | 43.74 | - |
| YUV | 151.14 | 135.25 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 164 | 0.94 | 0 | 0.25 | 0.14 | 163.98 | 0.89 | 0.45 |
| Hex | D | DB | A4 | 5E | 0 | 19 | E | A4 | 59 | 2D |
| Octal | 15 | 333 | 244 | 136 | 0 | 31 | 16 | 244 | 131 | 55 |
| Binary | 1101 | 11011011 | 10100100 | 1011110 | 0 | 11001 | 1110 | 10100100 | 1011001 | 101101 |
Color Harmonies of #0DDBA4
Complementary color
Monochromatic Colors of #0DDBA4
Black with #0DDBA4
Text Example
Text Example
White with #0DDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBA4; }
p { color: rgb(13,219,164); }
H1.HeaderClassName
{
color: #0DDBA4;
}
.AnyTagClassName
{
color: #0DDBA4;
}
</style>
background-color css
<style>
a { background-color: #0DDBA4; }
a { background-color: rgb(13,219,164); }
div.DivClassName
{
background-color: #0DDBA4;
}
.BgClassName
{
background-color: #0DDBA4;
}
</style>
border-color css
<style>
span { border-color: #0DDBA4; }
span { border-color: rgb(13,219,164); }
td.TdClassName
{
border-color: #0DDBA4;
}
.TagClassName
{
border-color: #0DDBA4;
}
</style>