Shades of Mountain Meadow #0BA885
Tints of Mountain Meadow #0BA885
RGB
CMYK
RGB Variations
Color information
#0BA885 (or 0x0BA885) is known color: Mountain Meadow. HEX triplet: 0B, A8 and 85. RGB value is (11,168,133). Sum of RGB (Red+Green+Blue) = 11+168+133=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA885 is #F4577A. Grayscale: #757575. Windows color (decimal): -16013179 or 8759307. OLE color: 8759307.
HSL color Cylindrical-coordinate representation of color #0BA885: hue angle of 166.62º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA885 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 133 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.34 |
| HSL | 166.62º | 0.88% | 0.35% | - |
| HSV(B) | 166.62º | 0.93% | 0.66% | - |
| XYZ | 18.37 | 29.77 | 26.97 | - |
| YUV | 117.07 | 136.99 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 133 | 0.93 | 0 | 0.21 | 0.34 | 166.62 | 0.88 | 0.35 |
| Hex | B | A8 | 85 | 5D | 0 | 15 | 22 | A7 | 58 | 23 |
| Octal | 13 | 250 | 205 | 135 | 0 | 25 | 42 | 247 | 130 | 43 |
| Binary | 1011 | 10101000 | 10000101 | 1011101 | 0 | 10101 | 100010 | 10100111 | 1011000 | 100011 |
Color Harmonies of #0BA885
Complementary color
Monochromatic Colors of #0BA885
Black with #0BA885
Text Example
Text Example
White with #0BA885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA885; }
p { color: rgb(11,168,133); }
H1.HeaderClassName
{
color: #0BA885;
}
.AnyTagClassName
{
color: #0BA885;
}
</style>
background-color css
<style>
a { background-color: #0BA885; }
a { background-color: rgb(11,168,133); }
div.DivClassName
{
background-color: #0BA885;
}
.BgClassName
{
background-color: #0BA885;
}
</style>
border-color css
<style>
span { border-color: #0BA885; }
span { border-color: rgb(11,168,133); }
td.TdClassName
{
border-color: #0BA885;
}
.TagClassName
{
border-color: #0BA885;
}
</style>