Shades of Mountain Meadow #19B488
Tints of Mountain Meadow #19B488
RGB
CMYK
RGB Variations
Color information
#19B488 (or 0x19B488) is known color: Mountain Meadow. HEX triplet: 19, B4 and 88. RGB value is (25,180,136). Sum of RGB (Red+Green+Blue) = 25+180+136=341 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.33% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #19B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B488 is #E64B77. Grayscale: #808080. Windows color (decimal): -15092600 or 8959001. OLE color: 8959001.
HSL color Cylindrical-coordinate representation of color #19B488: hue angle of 162.97º 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 #19B488 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 136 | - |
| CMYK | 0.86 | 0 | 0.24 | 0.29 |
| HSL | 162.97º | 0.76% | 0.4% | - |
| HSV(B) | 162.97º | 0.86% | 0.71% | - |
| XYZ | 21.17 | 34.63 | 28.86 | - |
| YUV | 128.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 136 | 0.86 | 0 | 0.24 | 0.29 | 162.97 | 0.76 | 0.4 |
| Hex | 19 | B4 | 88 | 56 | 0 | 18 | 1D | A3 | 4C | 28 |
| Octal | 31 | 264 | 210 | 126 | 0 | 30 | 35 | 243 | 114 | 50 |
| Binary | 11001 | 10110100 | 10001000 | 1010110 | 0 | 11000 | 11101 | 10100011 | 1001100 | 101000 |
Color Harmonies of #19B488
Complementary color
Monochromatic Colors of #19B488
Black with #19B488
Text Example
Text Example
White with #19B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B488; }
p { color: rgb(25,180,136); }
H1.HeaderClassName
{
color: #19B488;
}
.AnyTagClassName
{
color: #19B488;
}
</style>
background-color css
<style>
a { background-color: #19B488; }
a { background-color: rgb(25,180,136); }
div.DivClassName
{
background-color: #19B488;
}
.BgClassName
{
background-color: #19B488;
}
</style>
border-color css
<style>
span { border-color: #19B488; }
span { border-color: rgb(25,180,136); }
td.TdClassName
{
border-color: #19B488;
}
.TagClassName
{
border-color: #19B488;
}
</style>