Shades of Mountain Meadow #19AB86
Tints of Mountain Meadow #19AB86
RGB
CMYK
RGB Variations
Color information
#19AB86 (or 0x19AB86) is known color: Mountain Meadow. HEX triplet: 19, AB and 86. RGB value is (25,171,134). Sum of RGB (Red+Green+Blue) = 25+171+134=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB86 is #E65479. Grayscale: #7B7B7B. Windows color (decimal): -15094906 or 8825625. OLE color: 8825625.
HSL color Cylindrical-coordinate representation of color #19AB86: hue angle of 164.79º 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 #19AB86 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 134 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.33 |
| HSL | 164.79º | 0.74% | 0.38% | - |
| HSV(B) | 164.79º | 0.85% | 0.67% | - |
| XYZ | 19.27 | 31.05 | 27.53 | - |
| YUV | 123.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 134 | 0.85 | 0 | 0.22 | 0.33 | 164.79 | 0.74 | 0.38 |
| Hex | 19 | AB | 86 | 55 | 0 | 16 | 21 | A5 | 4A | 26 |
| Octal | 31 | 253 | 206 | 125 | 0 | 26 | 41 | 245 | 112 | 46 |
| Binary | 11001 | 10101011 | 10000110 | 1010101 | 0 | 10110 | 100001 | 10100101 | 1001010 | 100110 |
Color Harmonies of #19AB86
Complementary color
Monochromatic Colors of #19AB86
Black with #19AB86
Text Example
Text Example
White with #19AB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB86; }
p { color: rgb(25,171,134); }
H1.HeaderClassName
{
color: #19AB86;
}
.AnyTagClassName
{
color: #19AB86;
}
</style>
background-color css
<style>
a { background-color: #19AB86; }
a { background-color: rgb(25,171,134); }
div.DivClassName
{
background-color: #19AB86;
}
.BgClassName
{
background-color: #19AB86;
}
</style>
border-color css
<style>
span { border-color: #19AB86; }
span { border-color: rgb(25,171,134); }
td.TdClassName
{
border-color: #19AB86;
}
.TagClassName
{
border-color: #19AB86;
}
</style>