Shades of Mountain Meadow #1AAC88
Tints of Mountain Meadow #1AAC88
RGB
CMYK
RGB Variations
Color information
#1AAC88 (or 0x1AAC88) is known color: Mountain Meadow. HEX triplet: 1A, AC and 88. RGB value is (26,172,136). Sum of RGB (Red+Green+Blue) = 26+172+136=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAC88 is #E55377. Grayscale: #7C7C7C. Windows color (decimal): -15029112 or 8956954. OLE color: 8956954.
HSL color Cylindrical-coordinate representation of color #1AAC88: hue angle of 165.21º 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 #1AAC88 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 136 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.33 |
| HSL | 165.21º | 0.74% | 0.39% | - |
| HSV(B) | 165.21º | 0.85% | 0.67% | - |
| XYZ | 19.62 | 31.5 | 28.34 | - |
| YUV | 124.24 | 134.63 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 136 | 0.85 | 0 | 0.21 | 0.33 | 165.21 | 0.74 | 0.39 |
| Hex | 1A | AC | 88 | 55 | 0 | 15 | 21 | A5 | 4A | 27 |
| Octal | 32 | 254 | 210 | 125 | 0 | 25 | 41 | 245 | 112 | 47 |
| Binary | 11010 | 10101100 | 10001000 | 1010101 | 0 | 10101 | 100001 | 10100101 | 1001010 | 100111 |
Color Harmonies of #1AAC88
Complementary color
Monochromatic Colors of #1AAC88
Black with #1AAC88
Text Example
Text Example
White with #1AAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC88; }
p { color: rgb(26,172,136); }
H1.HeaderClassName
{
color: #1AAC88;
}
.AnyTagClassName
{
color: #1AAC88;
}
</style>
background-color css
<style>
a { background-color: #1AAC88; }
a { background-color: rgb(26,172,136); }
div.DivClassName
{
background-color: #1AAC88;
}
.BgClassName
{
background-color: #1AAC88;
}
</style>
border-color css
<style>
span { border-color: #1AAC88; }
span { border-color: rgb(26,172,136); }
td.TdClassName
{
border-color: #1AAC88;
}
.TagClassName
{
border-color: #1AAC88;
}
</style>