Shades of Caribbean Green #0DBD9A
Tints of Caribbean Green #0DBD9A
RGB
CMYK
RGB Variations
Color information
#0DBD9A (or 0x0DBD9A) is known color: Caribbean Green. HEX triplet: 0D, BD and 9A. RGB value is (13,189,154). Sum of RGB (Red+Green+Blue) = 13+189+154=356 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.65% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 154 (60.55% from 255 or 43.26% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #0DBD9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBD9A is #F24265. Grayscale: #848484. Windows color (decimal): -15876710 or 10140941. OLE color: 10140941.
HSL color Cylindrical-coordinate representation of color #0DBD9A: hue angle of 168.07º 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 #0DBD9A is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 189 | 154 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.26 |
| HSL | 168.07º | 0.87% | 0.4% | - |
| HSV(B) | 168.07º | 0.93% | 0.74% | - |
| XYZ | 24.2 | 38.81 | 36.79 | - |
| YUV | 132.39 | 140.19 | 42.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 189 | 154 | 0.93 | 0 | 0.19 | 0.26 | 168.07 | 0.87 | 0.4 |
| Hex | D | BD | 9A | 5D | 0 | 13 | 1A | A8 | 57 | 28 |
| Octal | 15 | 275 | 232 | 135 | 0 | 23 | 32 | 250 | 127 | 50 |
| Binary | 1101 | 10111101 | 10011010 | 1011101 | 0 | 10011 | 11010 | 10101000 | 1010111 | 101000 |
Color Harmonies of #0DBD9A
Complementary color
Monochromatic Colors of #0DBD9A
Black with #0DBD9A
Text Example
Text Example
White with #0DBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBD9A; }
p { color: rgb(13,189,154); }
H1.HeaderClassName
{
color: #0DBD9A;
}
.AnyTagClassName
{
color: #0DBD9A;
}
</style>
background-color css
<style>
a { background-color: #0DBD9A; }
a { background-color: rgb(13,189,154); }
div.DivClassName
{
background-color: #0DBD9A;
}
.BgClassName
{
background-color: #0DBD9A;
}
</style>
border-color css
<style>
span { border-color: #0DBD9A; }
span { border-color: rgb(13,189,154); }
td.TdClassName
{
border-color: #0DBD9A;
}
.TagClassName
{
border-color: #0DBD9A;
}
</style>