Shades of Mountain Meadow #0DBC88
Tints of Mountain Meadow #0DBC88
RGB
CMYK
RGB Variations
Color information
#0DBC88 (or 0x0DBC88) is known color: Mountain Meadow. HEX triplet: 0D, BC and 88. RGB value is (13,188,136). Sum of RGB (Red+Green+Blue) = 13+188+136=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #0DBC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBC88 is #F24377. Grayscale: #818181. Windows color (decimal): -15876984 or 8961037. OLE color: 8961037.
HSL color Cylindrical-coordinate representation of color #0DBC88: hue angle of 162.17º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBC88 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 13 | 188 | 136 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.26 |
| HSL | 162.17º | 0.87% | 0.39% | - |
| HSV(B) | 162.17º | 0.93% | 0.74% | - |
| XYZ | 22.59 | 37.83 | 29.4 | - |
| YUV | 129.75 | 131.52 | 44.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 188 | 136 | 0.93 | 0 | 0.28 | 0.26 | 162.17 | 0.87 | 0.39 |
| Hex | D | BC | 88 | 5D | 0 | 1C | 1A | A2 | 57 | 27 |
| Octal | 15 | 274 | 210 | 135 | 0 | 34 | 32 | 242 | 127 | 47 |
| Binary | 1101 | 10111100 | 10001000 | 1011101 | 0 | 11100 | 11010 | 10100010 | 1010111 | 100111 |
Color Harmonies of #0DBC88
Complementary color
Monochromatic Colors of #0DBC88
Black with #0DBC88
Text Example
Text Example
White with #0DBC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBC88; }
p { color: rgb(13,188,136); }
H1.HeaderClassName
{
color: #0DBC88;
}
.AnyTagClassName
{
color: #0DBC88;
}
</style>
background-color css
<style>
a { background-color: #0DBC88; }
a { background-color: rgb(13,188,136); }
div.DivClassName
{
background-color: #0DBC88;
}
.BgClassName
{
background-color: #0DBC88;
}
</style>
border-color css
<style>
span { border-color: #0DBC88; }
span { border-color: rgb(13,188,136); }
td.TdClassName
{
border-color: #0DBC88;
}
.TagClassName
{
border-color: #0DBC88;
}
</style>