Shades of Caribbean Green #0DBDA3
Tints of Caribbean Green #0DBDA3
RGB
CMYK
RGB Variations
Color information
#0DBDA3 (or 0x0DBDA3) is known color: Caribbean Green. HEX triplet: 0D, BD and A3. RGB value is (13,189,163). Sum of RGB (Red+Green+Blue) = 13+189+163=365 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.56% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDA3 is #F2425C. Grayscale: #858585. Windows color (decimal): -15876701 or 10730765. OLE color: 10730765.
HSL color Cylindrical-coordinate representation of color #0DBDA3: hue angle of 171.14º 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 #0DBDA3 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 163 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.26 |
| HSL | 171.14º | 0.87% | 0.4% | - |
| HSV(B) | 171.14º | 0.93% | 0.74% | - |
| XYZ | 24.97 | 39.13 | 40.89 | - |
| YUV | 133.41 | 144.69 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 163 | 0.93 | 0 | 0.14 | 0.26 | 171.14 | 0.87 | 0.4 |
| Hex | D | BD | A3 | 5D | 0 | E | 1A | AB | 57 | 28 |
| Octal | 15 | 275 | 243 | 135 | 0 | 16 | 32 | 253 | 127 | 50 |
| Binary | 1101 | 10111101 | 10100011 | 1011101 | 0 | 1110 | 11010 | 10101011 | 1010111 | 101000 |
Color Harmonies of #0DBDA3
Complementary color
Monochromatic Colors of #0DBDA3
Black with #0DBDA3
Text Example
Text Example
White with #0DBDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDA3; }
p { color: rgb(13,189,163); }
H1.HeaderClassName
{
color: #0DBDA3;
}
.AnyTagClassName
{
color: #0DBDA3;
}
</style>
background-color css
<style>
a { background-color: #0DBDA3; }
a { background-color: rgb(13,189,163); }
div.DivClassName
{
background-color: #0DBDA3;
}
.BgClassName
{
background-color: #0DBDA3;
}
</style>
border-color css
<style>
span { border-color: #0DBDA3; }
span { border-color: rgb(13,189,163); }
td.TdClassName
{
border-color: #0DBDA3;
}
.TagClassName
{
border-color: #0DBDA3;
}
</style>