Shades of Caribbean Green #0DBDA1
Tints of Caribbean Green #0DBDA1
RGB
CMYK
RGB Variations
Color information
#0DBDA1 (or 0x0DBDA1) is known color: Caribbean Green. HEX triplet: 0D, BD and A1. RGB value is (13,189,161). Sum of RGB (Red+Green+Blue) = 13+189+161=363 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.58% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBDA1 is #F2425E. Grayscale: #858585. Windows color (decimal): -15876703 or 10599693. OLE color: 10599693.
HSL color Cylindrical-coordinate representation of color #0DBDA1: hue angle of 170.45º 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 #0DBDA1 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 161 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.26 |
| HSL | 170.45º | 0.87% | 0.4% | - |
| HSV(B) | 170.45º | 0.93% | 0.74% | - |
| XYZ | 24.8 | 39.05 | 39.95 | - |
| YUV | 133.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 161 | 0.93 | 0 | 0.15 | 0.26 | 170.45 | 0.87 | 0.4 |
| Hex | D | BD | A1 | 5D | 0 | F | 1A | AA | 57 | 28 |
| Octal | 15 | 275 | 241 | 135 | 0 | 17 | 32 | 252 | 127 | 50 |
| Binary | 1101 | 10111101 | 10100001 | 1011101 | 0 | 1111 | 11010 | 10101010 | 1010111 | 101000 |
Color Harmonies of #0DBDA1
Complementary color
Monochromatic Colors of #0DBDA1
Black with #0DBDA1
Text Example
Text Example
White with #0DBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBDA1; }
p { color: rgb(13,189,161); }
H1.HeaderClassName
{
color: #0DBDA1;
}
.AnyTagClassName
{
color: #0DBDA1;
}
</style>
background-color css
<style>
a { background-color: #0DBDA1; }
a { background-color: rgb(13,189,161); }
div.DivClassName
{
background-color: #0DBDA1;
}
.BgClassName
{
background-color: #0DBDA1;
}
</style>
border-color css
<style>
span { border-color: #0DBDA1; }
span { border-color: rgb(13,189,161); }
td.TdClassName
{
border-color: #0DBDA1;
}
.TagClassName
{
border-color: #0DBDA1;
}
</style>