Shades of Mountain Meadow #11AF7B
Tints of Mountain Meadow #11AF7B
RGB
CMYK
RGB Variations
Color information
#11AF7B (or 0x11AF7B) is known color: Mountain Meadow. HEX triplet: 11, AF and 7B. RGB value is (17,175,123). Sum of RGB (Red+Green+Blue) = 17+175+123=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF7B is #EE5084. Grayscale: #797979. Windows color (decimal): -15618181 or 8105745. OLE color: 8105745.
HSL color Cylindrical-coordinate representation of color #11AF7B: hue angle of 160.25º 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 #11AF7B is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 123 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.31 |
| HSL | 160.25º | 0.82% | 0.38% | - |
| HSV(B) | 160.25º | 0.9% | 0.69% | - |
| XYZ | 19.14 | 32.21 | 23.95 | - |
| YUV | 121.83 | 128.65 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 123 | 0.90 | 0 | 0.30 | 0.31 | 160.25 | 0.82 | 0.38 |
| Hex | 11 | AF | 7B | 5A | 0 | 1E | 1F | A0 | 52 | 26 |
| Octal | 21 | 257 | 173 | 132 | 0 | 36 | 37 | 240 | 122 | 46 |
| Binary | 10001 | 10101111 | 1111011 | 1011010 | 0 | 11110 | 11111 | 10100000 | 1010010 | 100110 |
Color Harmonies of #11AF7B
Complementary color
Monochromatic Colors of #11AF7B
Black with #11AF7B
Text Example
Text Example
White with #11AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF7B; }
p { color: rgb(17,175,123); }
H1.HeaderClassName
{
color: #11AF7B;
}
.AnyTagClassName
{
color: #11AF7B;
}
</style>
background-color css
<style>
a { background-color: #11AF7B; }
a { background-color: rgb(17,175,123); }
div.DivClassName
{
background-color: #11AF7B;
}
.BgClassName
{
background-color: #11AF7B;
}
</style>
border-color css
<style>
span { border-color: #11AF7B; }
span { border-color: rgb(17,175,123); }
td.TdClassName
{
border-color: #11AF7B;
}
.TagClassName
{
border-color: #11AF7B;
}
</style>