Shades of Caribbean Green #0DBDA2
Tints of Caribbean Green #0DBDA2
RGB
CMYK
RGB Variations
Color information
#0DBDA2 (or 0x0DBDA2) is known color: Caribbean Green. HEX triplet: 0D, BD and A2. RGB value is (13,189,162). Sum of RGB (Red+Green+Blue) = 13+189+162=364 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.57% from 364); Green value is 189 (74.22% from 255 or 51.92% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDA2 is #F2425D. Grayscale: #858585. Windows color (decimal): -15876702 or 10665229. OLE color: 10665229.
HSL color Cylindrical-coordinate representation of color #0DBDA2: hue angle of 170.8º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBDA2 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 162 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.26 |
| HSL | 170.8º | 0.87% | 0.4% | - |
| HSV(B) | 170.8º | 0.93% | 0.74% | - |
| XYZ | 24.89 | 39.09 | 40.42 | - |
| YUV | 133.3 | 144.19 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 162 | 0.93 | 0 | 0.14 | 0.26 | 170.8 | 0.87 | 0.4 |
| Hex | D | BD | A2 | 5D | 0 | E | 1A | AB | 57 | 28 |
| Octal | 15 | 275 | 242 | 135 | 0 | 16 | 32 | 253 | 127 | 50 |
| Binary | 1101 | 10111101 | 10100010 | 1011101 | 0 | 1110 | 11010 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBDA2
Complementary color
Monochromatic Colors of #0DBDA2
Black with #0DBDA2
Text Example
Text Example
White with #0DBDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDA2; }
p { color: rgb(13,189,162); }
H1.HeaderClassName
{
color: #0DBDA2;
}
.AnyTagClassName
{
color: #0DBDA2;
}
</style>
background-color css
<style>
a { background-color: #0DBDA2; }
a { background-color: rgb(13,189,162); }
div.DivClassName
{
background-color: #0DBDA2;
}
.BgClassName
{
background-color: #0DBDA2;
}
</style>
border-color css
<style>
span { border-color: #0DBDA2; }
span { border-color: rgb(13,189,162); }
td.TdClassName
{
border-color: #0DBDA2;
}
.TagClassName
{
border-color: #0DBDA2;
}
</style>