Shades of Mountain Meadow #0BAE7E
Tints of Mountain Meadow #0BAE7E
RGB
CMYK
RGB Variations
Color information
#0BAE7E (or 0x0BAE7E) is known color: Mountain Meadow. HEX triplet: 0B, AE and 7E. RGB value is (11,174,126). Sum of RGB (Red+Green+Blue) = 11+174+126=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAE7E is #F45181. Grayscale: #777777. Windows color (decimal): -16011650 or 8302091. OLE color: 8302091.
HSL color Cylindrical-coordinate representation of color #0BAE7E: hue angle of 162.33º 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 #0BAE7E is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 126 | - |
| CMYK | 0.94 | 0 | 0.28 | 0.32 |
| HSL | 162.33º | 0.88% | 0.36% | - |
| HSV(B) | 162.33º | 0.94% | 0.68% | - |
| XYZ | 19.04 | 31.85 | 24.88 | - |
| YUV | 119.79 | 131.5 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 126 | 0.94 | 0 | 0.28 | 0.32 | 162.33 | 0.88 | 0.36 |
| Hex | B | AE | 7E | 5E | 0 | 1C | 20 | A2 | 58 | 24 |
| Octal | 13 | 256 | 176 | 136 | 0 | 34 | 40 | 242 | 130 | 44 |
| Binary | 1011 | 10101110 | 1111110 | 1011110 | 0 | 11100 | 100000 | 10100010 | 1011000 | 100100 |
Color Harmonies of #0BAE7E
Complementary color
Monochromatic Colors of #0BAE7E
Black with #0BAE7E
Text Example
Text Example
White with #0BAE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE7E; }
p { color: rgb(11,174,126); }
H1.HeaderClassName
{
color: #0BAE7E;
}
.AnyTagClassName
{
color: #0BAE7E;
}
</style>
background-color css
<style>
a { background-color: #0BAE7E; }
a { background-color: rgb(11,174,126); }
div.DivClassName
{
background-color: #0BAE7E;
}
.BgClassName
{
background-color: #0BAE7E;
}
</style>
border-color css
<style>
span { border-color: #0BAE7E; }
span { border-color: rgb(11,174,126); }
td.TdClassName
{
border-color: #0BAE7E;
}
.TagClassName
{
border-color: #0BAE7E;
}
</style>