Shades of Mountain Meadow #19AB88
Tints of Mountain Meadow #19AB88
RGB
CMYK
RGB Variations
Color information
#19AB88 (or 0x19AB88) is known color: Mountain Meadow. HEX triplet: 19, AB and 88. RGB value is (25,171,136). Sum of RGB (Red+Green+Blue) = 25+171+136=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB88 is #E65477. Grayscale: #7B7B7B. Windows color (decimal): -15094904 or 8956697. OLE color: 8956697.
HSL color Cylindrical-coordinate representation of color #19AB88: hue angle of 165.62º 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 #19AB88 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 136 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.33 |
| HSL | 165.62º | 0.74% | 0.38% | - |
| HSV(B) | 165.62º | 0.85% | 0.67% | - |
| XYZ | 19.41 | 31.11 | 28.27 | - |
| YUV | 123.36 | 135.13 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 136 | 0.85 | 0 | 0.20 | 0.33 | 165.62 | 0.74 | 0.38 |
| Hex | 19 | AB | 88 | 55 | 0 | 14 | 21 | A6 | 4A | 26 |
| Octal | 31 | 253 | 210 | 125 | 0 | 24 | 41 | 246 | 112 | 46 |
| Binary | 11001 | 10101011 | 10001000 | 1010101 | 0 | 10100 | 100001 | 10100110 | 1001010 | 100110 |
Color Harmonies of #19AB88
Complementary color
Monochromatic Colors of #19AB88
Black with #19AB88
Text Example
Text Example
White with #19AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB88; }
p { color: rgb(25,171,136); }
H1.HeaderClassName
{
color: #19AB88;
}
.AnyTagClassName
{
color: #19AB88;
}
</style>
background-color css
<style>
a { background-color: #19AB88; }
a { background-color: rgb(25,171,136); }
div.DivClassName
{
background-color: #19AB88;
}
.BgClassName
{
background-color: #19AB88;
}
</style>
border-color css
<style>
span { border-color: #19AB88; }
span { border-color: rgb(25,171,136); }
td.TdClassName
{
border-color: #19AB88;
}
.TagClassName
{
border-color: #19AB88;
}
</style>