Shades of Mountain Meadow #11B384
Tints of Mountain Meadow #11B384
RGB
CMYK
RGB Variations
Color information
#11B384 (or 0x11B384) is known color: Mountain Meadow. HEX triplet: 11, B3 and 84. RGB value is (17,179,132). Sum of RGB (Red+Green+Blue) = 17+179+132=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #11B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B384 is #EE4C7B. Grayscale: #7D7D7D. Windows color (decimal): -15617148 or 8696593. OLE color: 8696593.
HSL color Cylindrical-coordinate representation of color #11B384: hue angle of 162.59º 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 #11B384 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 179 | 132 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.30 |
| HSL | 162.59º | 0.83% | 0.38% | - |
| HSV(B) | 162.59º | 0.91% | 0.7% | - |
| XYZ | 20.52 | 34.03 | 27.32 | - |
| YUV | 125.2 | 131.83 | 50.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 179 | 132 | 0.91 | 0 | 0.26 | 0.30 | 162.59 | 0.83 | 0.38 |
| Hex | 11 | B3 | 84 | 5B | 0 | 1A | 1E | A3 | 53 | 26 |
| Octal | 21 | 263 | 204 | 133 | 0 | 32 | 36 | 243 | 123 | 46 |
| Binary | 10001 | 10110011 | 10000100 | 1011011 | 0 | 11010 | 11110 | 10100011 | 1010011 | 100110 |
Color Harmonies of #11B384
Complementary color
Monochromatic Colors of #11B384
Black with #11B384
Text Example
Text Example
White with #11B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B384; }
p { color: rgb(17,179,132); }
H1.HeaderClassName
{
color: #11B384;
}
.AnyTagClassName
{
color: #11B384;
}
</style>
background-color css
<style>
a { background-color: #11B384; }
a { background-color: rgb(17,179,132); }
div.DivClassName
{
background-color: #11B384;
}
.BgClassName
{
background-color: #11B384;
}
</style>
border-color css
<style>
span { border-color: #11B384; }
span { border-color: rgb(17,179,132); }
td.TdClassName
{
border-color: #11B384;
}
.TagClassName
{
border-color: #11B384;
}
</style>