Shades of Mountain Meadow #0BAC7D
Tints of Mountain Meadow #0BAC7D
RGB
CMYK
RGB Variations
Color information
#0BAC7D (or 0x0BAC7D) is known color: Mountain Meadow. HEX triplet: 0B, AC and 7D. RGB value is (11,172,125). Sum of RGB (Red+Green+Blue) = 11+172+125=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #0BAC7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAC7D is #F45382. Grayscale: #767676. Windows color (decimal): -16012163 or 8236043. OLE color: 8236043.
HSL color Cylindrical-coordinate representation of color #0BAC7D: hue angle of 162.48º 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 #0BAC7D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 172 | 125 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.33 |
| HSL | 162.48º | 0.88% | 0.36% | - |
| HSV(B) | 162.48º | 0.94% | 0.67% | - |
| XYZ | 18.59 | 31.06 | 24.42 | - |
| YUV | 118.5 | 131.66 | 51.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 172 | 125 | 0.94 | 0 | 0.27 | 0.33 | 162.48 | 0.88 | 0.36 |
| Hex | B | AC | 7D | 5E | 0 | 1B | 21 | A2 | 58 | 24 |
| Octal | 13 | 254 | 175 | 136 | 0 | 33 | 41 | 242 | 130 | 44 |
| Binary | 1011 | 10101100 | 1111101 | 1011110 | 0 | 11011 | 100001 | 10100010 | 1011000 | 100100 |
Color Harmonies of #0BAC7D
Complementary color
Monochromatic Colors of #0BAC7D
Black with #0BAC7D
Text Example
Text Example
White with #0BAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAC7D; }
p { color: rgb(11,172,125); }
H1.HeaderClassName
{
color: #0BAC7D;
}
.AnyTagClassName
{
color: #0BAC7D;
}
</style>
background-color css
<style>
a { background-color: #0BAC7D; }
a { background-color: rgb(11,172,125); }
div.DivClassName
{
background-color: #0BAC7D;
}
.BgClassName
{
background-color: #0BAC7D;
}
</style>
border-color css
<style>
span { border-color: #0BAC7D; }
span { border-color: rgb(11,172,125); }
td.TdClassName
{
border-color: #0BAC7D;
}
.TagClassName
{
border-color: #0BAC7D;
}
</style>