Shades of Mountain Meadow #199F7C
Tints of Mountain Meadow #199F7C
RGB
CMYK
RGB Variations
Color information
#199F7C (or 0x199F7C) is known color: Mountain Meadow. HEX triplet: 19, 9F and 7C. RGB value is (25,159,124). Sum of RGB (Red+Green+Blue) = 25+159+124=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #199F7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F7C is #E66083. Grayscale: #727272. Windows color (decimal): -15097988 or 8167193. OLE color: 8167193.
HSL color Cylindrical-coordinate representation of color #199F7C: hue angle of 164.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199F7C is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 124 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.38 |
| HSL | 164.33º | 0.73% | 0.36% | - |
| HSV(B) | 164.33º | 0.84% | 0.62% | - |
| XYZ | 16.44 | 26.46 | 23.31 | - |
| YUV | 114.94 | 133.11 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 124 | 0.84 | 0 | 0.22 | 0.38 | 164.33 | 0.73 | 0.36 |
| Hex | 19 | 9F | 7C | 54 | 0 | 16 | 26 | A4 | 49 | 24 |
| Octal | 31 | 237 | 174 | 124 | 0 | 26 | 46 | 244 | 111 | 44 |
| Binary | 11001 | 10011111 | 1111100 | 1010100 | 0 | 10110 | 100110 | 10100100 | 1001001 | 100100 |
Color Harmonies of #199F7C
Complementary color
Monochromatic Colors of #199F7C
Black with #199F7C
Text Example
Text Example
White with #199F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F7C; }
p { color: rgb(25,159,124); }
H1.HeaderClassName
{
color: #199F7C;
}
.AnyTagClassName
{
color: #199F7C;
}
</style>
background-color css
<style>
a { background-color: #199F7C; }
a { background-color: rgb(25,159,124); }
div.DivClassName
{
background-color: #199F7C;
}
.BgClassName
{
background-color: #199F7C;
}
</style>
border-color css
<style>
span { border-color: #199F7C; }
span { border-color: rgb(25,159,124); }
td.TdClassName
{
border-color: #199F7C;
}
.TagClassName
{
border-color: #199F7C;
}
</style>