Shades of Caribbean Green #0DDB9B
Tints of Caribbean Green #0DDB9B
RGB
CMYK
RGB Variations
Color information
#0DDB9B (or 0x0DDB9B) is known color: Caribbean Green. HEX triplet: 0D, DB and 9B. RGB value is (13,219,155). Sum of RGB (Red+Green+Blue) = 13+219+155=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 219 (85.94% from 255 or 56.59% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB9B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB9B is #F22464. Grayscale: #969696. Windows color (decimal): -15869029 or 10214157. OLE color: 10214157.
HSL color Cylindrical-coordinate representation of color #0DDB9B: hue angle of 161.36º 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 #0DDB9B is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 155 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.14 |
| HSL | 161.36º | 0.89% | 0.45% | - |
| HSV(B) | 161.36º | 0.94% | 0.86% | - |
| XYZ | 31.41 | 53.12 | 39.61 | - |
| YUV | 150.11 | 130.75 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 155 | 0.94 | 0 | 0.29 | 0.14 | 161.36 | 0.89 | 0.45 |
| Hex | D | DB | 9B | 5E | 0 | 1D | E | A1 | 59 | 2D |
| Octal | 15 | 333 | 233 | 136 | 0 | 35 | 16 | 241 | 131 | 55 |
| Binary | 1101 | 11011011 | 10011011 | 1011110 | 0 | 11101 | 1110 | 10100001 | 1011001 | 101101 |
Color Harmonies of #0DDB9B
Complementary color
Monochromatic Colors of #0DDB9B
Black with #0DDB9B
Text Example
Text Example
White with #0DDB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB9B; }
p { color: rgb(13,219,155); }
H1.HeaderClassName
{
color: #0DDB9B;
}
.AnyTagClassName
{
color: #0DDB9B;
}
</style>
background-color css
<style>
a { background-color: #0DDB9B; }
a { background-color: rgb(13,219,155); }
div.DivClassName
{
background-color: #0DDB9B;
}
.BgClassName
{
background-color: #0DDB9B;
}
</style>
border-color css
<style>
span { border-color: #0DDB9B; }
span { border-color: rgb(13,219,155); }
td.TdClassName
{
border-color: #0DDB9B;
}
.TagClassName
{
border-color: #0DDB9B;
}
</style>