Shades of Mountain Meadow #19AA8D
Tints of Mountain Meadow #19AA8D
RGB
CMYK
RGB Variations
Color information
#19AA8D (or 0x19AA8D) is known color: Mountain Meadow. HEX triplet: 19, AA and 8D. RGB value is (25,170,141). Sum of RGB (Red+Green+Blue) = 25+170+141=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA8D is #E65572. Grayscale: #7B7B7B. Windows color (decimal): -15095155 or 9284121. OLE color: 9284121.
HSL color Cylindrical-coordinate representation of color #19AA8D: hue angle of 168º 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 #19AA8D is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 141 | - |
| CMYK | 0.85 | 0 | 0.17 | 0.33 |
| HSL | 168º | 0.74% | 0.38% | - |
| HSV(B) | 168º | 0.85% | 0.67% | - |
| XYZ | 19.58 | 30.88 | 30.13 | - |
| YUV | 123.34 | 137.96 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 141 | 0.85 | 0 | 0.17 | 0.33 | 168 | 0.74 | 0.38 |
| Hex | 19 | AA | 8D | 55 | 0 | 11 | 21 | A8 | 4A | 26 |
| Octal | 31 | 252 | 215 | 125 | 0 | 21 | 41 | 250 | 112 | 46 |
| Binary | 11001 | 10101010 | 10001101 | 1010101 | 0 | 10001 | 100001 | 10101000 | 1001010 | 100110 |
Color Harmonies of #19AA8D
Complementary color
Monochromatic Colors of #19AA8D
Black with #19AA8D
Text Example
Text Example
White with #19AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA8D; }
p { color: rgb(25,170,141); }
H1.HeaderClassName
{
color: #19AA8D;
}
.AnyTagClassName
{
color: #19AA8D;
}
</style>
background-color css
<style>
a { background-color: #19AA8D; }
a { background-color: rgb(25,170,141); }
div.DivClassName
{
background-color: #19AA8D;
}
.BgClassName
{
background-color: #19AA8D;
}
</style>
border-color css
<style>
span { border-color: #19AA8D; }
span { border-color: rgb(25,170,141); }
td.TdClassName
{
border-color: #19AA8D;
}
.TagClassName
{
border-color: #19AA8D;
}
</style>