Shades of Mountain Meadow #0DBB89
Tints of Mountain Meadow #0DBB89
RGB
CMYK
RGB Variations
Color information
#0DBB89 (or 0x0DBB89) is known color: Mountain Meadow. HEX triplet: 0D, BB and 89. RGB value is (13,187,137). Sum of RGB (Red+Green+Blue) = 13+187+137=337 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.86% from 337); Green value is 187 (73.44% from 255 or 55.49% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 187 - color contains mainly: green. Hex color #0DBB89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DBB89 is #F24476. Grayscale: #818181. Windows color (decimal): -15877239 or 9026317. OLE color: 9026317.
HSL color Cylindrical-coordinate representation of color #0DBB89: hue angle of 162.76º 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 #0DBB89 is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 13 | 187 | 137 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.27 |
| HSL | 162.76º | 0.87% | 0.39% | - |
| HSV(B) | 162.76º | 0.93% | 0.73% | - |
| XYZ | 22.45 | 37.43 | 29.71 | - |
| YUV | 129.27 | 132.35 | 45.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 137 | 0.93 | 0 | 0.27 | 0.27 | 162.76 | 0.87 | 0.39 |
| Hex | D | BB | 89 | 5D | 0 | 1B | 1B | A3 | 57 | 27 |
| Octal | 15 | 273 | 211 | 135 | 0 | 33 | 33 | 243 | 127 | 47 |
| Binary | 1101 | 10111011 | 10001001 | 1011101 | 0 | 11011 | 11011 | 10100011 | 1010111 | 100111 |
Color Harmonies of #0DBB89
Complementary color
Monochromatic Colors of #0DBB89
Black with #0DBB89
Text Example
Text Example
White with #0DBB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBB89; }
p { color: rgb(13,187,137); }
H1.HeaderClassName
{
color: #0DBB89;
}
.AnyTagClassName
{
color: #0DBB89;
}
</style>
background-color css
<style>
a { background-color: #0DBB89; }
a { background-color: rgb(13,187,137); }
div.DivClassName
{
background-color: #0DBB89;
}
.BgClassName
{
background-color: #0DBB89;
}
</style>
border-color css
<style>
span { border-color: #0DBB89; }
span { border-color: rgb(13,187,137); }
td.TdClassName
{
border-color: #0DBB89;
}
.TagClassName
{
border-color: #0DBB89;
}
</style>