Shades of Mountain Meadow #19A080
Tints of Mountain Meadow #19A080
RGB
CMYK
RGB Variations
Color information
#19A080 (or 0x19A080) is known color: Mountain Meadow. HEX triplet: 19, A0 and 80. RGB value is (25,160,128). Sum of RGB (Red+Green+Blue) = 25+160+128=313 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.99% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #19A080 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A080 is #E65F7F. Grayscale: #737373. Windows color (decimal): -15097728 or 8429593. OLE color: 8429593.
HSL color Cylindrical-coordinate representation of color #19A080: hue angle of 165.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A080 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 128 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.37 |
| HSL | 165.78º | 0.73% | 0.36% | - |
| HSV(B) | 165.78º | 0.84% | 0.63% | - |
| XYZ | 16.87 | 26.91 | 24.73 | - |
| YUV | 115.99 | 134.77 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 128 | 0.84 | 0 | 0.20 | 0.37 | 165.78 | 0.73 | 0.36 |
| Hex | 19 | A0 | 80 | 54 | 0 | 14 | 25 | A6 | 49 | 24 |
| Octal | 31 | 240 | 200 | 124 | 0 | 24 | 45 | 246 | 111 | 44 |
| Binary | 11001 | 10100000 | 10000000 | 1010100 | 0 | 10100 | 100101 | 10100110 | 1001001 | 100100 |
Color Harmonies of #19A080
Complementary color
Monochromatic Colors of #19A080
Black with #19A080
Text Example
Text Example
White with #19A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A080; }
p { color: rgb(25,160,128); }
H1.HeaderClassName
{
color: #19A080;
}
.AnyTagClassName
{
color: #19A080;
}
</style>
background-color css
<style>
a { background-color: #19A080; }
a { background-color: rgb(25,160,128); }
div.DivClassName
{
background-color: #19A080;
}
.BgClassName
{
background-color: #19A080;
}
</style>
border-color css
<style>
span { border-color: #19A080; }
span { border-color: rgb(25,160,128); }
td.TdClassName
{
border-color: #19A080;
}
.TagClassName
{
border-color: #19A080;
}
</style>