Shades of Mountain Meadow #11AF88
Tints of Mountain Meadow #11AF88
RGB
CMYK
RGB Variations
Color information
#11AF88 (or 0x11AF88) is known color: Mountain Meadow. HEX triplet: 11, AF and 88. RGB value is (17,175,136). Sum of RGB (Red+Green+Blue) = 17+175+136=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF88 is #EE5077. Grayscale: #7B7B7B. Windows color (decimal): -15618168 or 8957713. OLE color: 8957713.
HSL color Cylindrical-coordinate representation of color #11AF88: hue angle of 165.19º 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 #11AF88 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 136 | - |
| CMYK | 0.90 | 0 | 0.22 | 0.31 |
| HSL | 165.19º | 0.82% | 0.38% | - |
| HSV(B) | 165.19º | 0.9% | 0.69% | - |
| XYZ | 20.01 | 32.56 | 28.52 | - |
| YUV | 123.31 | 135.15 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 136 | 0.90 | 0 | 0.22 | 0.31 | 165.19 | 0.82 | 0.38 |
| Hex | 11 | AF | 88 | 5A | 0 | 16 | 1F | A5 | 52 | 26 |
| Octal | 21 | 257 | 210 | 132 | 0 | 26 | 37 | 245 | 122 | 46 |
| Binary | 10001 | 10101111 | 10001000 | 1011010 | 0 | 10110 | 11111 | 10100101 | 1010010 | 100110 |
Color Harmonies of #11AF88
Complementary color
Monochromatic Colors of #11AF88
Black with #11AF88
Text Example
Text Example
White with #11AF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF88; }
p { color: rgb(17,175,136); }
H1.HeaderClassName
{
color: #11AF88;
}
.AnyTagClassName
{
color: #11AF88;
}
</style>
background-color css
<style>
a { background-color: #11AF88; }
a { background-color: rgb(17,175,136); }
div.DivClassName
{
background-color: #11AF88;
}
.BgClassName
{
background-color: #11AF88;
}
</style>
border-color css
<style>
span { border-color: #11AF88; }
span { border-color: rgb(17,175,136); }
td.TdClassName
{
border-color: #11AF88;
}
.TagClassName
{
border-color: #11AF88;
}
</style>