Shades of Mountain Meadow #11B175
Tints of Mountain Meadow #11B175
RGB
CMYK
RGB Variations
Color information
#11B175 (or 0x11B175) is known color: Mountain Meadow. HEX triplet: 11, B1 and 75. RGB value is (17,177,117). Sum of RGB (Red+Green+Blue) = 17+177+117=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 177 (69.53% from 255 or 56.91% from 311); Blue value is 117 (46.09% from 255 or 37.62% from 311); Max value from RGB is 177 - color contains mainly: green. Hex color #11B175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B175 is #EE4E8A. Grayscale: #7A7A7A. Windows color (decimal): -15617675 or 7713041. OLE color: 7713041.
HSL color Cylindrical-coordinate representation of color #11B175: hue angle of 157.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B175 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 177 | 117 | - |
| CMYK | 0.90 | 0 | 0.34 | 0.31 |
| HSL | 157.5º | 0.82% | 0.38% | - |
| HSV(B) | 157.5º | 0.9% | 0.69% | - |
| XYZ | 19.16 | 32.85 | 22.16 | - |
| YUV | 122.32 | 124.99 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 177 | 117 | 0.90 | 0 | 0.34 | 0.31 | 157.5 | 0.82 | 0.38 |
| Hex | 11 | B1 | 75 | 5A | 0 | 22 | 1F | 9E | 52 | 26 |
| Octal | 21 | 261 | 165 | 132 | 0 | 42 | 37 | 236 | 122 | 46 |
| Binary | 10001 | 10110001 | 1110101 | 1011010 | 0 | 100010 | 11111 | 10011110 | 1010010 | 100110 |
Color Harmonies of #11B175
Complementary color
Monochromatic Colors of #11B175
Black with #11B175
Text Example
Text Example
White with #11B175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B175; }
p { color: rgb(17,177,117); }
H1.HeaderClassName
{
color: #11B175;
}
.AnyTagClassName
{
color: #11B175;
}
</style>
background-color css
<style>
a { background-color: #11B175; }
a { background-color: rgb(17,177,117); }
div.DivClassName
{
background-color: #11B175;
}
.BgClassName
{
background-color: #11B175;
}
</style>
border-color css
<style>
span { border-color: #11B175; }
span { border-color: rgb(17,177,117); }
td.TdClassName
{
border-color: #11B175;
}
.TagClassName
{
border-color: #11B175;
}
</style>