Shades of Caribbean Green #0DDB9F
Tints of Caribbean Green #0DDB9F
RGB
CMYK
RGB Variations
Color information
#0DDB9F (or 0x0DDB9F) is known color: Caribbean Green. HEX triplet: 0D, DB and 9F. RGB value is (13,219,159). Sum of RGB (Red+Green+Blue) = 13+219+159=391 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 391); Green value is 219 (85.94% from 255 or 56.01% from 391); Blue value is 159 (62.5% from 255 or 40.66% from 391); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB9F is #F22460. Grayscale: #969696. Windows color (decimal): -15869025 or 10476301. OLE color: 10476301.
HSL color Cylindrical-coordinate representation of color #0DDB9F: hue angle of 162.52º 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 #0DDB9F is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 159 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.14 |
| HSL | 162.52º | 0.89% | 0.45% | - |
| HSV(B) | 162.52º | 0.94% | 0.86% | - |
| XYZ | 31.76 | 53.25 | 41.41 | - |
| YUV | 150.57 | 132.75 | 29.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 159 | 0.94 | 0 | 0.27 | 0.14 | 162.52 | 0.89 | 0.45 |
| Hex | D | DB | 9F | 5E | 0 | 1B | E | A3 | 59 | 2D |
| Octal | 15 | 333 | 237 | 136 | 0 | 33 | 16 | 243 | 131 | 55 |
| Binary | 1101 | 11011011 | 10011111 | 1011110 | 0 | 11011 | 1110 | 10100011 | 1011001 | 101101 |
Color Harmonies of #0DDB9F
Complementary color
Monochromatic Colors of #0DDB9F
Black with #0DDB9F
Text Example
Text Example
White with #0DDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB9F; }
p { color: rgb(13,219,159); }
H1.HeaderClassName
{
color: #0DDB9F;
}
.AnyTagClassName
{
color: #0DDB9F;
}
</style>
background-color css
<style>
a { background-color: #0DDB9F; }
a { background-color: rgb(13,219,159); }
div.DivClassName
{
background-color: #0DDB9F;
}
.BgClassName
{
background-color: #0DDB9F;
}
</style>
border-color css
<style>
span { border-color: #0DDB9F; }
span { border-color: rgb(13,219,159); }
td.TdClassName
{
border-color: #0DDB9F;
}
.TagClassName
{
border-color: #0DDB9F;
}
</style>