Shades of Caribbean Green #0DDB87
Tints of Caribbean Green #0DDB87
RGB
CMYK
RGB Variations
Color information
#0DDB87 (or 0x0DDB87) is known color: Caribbean Green. HEX triplet: 0D, DB and 87. RGB value is (13,219,135). Sum of RGB (Red+Green+Blue) = 13+219+135=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 219 (85.94% from 255 or 59.67% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB87 is #F22478. Grayscale: #939393. Windows color (decimal): -15869049 or 8903437. OLE color: 8903437.
HSL color Cylindrical-coordinate representation of color #0DDB87: hue angle of 155.53º 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 #0DDB87 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 135 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.14 |
| HSL | 155.53º | 0.89% | 0.45% | - |
| HSV(B) | 155.53º | 0.94% | 0.86% | - |
| XYZ | 29.87 | 52.5 | 31.48 | - |
| YUV | 147.83 | 120.75 | 31.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 135 | 0.94 | 0 | 0.38 | 0.14 | 155.53 | 0.89 | 0.45 |
| Hex | D | DB | 87 | 5E | 0 | 26 | E | 9C | 59 | 2D |
| Octal | 15 | 333 | 207 | 136 | 0 | 46 | 16 | 234 | 131 | 55 |
| Binary | 1101 | 11011011 | 10000111 | 1011110 | 0 | 100110 | 1110 | 10011100 | 1011001 | 101101 |
Color Harmonies of #0DDB87
Complementary color
Monochromatic Colors of #0DDB87
Black with #0DDB87
Text Example
Text Example
White with #0DDB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB87; }
p { color: rgb(13,219,135); }
H1.HeaderClassName
{
color: #0DDB87;
}
.AnyTagClassName
{
color: #0DDB87;
}
</style>
background-color css
<style>
a { background-color: #0DDB87; }
a { background-color: rgb(13,219,135); }
div.DivClassName
{
background-color: #0DDB87;
}
.BgClassName
{
background-color: #0DDB87;
}
</style>
border-color css
<style>
span { border-color: #0DDB87; }
span { border-color: rgb(13,219,135); }
td.TdClassName
{
border-color: #0DDB87;
}
.TagClassName
{
border-color: #0DDB87;
}
</style>