Shades of Caribbean Green #0DBD99
Tints of Caribbean Green #0DBD99
RGB
CMYK
RGB Variations
Color information
#0DBD99 (or 0x0DBD99) is known color: Caribbean Green. HEX triplet: 0D, BD and 99. RGB value is (13,189,153). Sum of RGB (Red+Green+Blue) = 13+189+153=355 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.66% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBD99 is #F24266. Grayscale: #848484. Windows color (decimal): -15876711 or 10075405. OLE color: 10075405.
HSL color Cylindrical-coordinate representation of color #0DBD99: hue angle of 167.73º 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 #0DBD99 is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 153 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.26 |
| HSL | 167.73º | 0.87% | 0.4% | - |
| HSV(B) | 167.73º | 0.93% | 0.74% | - |
| XYZ | 24.11 | 38.78 | 36.35 | - |
| YUV | 132.27 | 139.69 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 153 | 0.93 | 0 | 0.19 | 0.26 | 167.73 | 0.87 | 0.4 |
| Hex | D | BD | 99 | 5D | 0 | 13 | 1A | A8 | 57 | 28 |
| Octal | 15 | 275 | 231 | 135 | 0 | 23 | 32 | 250 | 127 | 50 |
| Binary | 1101 | 10111101 | 10011001 | 1011101 | 0 | 10011 | 11010 | 10101000 | 1010111 | 101000 |
Color Harmonies of #0DBD99
Complementary color
Monochromatic Colors of #0DBD99
Black with #0DBD99
Text Example
Text Example
White with #0DBD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD99; }
p { color: rgb(13,189,153); }
H1.HeaderClassName
{
color: #0DBD99;
}
.AnyTagClassName
{
color: #0DBD99;
}
</style>
background-color css
<style>
a { background-color: #0DBD99; }
a { background-color: rgb(13,189,153); }
div.DivClassName
{
background-color: #0DBD99;
}
.BgClassName
{
background-color: #0DBD99;
}
</style>
border-color css
<style>
span { border-color: #0DBD99; }
span { border-color: rgb(13,189,153); }
td.TdClassName
{
border-color: #0DBD99;
}
.TagClassName
{
border-color: #0DBD99;
}
</style>