Shades of Mountain Meadow #0BAD85
Tints of Mountain Meadow #0BAD85
RGB
CMYK
RGB Variations
Color information
#0BAD85 (or 0x0BAD85) is known color: Mountain Meadow. HEX triplet: 0B, AD and 85. RGB value is (11,173,133). Sum of RGB (Red+Green+Blue) = 11+173+133=317 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.47% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAD85 is #F4527A. Grayscale: #777777. Windows color (decimal): -16011899 or 8760587. OLE color: 8760587.
HSL color Cylindrical-coordinate representation of color #0BAD85: hue angle of 165.19º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD85 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 173 | 133 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.32 |
| HSL | 165.19º | 0.88% | 0.36% | - |
| HSV(B) | 165.19º | 0.94% | 0.68% | - |
| XYZ | 19.32 | 31.65 | 27.28 | - |
| YUV | 120 | 135.33 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 173 | 133 | 0.94 | 0 | 0.23 | 0.32 | 165.19 | 0.88 | 0.36 |
| Hex | B | AD | 85 | 5E | 0 | 17 | 20 | A5 | 58 | 24 |
| Octal | 13 | 255 | 205 | 136 | 0 | 27 | 40 | 245 | 130 | 44 |
| Binary | 1011 | 10101101 | 10000101 | 1011110 | 0 | 10111 | 100000 | 10100101 | 1011000 | 100100 |
Color Harmonies of #0BAD85
Complementary color
Monochromatic Colors of #0BAD85
Black with #0BAD85
Text Example
Text Example
White with #0BAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAD85; }
p { color: rgb(11,173,133); }
H1.HeaderClassName
{
color: #0BAD85;
}
.AnyTagClassName
{
color: #0BAD85;
}
</style>
background-color css
<style>
a { background-color: #0BAD85; }
a { background-color: rgb(11,173,133); }
div.DivClassName
{
background-color: #0BAD85;
}
.BgClassName
{
background-color: #0BAD85;
}
</style>
border-color css
<style>
span { border-color: #0BAD85; }
span { border-color: rgb(11,173,133); }
td.TdClassName
{
border-color: #0BAD85;
}
.TagClassName
{
border-color: #0BAD85;
}
</style>