Shades of Mountain Meadow #0BAC83
Tints of Mountain Meadow #0BAC83
RGB
CMYK
RGB Variations
Color information
#0BAC83 (or 0x0BAC83) is known color: Mountain Meadow. HEX triplet: 0B, AC and 83. RGB value is (11,172,131). Sum of RGB (Red+Green+Blue) = 11+172+131=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAC83 is #F4537C. Grayscale: #777777. Windows color (decimal): -16012157 or 8629259. OLE color: 8629259.
HSL color Cylindrical-coordinate representation of color #0BAC83: hue angle of 164.72º 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 #0BAC83 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 131 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.33 |
| HSL | 164.72º | 0.88% | 0.36% | - |
| HSV(B) | 164.72º | 0.94% | 0.67% | - |
| XYZ | 18.99 | 31.21 | 26.5 | - |
| YUV | 119.19 | 134.66 | 50.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 131 | 0.94 | 0 | 0.24 | 0.33 | 164.72 | 0.88 | 0.36 |
| Hex | B | AC | 83 | 5E | 0 | 18 | 21 | A5 | 58 | 24 |
| Octal | 13 | 254 | 203 | 136 | 0 | 30 | 41 | 245 | 130 | 44 |
| Binary | 1011 | 10101100 | 10000011 | 1011110 | 0 | 11000 | 100001 | 10100101 | 1011000 | 100100 |
Color Harmonies of #0BAC83
Complementary color
Monochromatic Colors of #0BAC83
Black with #0BAC83
Text Example
Text Example
White with #0BAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC83; }
p { color: rgb(11,172,131); }
H1.HeaderClassName
{
color: #0BAC83;
}
.AnyTagClassName
{
color: #0BAC83;
}
</style>
background-color css
<style>
a { background-color: #0BAC83; }
a { background-color: rgb(11,172,131); }
div.DivClassName
{
background-color: #0BAC83;
}
.BgClassName
{
background-color: #0BAC83;
}
</style>
border-color css
<style>
span { border-color: #0BAC83; }
span { border-color: rgb(11,172,131); }
td.TdClassName
{
border-color: #0BAC83;
}
.TagClassName
{
border-color: #0BAC83;
}
</style>