Shades of Mountain Meadow #19A98A
Tints of Mountain Meadow #19A98A
RGB
CMYK
RGB Variations
Color information
#19A98A (or 0x19A98A) is known color: Mountain Meadow. HEX triplet: 19, A9 and 8A. RGB value is (25,169,138). Sum of RGB (Red+Green+Blue) = 25+169+138=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #19A98A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A98A is #E65675. Grayscale: #7A7A7A. Windows color (decimal): -15095414 or 9087257. OLE color: 9087257.
HSL color Cylindrical-coordinate representation of color #19A98A: hue angle of 167.08º 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 #19A98A is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 138 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.34 |
| HSL | 167.08º | 0.74% | 0.38% | - |
| HSV(B) | 167.08º | 0.85% | 0.66% | - |
| XYZ | 19.18 | 30.42 | 28.91 | - |
| YUV | 122.41 | 136.79 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 138 | 0.85 | 0 | 0.18 | 0.34 | 167.08 | 0.74 | 0.38 |
| Hex | 19 | A9 | 8A | 55 | 0 | 12 | 22 | A7 | 4A | 26 |
| Octal | 31 | 251 | 212 | 125 | 0 | 22 | 42 | 247 | 112 | 46 |
| Binary | 11001 | 10101001 | 10001010 | 1010101 | 0 | 10010 | 100010 | 10100111 | 1001010 | 100110 |
Color Harmonies of #19A98A
Complementary color
Monochromatic Colors of #19A98A
Black with #19A98A
Text Example
Text Example
White with #19A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A98A; }
p { color: rgb(25,169,138); }
H1.HeaderClassName
{
color: #19A98A;
}
.AnyTagClassName
{
color: #19A98A;
}
</style>
background-color css
<style>
a { background-color: #19A98A; }
a { background-color: rgb(25,169,138); }
div.DivClassName
{
background-color: #19A98A;
}
.BgClassName
{
background-color: #19A98A;
}
</style>
border-color css
<style>
span { border-color: #19A98A; }
span { border-color: rgb(25,169,138); }
td.TdClassName
{
border-color: #19A98A;
}
.TagClassName
{
border-color: #19A98A;
}
</style>