Shades of Mountain Meadow #0BB581
Tints of Mountain Meadow #0BB581
RGB
CMYK
RGB Variations
Color information
#0BB581 (or 0x0BB581) is known color: Mountain Meadow. HEX triplet: 0B, B5 and 81. RGB value is (11,181,129). Sum of RGB (Red+Green+Blue) = 11+181+129=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB581 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB581 is #F44A7E. Grayscale: #7C7C7C. Windows color (decimal): -16009855 or 8500491. OLE color: 8500491.
HSL color Cylindrical-coordinate representation of color #0BB581: hue angle of 161.65º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB581 is Cyan = 0.94, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 181 | 129 | - |
| CMYK | 0.94 | 0 | 0.29 | 0.29 |
| HSL | 161.65º | 0.89% | 0.38% | - |
| HSV(B) | 161.65º | 0.94% | 0.71% | - |
| XYZ | 20.62 | 34.7 | 26.38 | - |
| YUV | 124.24 | 130.68 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 181 | 129 | 0.94 | 0 | 0.29 | 0.29 | 161.65 | 0.89 | 0.38 |
| Hex | B | B5 | 81 | 5E | 0 | 1D | 1D | A2 | 59 | 26 |
| Octal | 13 | 265 | 201 | 136 | 0 | 35 | 35 | 242 | 131 | 46 |
| Binary | 1011 | 10110101 | 10000001 | 1011110 | 0 | 11101 | 11101 | 10100010 | 1011001 | 100110 |
Color Harmonies of #0BB581
Complementary color
Monochromatic Colors of #0BB581
Black with #0BB581
Text Example
Text Example
White with #0BB581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB581; }
p { color: rgb(11,181,129); }
H1.HeaderClassName
{
color: #0BB581;
}
.AnyTagClassName
{
color: #0BB581;
}
</style>
background-color css
<style>
a { background-color: #0BB581; }
a { background-color: rgb(11,181,129); }
div.DivClassName
{
background-color: #0BB581;
}
.BgClassName
{
background-color: #0BB581;
}
</style>
border-color css
<style>
span { border-color: #0BB581; }
span { border-color: rgb(11,181,129); }
td.TdClassName
{
border-color: #0BB581;
}
.TagClassName
{
border-color: #0BB581;
}
</style>