Shades of Mountain Meadow #11BB96
Tints of Mountain Meadow #11BB96
RGB
CMYK
RGB Variations
Color information
#11BB96 (or 0x11BB96) is known color: Mountain Meadow. HEX triplet: 11, BB and 96. RGB value is (17,187,150). Sum of RGB (Red+Green+Blue) = 17+187+150=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #11BB96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BB96 is #EE4469. Grayscale: #838383. Windows color (decimal): -15615082 or 9878289. OLE color: 9878289.
HSL color Cylindrical-coordinate representation of color #11BB96: hue angle of 166.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BB96 is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 150 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.27 |
| HSL | 166.94º | 0.83% | 0.4% | - |
| HSV(B) | 166.94º | 0.91% | 0.73% | - |
| XYZ | 23.51 | 37.86 | 34.92 | - |
| YUV | 131.95 | 138.18 | 46.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 150 | 0.91 | 0 | 0.20 | 0.27 | 166.94 | 0.83 | 0.4 |
| Hex | 11 | BB | 96 | 5B | 0 | 14 | 1B | A7 | 53 | 28 |
| Octal | 21 | 273 | 226 | 133 | 0 | 24 | 33 | 247 | 123 | 50 |
| Binary | 10001 | 10111011 | 10010110 | 1011011 | 0 | 10100 | 11011 | 10100111 | 1010011 | 101000 |
Color Harmonies of #11BB96
Complementary color
Monochromatic Colors of #11BB96
Black with #11BB96
Text Example
Text Example
White with #11BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BB96; }
p { color: rgb(17,187,150); }
H1.HeaderClassName
{
color: #11BB96;
}
.AnyTagClassName
{
color: #11BB96;
}
</style>
background-color css
<style>
a { background-color: #11BB96; }
a { background-color: rgb(17,187,150); }
div.DivClassName
{
background-color: #11BB96;
}
.BgClassName
{
background-color: #11BB96;
}
</style>
border-color css
<style>
span { border-color: #11BB96; }
span { border-color: rgb(17,187,150); }
td.TdClassName
{
border-color: #11BB96;
}
.TagClassName
{
border-color: #11BB96;
}
</style>