Shades of Mountain Meadow #1AAB82
Tints of Mountain Meadow #1AAB82
RGB
CMYK
RGB Variations
Color information
#1AAB82 (or 0x1AAB82) is known color: Mountain Meadow. HEX triplet: 1A, AB and 82. RGB value is (26,171,130). Sum of RGB (Red+Green+Blue) = 26+171+130=327 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.95% from 327); Green value is 171 (67.19% from 255 or 52.29% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAB82 is #E5547D. Grayscale: #7A7A7A. Windows color (decimal): -15029374 or 8563482. OLE color: 8563482.
HSL color Cylindrical-coordinate representation of color #1AAB82: hue angle of 163.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB82 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 130 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.33 |
| HSL | 163.03º | 0.74% | 0.39% | - |
| HSV(B) | 163.03º | 0.85% | 0.67% | - |
| XYZ | 19.02 | 30.96 | 26.09 | - |
| YUV | 122.97 | 131.96 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 130 | 0.85 | 0 | 0.24 | 0.33 | 163.03 | 0.74 | 0.39 |
| Hex | 1A | AB | 82 | 55 | 0 | 18 | 21 | A3 | 4A | 27 |
| Octal | 32 | 253 | 202 | 125 | 0 | 30 | 41 | 243 | 112 | 47 |
| Binary | 11010 | 10101011 | 10000010 | 1010101 | 0 | 11000 | 100001 | 10100011 | 1001010 | 100111 |
Color Harmonies of #1AAB82
Complementary color
Monochromatic Colors of #1AAB82
Black with #1AAB82
Text Example
Text Example
White with #1AAB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB82; }
p { color: rgb(26,171,130); }
H1.HeaderClassName
{
color: #1AAB82;
}
.AnyTagClassName
{
color: #1AAB82;
}
</style>
background-color css
<style>
a { background-color: #1AAB82; }
a { background-color: rgb(26,171,130); }
div.DivClassName
{
background-color: #1AAB82;
}
.BgClassName
{
background-color: #1AAB82;
}
</style>
border-color css
<style>
span { border-color: #1AAB82; }
span { border-color: rgb(26,171,130); }
td.TdClassName
{
border-color: #1AAB82;
}
.TagClassName
{
border-color: #1AAB82;
}
</style>