Shades of Mountain Meadow #19AA87
Tints of Mountain Meadow #19AA87
RGB
CMYK
RGB Variations
Color information
#19AA87 (or 0x19AA87) is known color: Mountain Meadow. HEX triplet: 19, AA and 87. RGB value is (25,170,135). Sum of RGB (Red+Green+Blue) = 25+170+135=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 170 (66.80% from 255 or 51.52% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA87 is #E65578. Grayscale: #7A7A7A. Windows color (decimal): -15095161 or 8890905. OLE color: 8890905.
HSL color Cylindrical-coordinate representation of color #19AA87: hue angle of 165.52º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA87 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 135 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.33 |
| HSL | 165.52º | 0.74% | 0.38% | - |
| HSV(B) | 165.52º | 0.85% | 0.67% | - |
| XYZ | 19.15 | 30.71 | 27.84 | - |
| YUV | 122.66 | 134.96 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 135 | 0.85 | 0 | 0.21 | 0.33 | 165.52 | 0.74 | 0.38 |
| Hex | 19 | AA | 87 | 55 | 0 | 15 | 21 | A6 | 4A | 26 |
| Octal | 31 | 252 | 207 | 125 | 0 | 25 | 41 | 246 | 112 | 46 |
| Binary | 11001 | 10101010 | 10000111 | 1010101 | 0 | 10101 | 100001 | 10100110 | 1001010 | 100110 |
Color Harmonies of #19AA87
Complementary color
Monochromatic Colors of #19AA87
Black with #19AA87
Text Example
Text Example
White with #19AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA87; }
p { color: rgb(25,170,135); }
H1.HeaderClassName
{
color: #19AA87;
}
.AnyTagClassName
{
color: #19AA87;
}
</style>
background-color css
<style>
a { background-color: #19AA87; }
a { background-color: rgb(25,170,135); }
div.DivClassName
{
background-color: #19AA87;
}
.BgClassName
{
background-color: #19AA87;
}
</style>
border-color css
<style>
span { border-color: #19AA87; }
span { border-color: rgb(25,170,135); }
td.TdClassName
{
border-color: #19AA87;
}
.TagClassName
{
border-color: #19AA87;
}
</style>