Shades of Caribbean Green #0DDBB2
Tints of Caribbean Green #0DDBB2
RGB
CMYK
RGB Variations
Color information
#0DDBB2 (or 0x0DDBB2) is known color: Caribbean Green. HEX triplet: 0D, DB and B2. RGB value is (13,219,178). Sum of RGB (Red+Green+Blue) = 13+219+178=410 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.17% from 410); Green value is 219 (85.94% from 255 or 53.41% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 219 - color contains mainly: green. Hex color #0DDBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDBB2 is #F2244D. Grayscale: #989898. Windows color (decimal): -15869006 or 11721485. OLE color: 11721485.
HSL color Cylindrical-coordinate representation of color #0DDBB2: hue angle of 168.06º 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 #0DDBB2 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 13 | 219 | 178 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.14 |
| HSL | 168.06º | 0.89% | 0.45% | - |
| HSV(B) | 168.06º | 0.94% | 0.86% | - |
| XYZ | 33.53 | 53.96 | 50.77 | - |
| YUV | 152.73 | 142.25 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 219 | 178 | 0.94 | 0 | 0.19 | 0.14 | 168.06 | 0.89 | 0.45 |
| Hex | D | DB | B2 | 5E | 0 | 13 | E | A8 | 59 | 2D |
| Octal | 15 | 333 | 262 | 136 | 0 | 23 | 16 | 250 | 131 | 55 |
| Binary | 1101 | 11011011 | 10110010 | 1011110 | 0 | 10011 | 1110 | 10101000 | 1011001 | 101101 |
Color Harmonies of #0DDBB2
Complementary color
Monochromatic Colors of #0DDBB2
Black with #0DDBB2
Text Example
Text Example
White with #0DDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDBB2; }
p { color: rgb(13,219,178); }
H1.HeaderClassName
{
color: #0DDBB2;
}
.AnyTagClassName
{
color: #0DDBB2;
}
</style>
background-color css
<style>
a { background-color: #0DDBB2; }
a { background-color: rgb(13,219,178); }
div.DivClassName
{
background-color: #0DDBB2;
}
.BgClassName
{
background-color: #0DDBB2;
}
</style>
border-color css
<style>
span { border-color: #0DDBB2; }
span { border-color: rgb(13,219,178); }
td.TdClassName
{
border-color: #0DDBB2;
}
.TagClassName
{
border-color: #0DDBB2;
}
</style>