Shades of Mountain Meadow #11BA98
Tints of Mountain Meadow #11BA98
RGB
CMYK
RGB Variations
Color information
#11BA98 (or 0x11BA98) is known color: Mountain Meadow. HEX triplet: 11, BA and 98. RGB value is (17,186,152). Sum of RGB (Red+Green+Blue) = 17+186+152=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA98 is #EE4567. Grayscale: #838383. Windows color (decimal): -15615336 or 10009105. OLE color: 10009105.
HSL color Cylindrical-coordinate representation of color #11BA98: hue angle of 167.93º 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 #11BA98 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 152 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.27 |
| HSL | 167.93º | 0.83% | 0.4% | - |
| HSV(B) | 167.93º | 0.91% | 0.73% | - |
| XYZ | 23.46 | 37.5 | 35.71 | - |
| YUV | 131.59 | 139.51 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 152 | 0.91 | 0 | 0.18 | 0.27 | 167.93 | 0.83 | 0.4 |
| Hex | 11 | BA | 98 | 5B | 0 | 12 | 1B | A8 | 53 | 28 |
| Octal | 21 | 272 | 230 | 133 | 0 | 22 | 33 | 250 | 123 | 50 |
| Binary | 10001 | 10111010 | 10011000 | 1011011 | 0 | 10010 | 11011 | 10101000 | 1010011 | 101000 |
Color Harmonies of #11BA98
Complementary color
Monochromatic Colors of #11BA98
Black with #11BA98
Text Example
Text Example
White with #11BA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA98; }
p { color: rgb(17,186,152); }
H1.HeaderClassName
{
color: #11BA98;
}
.AnyTagClassName
{
color: #11BA98;
}
</style>
background-color css
<style>
a { background-color: #11BA98; }
a { background-color: rgb(17,186,152); }
div.DivClassName
{
background-color: #11BA98;
}
.BgClassName
{
background-color: #11BA98;
}
</style>
border-color css
<style>
span { border-color: #11BA98; }
span { border-color: rgb(17,186,152); }
td.TdClassName
{
border-color: #11BA98;
}
.TagClassName
{
border-color: #11BA98;
}
</style>