Shades of Mountain Meadow #19B992
Tints of Mountain Meadow #19B992
RGB
CMYK
RGB Variations
Color information
#19B992 (or 0x19B992) is known color: Mountain Meadow. HEX triplet: 19, B9 and 92. RGB value is (25,185,146). Sum of RGB (Red+Green+Blue) = 25+185+146=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #19B992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19B992 is #E6466D. Grayscale: #848484. Windows color (decimal): -15091310 or 9615641. OLE color: 9615641.
HSL color Cylindrical-coordinate representation of color #19B992: hue angle of 165.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B992 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 185 | 146 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.27 |
| HSL | 165.38º | 0.76% | 0.41% | - |
| HSV(B) | 165.38º | 0.86% | 0.73% | - |
| XYZ | 22.94 | 36.98 | 33.12 | - |
| YUV | 132.71 | 135.49 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 185 | 146 | 0.86 | 0 | 0.21 | 0.27 | 165.38 | 0.76 | 0.41 |
| Hex | 19 | B9 | 92 | 56 | 0 | 15 | 1B | A5 | 4C | 29 |
| Octal | 31 | 271 | 222 | 126 | 0 | 25 | 33 | 245 | 114 | 51 |
| Binary | 11001 | 10111001 | 10010010 | 1010110 | 0 | 10101 | 11011 | 10100101 | 1001100 | 101001 |
Color Harmonies of #19B992
Complementary color
Monochromatic Colors of #19B992
Black with #19B992
Text Example
Text Example
White with #19B992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B992; }
p { color: rgb(25,185,146); }
H1.HeaderClassName
{
color: #19B992;
}
.AnyTagClassName
{
color: #19B992;
}
</style>
background-color css
<style>
a { background-color: #19B992; }
a { background-color: rgb(25,185,146); }
div.DivClassName
{
background-color: #19B992;
}
.BgClassName
{
background-color: #19B992;
}
</style>
border-color css
<style>
span { border-color: #19B992; }
span { border-color: rgb(25,185,146); }
td.TdClassName
{
border-color: #19B992;
}
.TagClassName
{
border-color: #19B992;
}
</style>