Shades of Mountain Meadow #19AB8F
Tints of Mountain Meadow #19AB8F
RGB
CMYK
RGB Variations
Color information
#19AB8F (or 0x19AB8F) is known color: Mountain Meadow. HEX triplet: 19, AB and 8F. RGB value is (25,171,143). Sum of RGB (Red+Green+Blue) = 25+171+143=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB8F is #E65470. Grayscale: #7C7C7C. Windows color (decimal): -15094897 or 9415449. OLE color: 9415449.
HSL color Cylindrical-coordinate representation of color #19AB8F: hue angle of 168.49º 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 #19AB8F is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 143 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.33 |
| HSL | 168.49º | 0.74% | 0.38% | - |
| HSV(B) | 168.49º | 0.85% | 0.67% | - |
| XYZ | 19.92 | 31.32 | 30.98 | - |
| YUV | 124.15 | 138.63 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 143 | 0.85 | 0 | 0.16 | 0.33 | 168.49 | 0.74 | 0.38 |
| Hex | 19 | AB | 8F | 55 | 0 | 10 | 21 | A8 | 4A | 26 |
| Octal | 31 | 253 | 217 | 125 | 0 | 20 | 41 | 250 | 112 | 46 |
| Binary | 11001 | 10101011 | 10001111 | 1010101 | 0 | 10000 | 100001 | 10101000 | 1001010 | 100110 |
Color Harmonies of #19AB8F
Complementary color
Monochromatic Colors of #19AB8F
Black with #19AB8F
Text Example
Text Example
White with #19AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB8F; }
p { color: rgb(25,171,143); }
H1.HeaderClassName
{
color: #19AB8F;
}
.AnyTagClassName
{
color: #19AB8F;
}
</style>
background-color css
<style>
a { background-color: #19AB8F; }
a { background-color: rgb(25,171,143); }
div.DivClassName
{
background-color: #19AB8F;
}
.BgClassName
{
background-color: #19AB8F;
}
</style>
border-color css
<style>
span { border-color: #19AB8F; }
span { border-color: rgb(25,171,143); }
td.TdClassName
{
border-color: #19AB8F;
}
.TagClassName
{
border-color: #19AB8F;
}
</style>