Shades of Caribbean Green #0DDB88
Tints of Caribbean Green #0DDB88
RGB
CMYK
RGB Variations
Color information
#0DDB88 (or 0x0DDB88) is known color: Caribbean Green. HEX triplet: 0D, DB and 88. RGB value is (13,219,136). Sum of RGB (Red+Green+Blue) = 13+219+136=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 219 (85.94% from 255 or 59.51% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB88 is #F22477. Grayscale: #949494. Windows color (decimal): -15869048 or 8968973. OLE color: 8968973.
HSL color Cylindrical-coordinate representation of color #0DDB88: hue angle of 155.83º 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 #0DDB88 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 136 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.14 |
| HSL | 155.83º | 0.89% | 0.45% | - |
| HSV(B) | 155.83º | 0.94% | 0.86% | - |
| XYZ | 29.94 | 52.53 | 31.85 | - |
| YUV | 147.94 | 121.25 | 31.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 136 | 0.94 | 0 | 0.38 | 0.14 | 155.83 | 0.89 | 0.45 |
| Hex | D | DB | 88 | 5E | 0 | 26 | E | 9C | 59 | 2D |
| Octal | 15 | 333 | 210 | 136 | 0 | 46 | 16 | 234 | 131 | 55 |
| Binary | 1101 | 11011011 | 10001000 | 1011110 | 0 | 100110 | 1110 | 10011100 | 1011001 | 101101 |
Color Harmonies of #0DDB88
Complementary color
Monochromatic Colors of #0DDB88
Black with #0DDB88
Text Example
Text Example
White with #0DDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB88; }
p { color: rgb(13,219,136); }
H1.HeaderClassName
{
color: #0DDB88;
}
.AnyTagClassName
{
color: #0DDB88;
}
</style>
background-color css
<style>
a { background-color: #0DDB88; }
a { background-color: rgb(13,219,136); }
div.DivClassName
{
background-color: #0DDB88;
}
.BgClassName
{
background-color: #0DDB88;
}
</style>
border-color css
<style>
span { border-color: #0DDB88; }
span { border-color: rgb(13,219,136); }
td.TdClassName
{
border-color: #0DDB88;
}
.TagClassName
{
border-color: #0DDB88;
}
</style>