Shades of Mountain Meadow #19B592
Tints of Mountain Meadow #19B592
RGB
CMYK
RGB Variations
Color information
#19B592 (or 0x19B592) is known color: Mountain Meadow. HEX triplet: 19, B5 and 92. RGB value is (25,181,146). Sum of RGB (Red+Green+Blue) = 25+181+146=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #19B592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B592 is #E64A6D. Grayscale: #828282. Windows color (decimal): -15092334 or 9614617. OLE color: 9614617.
HSL color Cylindrical-coordinate representation of color #19B592: hue angle of 166.54º 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 #19B592 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 146 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.29 |
| HSL | 166.54º | 0.76% | 0.4% | - |
| HSV(B) | 166.54º | 0.86% | 0.71% | - |
| XYZ | 22.11 | 35.33 | 32.85 | - |
| YUV | 130.37 | 136.82 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 146 | 0.86 | 0 | 0.19 | 0.29 | 166.54 | 0.76 | 0.4 |
| Hex | 19 | B5 | 92 | 56 | 0 | 13 | 1D | A7 | 4C | 28 |
| Octal | 31 | 265 | 222 | 126 | 0 | 23 | 35 | 247 | 114 | 50 |
| Binary | 11001 | 10110101 | 10010010 | 1010110 | 0 | 10011 | 11101 | 10100111 | 1001100 | 101000 |
Color Harmonies of #19B592
Complementary color
Monochromatic Colors of #19B592
Black with #19B592
Text Example
Text Example
White with #19B592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B592; }
p { color: rgb(25,181,146); }
H1.HeaderClassName
{
color: #19B592;
}
.AnyTagClassName
{
color: #19B592;
}
</style>
background-color css
<style>
a { background-color: #19B592; }
a { background-color: rgb(25,181,146); }
div.DivClassName
{
background-color: #19B592;
}
.BgClassName
{
background-color: #19B592;
}
</style>
border-color css
<style>
span { border-color: #19B592; }
span { border-color: rgb(25,181,146); }
td.TdClassName
{
border-color: #19B592;
}
.TagClassName
{
border-color: #19B592;
}
</style>