Shades of Caribbean Green #0DBA9F
Tints of Caribbean Green #0DBA9F
RGB
CMYK
RGB Variations
Color information
#0DBA9F (or 0x0DBA9F) is known color: Caribbean Green. HEX triplet: 0D, BA and 9F. RGB value is (13,186,159). Sum of RGB (Red+Green+Blue) = 13+186+159=358 (47% of max value = 765). Red value is 13 (5.47% from 255 or 3.63% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBA9F is #F24560. Grayscale: #838383. Windows color (decimal): -15877473 or 10467853. OLE color: 10467853.
HSL color Cylindrical-coordinate representation of color #0DBA9F: hue angle of 170.64º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA9F is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 186 | 159 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.27 |
| HSL | 170.64º | 0.87% | 0.39% | - |
| HSV(B) | 170.64º | 0.93% | 0.73% | - |
| XYZ | 23.98 | 37.71 | 38.81 | - |
| YUV | 131.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 159 | 0.93 | 0 | 0.15 | 0.27 | 170.64 | 0.87 | 0.39 |
| Hex | D | BA | 9F | 5D | 0 | F | 1B | AB | 57 | 27 |
| Octal | 15 | 272 | 237 | 135 | 0 | 17 | 33 | 253 | 127 | 47 |
| Binary | 1101 | 10111010 | 10011111 | 1011101 | 0 | 1111 | 11011 | 10101011 | 1010111 | 100111 |
Color Harmonies of #0DBA9F
Complementary color
Monochromatic Colors of #0DBA9F
Black with #0DBA9F
Text Example
Text Example
White with #0DBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBA9F; }
p { color: rgb(13,186,159); }
H1.HeaderClassName
{
color: #0DBA9F;
}
.AnyTagClassName
{
color: #0DBA9F;
}
</style>
background-color css
<style>
a { background-color: #0DBA9F; }
a { background-color: rgb(13,186,159); }
div.DivClassName
{
background-color: #0DBA9F;
}
.BgClassName
{
background-color: #0DBA9F;
}
</style>
border-color css
<style>
span { border-color: #0DBA9F; }
span { border-color: rgb(13,186,159); }
td.TdClassName
{
border-color: #0DBA9F;
}
.TagClassName
{
border-color: #0DBA9F;
}
</style>