Shades of Mountain Meadow #0BB787
Tints of Mountain Meadow #0BB787
RGB
CMYK
RGB Variations
Color information
#0BB787 (or 0x0BB787) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 87. RGB value is (11,183,135). Sum of RGB (Red+Green+Blue) = 11+183+135=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB787 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB787 is #F44878. Grayscale: #7E7E7E. Windows color (decimal): -16009337 or 8894219. OLE color: 8894219.
HSL color Cylindrical-coordinate representation of color #0BB787: hue angle of 163.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB787 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 135 | - |
| CMYK | 0.94 | 0 | 0.26 | 0.28 |
| HSL | 163.26º | 0.89% | 0.38% | - |
| HSV(B) | 163.26º | 0.94% | 0.72% | - |
| XYZ | 21.44 | 35.69 | 28.68 | - |
| YUV | 126.1 | 133.02 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 135 | 0.94 | 0 | 0.26 | 0.28 | 163.26 | 0.89 | 0.38 |
| Hex | B | B7 | 87 | 5E | 0 | 1A | 1C | A3 | 59 | 26 |
| Octal | 13 | 267 | 207 | 136 | 0 | 32 | 34 | 243 | 131 | 46 |
| Binary | 1011 | 10110111 | 10000111 | 1011110 | 0 | 11010 | 11100 | 10100011 | 1011001 | 100110 |
Color Harmonies of #0BB787
Complementary color
Monochromatic Colors of #0BB787
Black with #0BB787
Text Example
Text Example
White with #0BB787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB787; }
p { color: rgb(11,183,135); }
H1.HeaderClassName
{
color: #0BB787;
}
.AnyTagClassName
{
color: #0BB787;
}
</style>
background-color css
<style>
a { background-color: #0BB787; }
a { background-color: rgb(11,183,135); }
div.DivClassName
{
background-color: #0BB787;
}
.BgClassName
{
background-color: #0BB787;
}
</style>
border-color css
<style>
span { border-color: #0BB787; }
span { border-color: rgb(11,183,135); }
td.TdClassName
{
border-color: #0BB787;
}
.TagClassName
{
border-color: #0BB787;
}
</style>