Shades of Mountain Meadow #0BAB7D
Tints of Mountain Meadow #0BAB7D
RGB
CMYK
RGB Variations
Color information
#0BAB7D (or 0x0BAB7D) is known color: Mountain Meadow. HEX triplet: 0B, AB and 7D. RGB value is (11,171,125). Sum of RGB (Red+Green+Blue) = 11+171+125=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 125 (49.22% from 255 or 40.72% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #0BAB7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAB7D is #F45482. Grayscale: #757575. Windows color (decimal): -16012419 or 8235787. OLE color: 8235787.
HSL color Cylindrical-coordinate representation of color #0BAB7D: hue angle of 162.75º 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 #0BAB7D is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 171 | 125 | - |
| CMYK | 0.94 | 0 | 0.27 | 0.33 |
| HSL | 162.75º | 0.88% | 0.36% | - |
| HSV(B) | 162.75º | 0.94% | 0.67% | - |
| XYZ | 18.4 | 30.68 | 24.35 | - |
| YUV | 117.92 | 131.99 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 171 | 125 | 0.94 | 0 | 0.27 | 0.33 | 162.75 | 0.88 | 0.36 |
| Hex | B | AB | 7D | 5E | 0 | 1B | 21 | A3 | 58 | 24 |
| Octal | 13 | 253 | 175 | 136 | 0 | 33 | 41 | 243 | 130 | 44 |
| Binary | 1011 | 10101011 | 1111101 | 1011110 | 0 | 11011 | 100001 | 10100011 | 1011000 | 100100 |
Color Harmonies of #0BAB7D
Complementary color
Monochromatic Colors of #0BAB7D
Black with #0BAB7D
Text Example
Text Example
White with #0BAB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAB7D; }
p { color: rgb(11,171,125); }
H1.HeaderClassName
{
color: #0BAB7D;
}
.AnyTagClassName
{
color: #0BAB7D;
}
</style>
background-color css
<style>
a { background-color: #0BAB7D; }
a { background-color: rgb(11,171,125); }
div.DivClassName
{
background-color: #0BAB7D;
}
.BgClassName
{
background-color: #0BAB7D;
}
</style>
border-color css
<style>
span { border-color: #0BAB7D; }
span { border-color: rgb(11,171,125); }
td.TdClassName
{
border-color: #0BAB7D;
}
.TagClassName
{
border-color: #0BAB7D;
}
</style>