Shades of Caribbean Green #0DDB89
Tints of Caribbean Green #0DDB89
RGB
CMYK
RGB Variations
Color information
#0DDB89 (or 0x0DDB89) is known color: Caribbean Green. HEX triplet: 0D, DB and 89. RGB value is (13,219,137). Sum of RGB (Red+Green+Blue) = 13+219+137=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 219 (85.94% from 255 or 59.35% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB89 is #F22476. Grayscale: #949494. Windows color (decimal): -15869047 or 9034509. OLE color: 9034509.
HSL color Cylindrical-coordinate representation of color #0DDB89: hue angle of 156.12º 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 #0DDB89 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 137 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.14 |
| HSL | 156.12º | 0.89% | 0.45% | - |
| HSV(B) | 156.12º | 0.94% | 0.86% | - |
| XYZ | 30.01 | 52.55 | 32.23 | - |
| YUV | 148.06 | 121.75 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 137 | 0.94 | 0 | 0.37 | 0.14 | 156.12 | 0.89 | 0.45 |
| Hex | D | DB | 89 | 5E | 0 | 25 | E | 9C | 59 | 2D |
| Octal | 15 | 333 | 211 | 136 | 0 | 45 | 16 | 234 | 131 | 55 |
| Binary | 1101 | 11011011 | 10001001 | 1011110 | 0 | 100101 | 1110 | 10011100 | 1011001 | 101101 |
Color Harmonies of #0DDB89
Complementary color
Monochromatic Colors of #0DDB89
Black with #0DDB89
Text Example
Text Example
White with #0DDB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB89; }
p { color: rgb(13,219,137); }
H1.HeaderClassName
{
color: #0DDB89;
}
.AnyTagClassName
{
color: #0DDB89;
}
</style>
background-color css
<style>
a { background-color: #0DDB89; }
a { background-color: rgb(13,219,137); }
div.DivClassName
{
background-color: #0DDB89;
}
.BgClassName
{
background-color: #0DDB89;
}
</style>
border-color css
<style>
span { border-color: #0DDB89; }
span { border-color: rgb(13,219,137); }
td.TdClassName
{
border-color: #0DDB89;
}
.TagClassName
{
border-color: #0DDB89;
}
</style>