Shades of Mountain Meadow #19B286
Tints of Mountain Meadow #19B286
RGB
CMYK
RGB Variations
Color information
#19B286 (or 0x19B286) is known color: Mountain Meadow. HEX triplet: 19, B2 and 86. RGB value is (25,178,134). Sum of RGB (Red+Green+Blue) = 25+178+134=337 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.42% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #19B286 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B286 is #E64D79. Grayscale: #7F7F7F. Windows color (decimal): -15093114 or 8827417. OLE color: 8827417.
HSL color Cylindrical-coordinate representation of color #19B286: hue angle of 162.75º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B286 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 178 | 134 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.30 |
| HSL | 162.75º | 0.75% | 0.4% | - |
| HSV(B) | 162.75º | 0.86% | 0.7% | - |
| XYZ | 20.62 | 33.77 | 27.99 | - |
| YUV | 127.24 | 131.81 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 134 | 0.86 | 0 | 0.25 | 0.30 | 162.75 | 0.75 | 0.4 |
| Hex | 19 | B2 | 86 | 56 | 0 | 19 | 1E | A3 | 4B | 28 |
| Octal | 31 | 262 | 206 | 126 | 0 | 31 | 36 | 243 | 113 | 50 |
| Binary | 11001 | 10110010 | 10000110 | 1010110 | 0 | 11001 | 11110 | 10100011 | 1001011 | 101000 |
Color Harmonies of #19B286
Complementary color
Monochromatic Colors of #19B286
Black with #19B286
Text Example
Text Example
White with #19B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B286; }
p { color: rgb(25,178,134); }
H1.HeaderClassName
{
color: #19B286;
}
.AnyTagClassName
{
color: #19B286;
}
</style>
background-color css
<style>
a { background-color: #19B286; }
a { background-color: rgb(25,178,134); }
div.DivClassName
{
background-color: #19B286;
}
.BgClassName
{
background-color: #19B286;
}
</style>
border-color css
<style>
span { border-color: #19B286; }
span { border-color: rgb(25,178,134); }
td.TdClassName
{
border-color: #19B286;
}
.TagClassName
{
border-color: #19B286;
}
</style>