Shades of Mountain Meadow #1AAA88
Tints of Mountain Meadow #1AAA88
RGB
CMYK
RGB Variations
Color information
#1AAA88 (or 0x1AAA88) is known color: Mountain Meadow. HEX triplet: 1A, AA and 88. RGB value is (26,170,136). Sum of RGB (Red+Green+Blue) = 26+170+136=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA88 is #E55577. Grayscale: #7B7B7B. Windows color (decimal): -15029624 or 8956442. OLE color: 8956442.
HSL color Cylindrical-coordinate representation of color #1AAA88: hue angle of 165.83º degrees, saturation: 0.73, 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 #1AAA88 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 136 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.33 |
| HSL | 165.83º | 0.73% | 0.38% | - |
| HSV(B) | 165.83º | 0.85% | 0.67% | - |
| XYZ | 19.24 | 30.75 | 28.21 | - |
| YUV | 123.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 136 | 0.85 | 0 | 0.20 | 0.33 | 165.83 | 0.73 | 0.38 |
| Hex | 1A | AA | 88 | 55 | 0 | 14 | 21 | A6 | 49 | 26 |
| Octal | 32 | 252 | 210 | 125 | 0 | 24 | 41 | 246 | 111 | 46 |
| Binary | 11010 | 10101010 | 10001000 | 1010101 | 0 | 10100 | 100001 | 10100110 | 1001001 | 100110 |
Color Harmonies of #1AAA88
Complementary color
Monochromatic Colors of #1AAA88
Black with #1AAA88
Text Example
Text Example
White with #1AAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA88; }
p { color: rgb(26,170,136); }
H1.HeaderClassName
{
color: #1AAA88;
}
.AnyTagClassName
{
color: #1AAA88;
}
</style>
background-color css
<style>
a { background-color: #1AAA88; }
a { background-color: rgb(26,170,136); }
div.DivClassName
{
background-color: #1AAA88;
}
.BgClassName
{
background-color: #1AAA88;
}
</style>
border-color css
<style>
span { border-color: #1AAA88; }
span { border-color: rgb(26,170,136); }
td.TdClassName
{
border-color: #1AAA88;
}
.TagClassName
{
border-color: #1AAA88;
}
</style>