Shades of Mountain Meadow #19B296
Tints of Mountain Meadow #19B296
RGB
CMYK
RGB Variations
Color information
#19B296 (or 0x19B296) is known color: Mountain Meadow. HEX triplet: 19, B2 and 96. RGB value is (25,178,150). Sum of RGB (Red+Green+Blue) = 25+178+150=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #19B296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19B296 is #E64D69. Grayscale: #818181. Windows color (decimal): -15093098 or 9875993. OLE color: 9875993.
HSL color Cylindrical-coordinate representation of color #19B296: hue angle of 169.02º 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 #19B296 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 178 | 150 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.30 |
| HSL | 169.02º | 0.75% | 0.4% | - |
| HSV(B) | 169.02º | 0.86% | 0.7% | - |
| XYZ | 21.83 | 34.25 | 34.31 | - |
| YUV | 129.06 | 139.81 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 178 | 150 | 0.86 | 0 | 0.16 | 0.30 | 169.02 | 0.75 | 0.4 |
| Hex | 19 | B2 | 96 | 56 | 0 | 10 | 1E | A9 | 4B | 28 |
| Octal | 31 | 262 | 226 | 126 | 0 | 20 | 36 | 251 | 113 | 50 |
| Binary | 11001 | 10110010 | 10010110 | 1010110 | 0 | 10000 | 11110 | 10101001 | 1001011 | 101000 |
Color Harmonies of #19B296
Complementary color
Monochromatic Colors of #19B296
Black with #19B296
Text Example
Text Example
White with #19B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B296; }
p { color: rgb(25,178,150); }
H1.HeaderClassName
{
color: #19B296;
}
.AnyTagClassName
{
color: #19B296;
}
</style>
background-color css
<style>
a { background-color: #19B296; }
a { background-color: rgb(25,178,150); }
div.DivClassName
{
background-color: #19B296;
}
.BgClassName
{
background-color: #19B296;
}
</style>
border-color css
<style>
span { border-color: #19B296; }
span { border-color: rgb(25,178,150); }
td.TdClassName
{
border-color: #19B296;
}
.TagClassName
{
border-color: #19B296;
}
</style>