Shades of Mountain Meadow #199F7B
Tints of Mountain Meadow #199F7B
RGB
CMYK
RGB Variations
Color information
#199F7B (or 0x199F7B) is known color: Mountain Meadow. HEX triplet: 19, 9F and 7B. RGB value is (25,159,123). Sum of RGB (Red+Green+Blue) = 25+159+123=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #199F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199F7B is #E66084. Grayscale: #727272. Windows color (decimal): -15097989 or 8101657. OLE color: 8101657.
HSL color Cylindrical-coordinate representation of color #199F7B: hue angle of 163.88º 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 #199F7B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 25 | 159 | 123 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.38 |
| HSL | 163.88º | 0.73% | 0.36% | - |
| HSV(B) | 163.88º | 0.84% | 0.62% | - |
| XYZ | 16.37 | 26.43 | 22.98 | - |
| YUV | 114.83 | 132.61 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 159 | 123 | 0.84 | 0 | 0.23 | 0.38 | 163.88 | 0.73 | 0.36 |
| Hex | 19 | 9F | 7B | 54 | 0 | 17 | 26 | A4 | 49 | 24 |
| Octal | 31 | 237 | 173 | 124 | 0 | 27 | 46 | 244 | 111 | 44 |
| Binary | 11001 | 10011111 | 1111011 | 1010100 | 0 | 10111 | 100110 | 10100100 | 1001001 | 100100 |
Color Harmonies of #199F7B
Complementary color
Monochromatic Colors of #199F7B
Black with #199F7B
Text Example
Text Example
White with #199F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199F7B; }
p { color: rgb(25,159,123); }
H1.HeaderClassName
{
color: #199F7B;
}
.AnyTagClassName
{
color: #199F7B;
}
</style>
background-color css
<style>
a { background-color: #199F7B; }
a { background-color: rgb(25,159,123); }
div.DivClassName
{
background-color: #199F7B;
}
.BgClassName
{
background-color: #199F7B;
}
</style>
border-color css
<style>
span { border-color: #199F7B; }
span { border-color: rgb(25,159,123); }
td.TdClassName
{
border-color: #199F7B;
}
.TagClassName
{
border-color: #199F7B;
}
</style>