Shades of Mountain Meadow #19AB8C
Tints of Mountain Meadow #19AB8C
RGB
CMYK
RGB Variations
Color information
#19AB8C (or 0x19AB8C) is known color: Mountain Meadow. HEX triplet: 19, AB and 8C. RGB value is (25,171,140). Sum of RGB (Red+Green+Blue) = 25+171+140=336 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.44% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB8C is #E65473. Grayscale: #7B7B7B. Windows color (decimal): -15094900 or 9218841. OLE color: 9218841.
HSL color Cylindrical-coordinate representation of color #19AB8C: hue angle of 167.26º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AB8C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 140 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.33 |
| HSL | 167.26º | 0.74% | 0.38% | - |
| HSV(B) | 167.26º | 0.85% | 0.67% | - |
| XYZ | 19.7 | 31.23 | 29.8 | - |
| YUV | 123.81 | 137.13 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 140 | 0.85 | 0 | 0.18 | 0.33 | 167.26 | 0.74 | 0.38 |
| Hex | 19 | AB | 8C | 55 | 0 | 12 | 21 | A7 | 4A | 26 |
| Octal | 31 | 253 | 214 | 125 | 0 | 22 | 41 | 247 | 112 | 46 |
| Binary | 11001 | 10101011 | 10001100 | 1010101 | 0 | 10010 | 100001 | 10100111 | 1001010 | 100110 |
Color Harmonies of #19AB8C
Complementary color
Monochromatic Colors of #19AB8C
Black with #19AB8C
Text Example
Text Example
White with #19AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB8C; }
p { color: rgb(25,171,140); }
H1.HeaderClassName
{
color: #19AB8C;
}
.AnyTagClassName
{
color: #19AB8C;
}
</style>
background-color css
<style>
a { background-color: #19AB8C; }
a { background-color: rgb(25,171,140); }
div.DivClassName
{
background-color: #19AB8C;
}
.BgClassName
{
background-color: #19AB8C;
}
</style>
border-color css
<style>
span { border-color: #19AB8C; }
span { border-color: rgb(25,171,140); }
td.TdClassName
{
border-color: #19AB8C;
}
.TagClassName
{
border-color: #19AB8C;
}
</style>