Shades of Mountain Meadow #11B394
Tints of Mountain Meadow #11B394
RGB
CMYK
RGB Variations
Color information
#11B394 (or 0x11B394) is known color: Mountain Meadow. HEX triplet: 11, B3 and 94. RGB value is (17,179,148). Sum of RGB (Red+Green+Blue) = 17+179+148=344 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.94% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #11B394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B394 is #EE4C6B. Grayscale: #7E7E7E. Windows color (decimal): -15617132 or 9745169. OLE color: 9745169.
HSL color Cylindrical-coordinate representation of color #11B394: hue angle of 168.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B394 is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 148 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.30 |
| HSL | 168.52º | 0.83% | 0.38% | - |
| HSV(B) | 168.52º | 0.91% | 0.7% | - |
| XYZ | 21.7 | 34.5 | 33.53 | - |
| YUV | 127.03 | 139.83 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 148 | 0.91 | 0 | 0.17 | 0.30 | 168.52 | 0.83 | 0.38 |
| Hex | 11 | B3 | 94 | 5B | 0 | 11 | 1E | A9 | 53 | 26 |
| Octal | 21 | 263 | 224 | 133 | 0 | 21 | 36 | 251 | 123 | 46 |
| Binary | 10001 | 10110011 | 10010100 | 1011011 | 0 | 10001 | 11110 | 10101001 | 1010011 | 100110 |
Color Harmonies of #11B394
Complementary color
Monochromatic Colors of #11B394
Black with #11B394
Text Example
Text Example
White with #11B394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B394; }
p { color: rgb(17,179,148); }
H1.HeaderClassName
{
color: #11B394;
}
.AnyTagClassName
{
color: #11B394;
}
</style>
background-color css
<style>
a { background-color: #11B394; }
a { background-color: rgb(17,179,148); }
div.DivClassName
{
background-color: #11B394;
}
.BgClassName
{
background-color: #11B394;
}
</style>
border-color css
<style>
span { border-color: #11B394; }
span { border-color: rgb(17,179,148); }
td.TdClassName
{
border-color: #11B394;
}
.TagClassName
{
border-color: #11B394;
}
</style>