Shades of Mountain Meadow #19A082
Tints of Mountain Meadow #19A082
RGB
CMYK
RGB Variations
Color information
#19A082 (or 0x19A082) is known color: Mountain Meadow. HEX triplet: 19, A0 and 82. RGB value is (25,160,130). Sum of RGB (Red+Green+Blue) = 25+160+130=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 160 (62.89% from 255 or 50.79% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 160 - color contains mainly: green. Hex color #19A082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A082 is #E65F7D. Grayscale: #747474. Windows color (decimal): -15097726 or 8560665. OLE color: 8560665.
HSL color Cylindrical-coordinate representation of color #19A082: hue angle of 166.67º 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 #19A082 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 130 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.37 |
| HSL | 166.67º | 0.73% | 0.36% | - |
| HSV(B) | 166.67º | 0.84% | 0.63% | - |
| XYZ | 17 | 26.96 | 25.43 | - |
| YUV | 116.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 130 | 0.84 | 0 | 0.19 | 0.37 | 166.67 | 0.73 | 0.36 |
| Hex | 19 | A0 | 82 | 54 | 0 | 13 | 25 | A7 | 49 | 24 |
| Octal | 31 | 240 | 202 | 124 | 0 | 23 | 45 | 247 | 111 | 44 |
| Binary | 11001 | 10100000 | 10000010 | 1010100 | 0 | 10011 | 100101 | 10100111 | 1001001 | 100100 |
Color Harmonies of #19A082
Complementary color
Monochromatic Colors of #19A082
Black with #19A082
Text Example
Text Example
White with #19A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A082; }
p { color: rgb(25,160,130); }
H1.HeaderClassName
{
color: #19A082;
}
.AnyTagClassName
{
color: #19A082;
}
</style>
background-color css
<style>
a { background-color: #19A082; }
a { background-color: rgb(25,160,130); }
div.DivClassName
{
background-color: #19A082;
}
.BgClassName
{
background-color: #19A082;
}
</style>
border-color css
<style>
span { border-color: #19A082; }
span { border-color: rgb(25,160,130); }
td.TdClassName
{
border-color: #19A082;
}
.TagClassName
{
border-color: #19A082;
}
</style>