Shades of Mountain Meadow #19B486
Tints of Mountain Meadow #19B486
RGB
CMYK
RGB Variations
Color information
#19B486 (or 0x19B486) is known color: Mountain Meadow. HEX triplet: 19, B4 and 86. RGB value is (25,180,134). Sum of RGB (Red+Green+Blue) = 25+180+134=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #19B486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B486 is #E64B79. Grayscale: #808080. Windows color (decimal): -15092602 or 8827929. OLE color: 8827929.
HSL color Cylindrical-coordinate representation of color #19B486: hue angle of 162.19º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B486 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 134 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.29 |
| HSL | 162.19º | 0.76% | 0.4% | - |
| HSV(B) | 162.19º | 0.86% | 0.71% | - |
| XYZ | 21.03 | 34.57 | 28.12 | - |
| YUV | 128.41 | 131.15 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 134 | 0.86 | 0 | 0.26 | 0.29 | 162.19 | 0.76 | 0.4 |
| Hex | 19 | B4 | 86 | 56 | 0 | 1A | 1D | A2 | 4C | 28 |
| Octal | 31 | 264 | 206 | 126 | 0 | 32 | 35 | 242 | 114 | 50 |
| Binary | 11001 | 10110100 | 10000110 | 1010110 | 0 | 11010 | 11101 | 10100010 | 1001100 | 101000 |
Color Harmonies of #19B486
Complementary color
Monochromatic Colors of #19B486
Black with #19B486
Text Example
Text Example
White with #19B486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B486; }
p { color: rgb(25,180,134); }
H1.HeaderClassName
{
color: #19B486;
}
.AnyTagClassName
{
color: #19B486;
}
</style>
background-color css
<style>
a { background-color: #19B486; }
a { background-color: rgb(25,180,134); }
div.DivClassName
{
background-color: #19B486;
}
.BgClassName
{
background-color: #19B486;
}
</style>
border-color css
<style>
span { border-color: #19B486; }
span { border-color: rgb(25,180,134); }
td.TdClassName
{
border-color: #19B486;
}
.TagClassName
{
border-color: #19B486;
}
</style>