Shades of Mountain Meadow #0BAC86
Tints of Mountain Meadow #0BAC86
RGB
CMYK
RGB Variations
Color information
#0BAC86 (or 0x0BAC86) is known color: Mountain Meadow. HEX triplet: 0B, AC and 86. RGB value is (11,172,134). Sum of RGB (Red+Green+Blue) = 11+172+134=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 172 (67.58% from 255 or 54.26% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC86 is #F45379. Grayscale: #777777. Windows color (decimal): -16012154 or 8825867. OLE color: 8825867.
HSL color Cylindrical-coordinate representation of color #0BAC86: hue angle of 165.84º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAC86 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 134 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.33 |
| HSL | 165.84º | 0.88% | 0.36% | - |
| HSV(B) | 165.84º | 0.94% | 0.67% | - |
| XYZ | 19.19 | 31.3 | 27.58 | - |
| YUV | 119.53 | 136.16 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 134 | 0.94 | 0 | 0.22 | 0.33 | 165.84 | 0.88 | 0.36 |
| Hex | B | AC | 86 | 5E | 0 | 16 | 21 | A6 | 58 | 24 |
| Octal | 13 | 254 | 206 | 136 | 0 | 26 | 41 | 246 | 130 | 44 |
| Binary | 1011 | 10101100 | 10000110 | 1011110 | 0 | 10110 | 100001 | 10100110 | 1011000 | 100100 |
Color Harmonies of #0BAC86
Complementary color
Monochromatic Colors of #0BAC86
Black with #0BAC86
Text Example
Text Example
White with #0BAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC86; }
p { color: rgb(11,172,134); }
H1.HeaderClassName
{
color: #0BAC86;
}
.AnyTagClassName
{
color: #0BAC86;
}
</style>
background-color css
<style>
a { background-color: #0BAC86; }
a { background-color: rgb(11,172,134); }
div.DivClassName
{
background-color: #0BAC86;
}
.BgClassName
{
background-color: #0BAC86;
}
</style>
border-color css
<style>
span { border-color: #0BAC86; }
span { border-color: rgb(11,172,134); }
td.TdClassName
{
border-color: #0BAC86;
}
.TagClassName
{
border-color: #0BAC86;
}
</style>