Shades of Caribbean Green #0DDB8C
Tints of Caribbean Green #0DDB8C
RGB
CMYK
RGB Variations
Color information
#0DDB8C (or 0x0DDB8C) is known color: Caribbean Green. HEX triplet: 0D, DB and 8C. RGB value is (13,219,140). Sum of RGB (Red+Green+Blue) = 13+219+140=372 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDB8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDB8C is #F22473. Grayscale: #949494. Windows color (decimal): -15869044 or 9231117. OLE color: 9231117.
HSL color Cylindrical-coordinate representation of color #0DDB8C: hue angle of 156.99º 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 #0DDB8C is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 140 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.14 |
| HSL | 156.99º | 0.89% | 0.45% | - |
| HSV(B) | 156.99º | 0.94% | 0.86% | - |
| XYZ | 30.23 | 52.64 | 33.38 | - |
| YUV | 148.4 | 123.25 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 140 | 0.94 | 0 | 0.36 | 0.14 | 156.99 | 0.89 | 0.45 |
| Hex | D | DB | 8C | 5E | 0 | 24 | E | 9D | 59 | 2D |
| Octal | 15 | 333 | 214 | 136 | 0 | 44 | 16 | 235 | 131 | 55 |
| Binary | 1101 | 11011011 | 10001100 | 1011110 | 0 | 100100 | 1110 | 10011101 | 1011001 | 101101 |
Color Harmonies of #0DDB8C
Complementary color
Monochromatic Colors of #0DDB8C
Black with #0DDB8C
Text Example
Text Example
White with #0DDB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDB8C; }
p { color: rgb(13,219,140); }
H1.HeaderClassName
{
color: #0DDB8C;
}
.AnyTagClassName
{
color: #0DDB8C;
}
</style>
background-color css
<style>
a { background-color: #0DDB8C; }
a { background-color: rgb(13,219,140); }
div.DivClassName
{
background-color: #0DDB8C;
}
.BgClassName
{
background-color: #0DDB8C;
}
</style>
border-color css
<style>
span { border-color: #0DDB8C; }
span { border-color: rgb(13,219,140); }
td.TdClassName
{
border-color: #0DDB8C;
}
.TagClassName
{
border-color: #0DDB8C;
}
</style>