Shades of Mountain Meadow #19B593
Tints of Mountain Meadow #19B593
RGB
CMYK
RGB Variations
Color information
#19B593 (or 0x19B593) is known color: Mountain Meadow. HEX triplet: 19, B5 and 93. RGB value is (25,181,147). Sum of RGB (Red+Green+Blue) = 25+181+147=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #19B593 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B593 is #E64A6C. Grayscale: #828282. Windows color (decimal): -15092333 or 9680153. OLE color: 9680153.
HSL color Cylindrical-coordinate representation of color #19B593: hue angle of 166.92º 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 #19B593 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 181 | 147 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.29 |
| HSL | 166.92º | 0.76% | 0.4% | - |
| HSV(B) | 166.92º | 0.86% | 0.71% | - |
| XYZ | 22.19 | 35.36 | 33.26 | - |
| YUV | 130.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 181 | 147 | 0.86 | 0 | 0.19 | 0.29 | 166.92 | 0.76 | 0.4 |
| Hex | 19 | B5 | 93 | 56 | 0 | 13 | 1D | A7 | 4C | 28 |
| Octal | 31 | 265 | 223 | 126 | 0 | 23 | 35 | 247 | 114 | 50 |
| Binary | 11001 | 10110101 | 10010011 | 1010110 | 0 | 10011 | 11101 | 10100111 | 1001100 | 101000 |
Color Harmonies of #19B593
Complementary color
Monochromatic Colors of #19B593
Black with #19B593
Text Example
Text Example
White with #19B593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B593; }
p { color: rgb(25,181,147); }
H1.HeaderClassName
{
color: #19B593;
}
.AnyTagClassName
{
color: #19B593;
}
</style>
background-color css
<style>
a { background-color: #19B593; }
a { background-color: rgb(25,181,147); }
div.DivClassName
{
background-color: #19B593;
}
.BgClassName
{
background-color: #19B593;
}
</style>
border-color css
<style>
span { border-color: #19B593; }
span { border-color: rgb(25,181,147); }
td.TdClassName
{
border-color: #19B593;
}
.TagClassName
{
border-color: #19B593;
}
</style>