Shades of Mountain Meadow #1AAF87
Tints of Mountain Meadow #1AAF87
RGB
CMYK
RGB Variations
Color information
#1AAF87 (or 0x1AAF87) is known color: Mountain Meadow. HEX triplet: 1A, AF and 87. RGB value is (26,175,135). Sum of RGB (Red+Green+Blue) = 26+175+135=336 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.74% from 336); Green value is 175 (68.75% from 255 or 52.08% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 175 - color contains mainly: green. Hex color #1AAF87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAF87 is #E55078. Grayscale: #7D7D7D. Windows color (decimal): -15028345 or 8892186. OLE color: 8892186.
HSL color Cylindrical-coordinate representation of color #1AAF87: hue angle of 163.89º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAF87 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 175 | 135 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.31 |
| HSL | 163.89º | 0.74% | 0.39% | - |
| HSV(B) | 163.89º | 0.85% | 0.69% | - |
| XYZ | 20.13 | 32.63 | 28.16 | - |
| YUV | 125.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 135 | 0.85 | 0 | 0.23 | 0.31 | 163.89 | 0.74 | 0.39 |
| Hex | 1A | AF | 87 | 55 | 0 | 17 | 1F | A4 | 4A | 27 |
| Octal | 32 | 257 | 207 | 125 | 0 | 27 | 37 | 244 | 112 | 47 |
| Binary | 11010 | 10101111 | 10000111 | 1010101 | 0 | 10111 | 11111 | 10100100 | 1001010 | 100111 |
Color Harmonies of #1AAF87
Complementary color
Monochromatic Colors of #1AAF87
Black with #1AAF87
Text Example
Text Example
White with #1AAF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAF87; }
p { color: rgb(26,175,135); }
H1.HeaderClassName
{
color: #1AAF87;
}
.AnyTagClassName
{
color: #1AAF87;
}
</style>
background-color css
<style>
a { background-color: #1AAF87; }
a { background-color: rgb(26,175,135); }
div.DivClassName
{
background-color: #1AAF87;
}
.BgClassName
{
background-color: #1AAF87;
}
</style>
border-color css
<style>
span { border-color: #1AAF87; }
span { border-color: rgb(26,175,135); }
td.TdClassName
{
border-color: #1AAF87;
}
.TagClassName
{
border-color: #1AAF87;
}
</style>