Shades of Mountain Meadow #19B47B
Tints of Mountain Meadow #19B47B
RGB
CMYK
RGB Variations
Color information
#19B47B (or 0x19B47B) is known color: Mountain Meadow. HEX triplet: 19, B4 and 7B. RGB value is (25,180,123). Sum of RGB (Red+Green+Blue) = 25+180+123=328 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.62% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #19B47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19B47B is #E64B84. Grayscale: #7F7F7F. Windows color (decimal): -15092613 or 8107033. OLE color: 8107033.
HSL color Cylindrical-coordinate representation of color #19B47B: hue angle of 157.94º 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 #19B47B is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 180 | 123 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.29 |
| HSL | 157.94º | 0.76% | 0.4% | - |
| HSV(B) | 157.94º | 0.86% | 0.71% | - |
| XYZ | 20.3 | 34.28 | 24.29 | - |
| YUV | 127.16 | 125.65 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 180 | 123 | 0.86 | 0 | 0.32 | 0.29 | 157.94 | 0.76 | 0.4 |
| Hex | 19 | B4 | 7B | 56 | 0 | 20 | 1D | 9E | 4C | 28 |
| Octal | 31 | 264 | 173 | 126 | 0 | 40 | 35 | 236 | 114 | 50 |
| Binary | 11001 | 10110100 | 1111011 | 1010110 | 0 | 100000 | 11101 | 10011110 | 1001100 | 101000 |
Color Harmonies of #19B47B
Complementary color
Monochromatic Colors of #19B47B
Black with #19B47B
Text Example
Text Example
White with #19B47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B47B; }
p { color: rgb(25,180,123); }
H1.HeaderClassName
{
color: #19B47B;
}
.AnyTagClassName
{
color: #19B47B;
}
</style>
background-color css
<style>
a { background-color: #19B47B; }
a { background-color: rgb(25,180,123); }
div.DivClassName
{
background-color: #19B47B;
}
.BgClassName
{
background-color: #19B47B;
}
</style>
border-color css
<style>
span { border-color: #19B47B; }
span { border-color: rgb(25,180,123); }
td.TdClassName
{
border-color: #19B47B;
}
.TagClassName
{
border-color: #19B47B;
}
</style>