Shades of Mountain Meadow #19A88A
Tints of Mountain Meadow #19A88A
RGB
CMYK
RGB Variations
Color information
#19A88A (or 0x19A88A) is known color: Mountain Meadow. HEX triplet: 19, A8 and 8A. RGB value is (25,168,138). Sum of RGB (Red+Green+Blue) = 25+168+138=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #19A88A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A88A is #E65775. Grayscale: #797979. Windows color (decimal): -15095670 or 9087001. OLE color: 9087001.
HSL color Cylindrical-coordinate representation of color #19A88A: hue angle of 167.41º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A88A is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 138 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.34 |
| HSL | 167.41º | 0.74% | 0.38% | - |
| HSV(B) | 167.41º | 0.85% | 0.66% | - |
| XYZ | 18.99 | 30.05 | 28.84 | - |
| YUV | 121.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 138 | 0.85 | 0 | 0.18 | 0.34 | 167.41 | 0.74 | 0.38 |
| Hex | 19 | A8 | 8A | 55 | 0 | 12 | 22 | A7 | 4A | 26 |
| Octal | 31 | 250 | 212 | 125 | 0 | 22 | 42 | 247 | 112 | 46 |
| Binary | 11001 | 10101000 | 10001010 | 1010101 | 0 | 10010 | 100010 | 10100111 | 1001010 | 100110 |
Color Harmonies of #19A88A
Complementary color
Monochromatic Colors of #19A88A
Black with #19A88A
Text Example
Text Example
White with #19A88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A88A; }
p { color: rgb(25,168,138); }
H1.HeaderClassName
{
color: #19A88A;
}
.AnyTagClassName
{
color: #19A88A;
}
</style>
background-color css
<style>
a { background-color: #19A88A; }
a { background-color: rgb(25,168,138); }
div.DivClassName
{
background-color: #19A88A;
}
.BgClassName
{
background-color: #19A88A;
}
</style>
border-color css
<style>
span { border-color: #19A88A; }
span { border-color: rgb(25,168,138); }
td.TdClassName
{
border-color: #19A88A;
}
.TagClassName
{
border-color: #19A88A;
}
</style>