Shades of Mountain Meadow #0BAE83
Tints of Mountain Meadow #0BAE83
RGB
CMYK
RGB Variations
Color information
#0BAE83 (or 0x0BAE83) is known color: Mountain Meadow. HEX triplet: 0B, AE and 83. RGB value is (11,174,131). Sum of RGB (Red+Green+Blue) = 11+174+131=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAE83 is #F4517C. Grayscale: #787878. Windows color (decimal): -16011645 or 8629771. OLE color: 8629771.
HSL color Cylindrical-coordinate representation of color #0BAE83: hue angle of 164.17º 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 #0BAE83 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 131 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.32 |
| HSL | 164.17º | 0.88% | 0.36% | - |
| HSV(B) | 164.17º | 0.94% | 0.68% | - |
| XYZ | 19.37 | 31.98 | 26.62 | - |
| YUV | 120.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 131 | 0.94 | 0 | 0.25 | 0.32 | 164.17 | 0.88 | 0.36 |
| Hex | B | AE | 83 | 5E | 0 | 19 | 20 | A4 | 58 | 24 |
| Octal | 13 | 256 | 203 | 136 | 0 | 31 | 40 | 244 | 130 | 44 |
| Binary | 1011 | 10101110 | 10000011 | 1011110 | 0 | 11001 | 100000 | 10100100 | 1011000 | 100100 |
Color Harmonies of #0BAE83
Complementary color
Monochromatic Colors of #0BAE83
Black with #0BAE83
Text Example
Text Example
White with #0BAE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE83; }
p { color: rgb(11,174,131); }
H1.HeaderClassName
{
color: #0BAE83;
}
.AnyTagClassName
{
color: #0BAE83;
}
</style>
background-color css
<style>
a { background-color: #0BAE83; }
a { background-color: rgb(11,174,131); }
div.DivClassName
{
background-color: #0BAE83;
}
.BgClassName
{
background-color: #0BAE83;
}
</style>
border-color css
<style>
span { border-color: #0BAE83; }
span { border-color: rgb(11,174,131); }
td.TdClassName
{
border-color: #0BAE83;
}
.TagClassName
{
border-color: #0BAE83;
}
</style>