Shades of Mountain Meadow #1AAB8D
Tints of Mountain Meadow #1AAB8D
RGB
CMYK
RGB Variations
Color information
#1AAB8D (or 0x1AAB8D) is known color: Mountain Meadow. HEX triplet: 1A, AB and 8D. RGB value is (26,171,141). Sum of RGB (Red+Green+Blue) = 26+171+141=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAB8D is #E55472. Grayscale: #7C7C7C. Windows color (decimal): -15029363 or 9284378. OLE color: 9284378.
HSL color Cylindrical-coordinate representation of color #1AAB8D: hue angle of 167.59º 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 #1AAB8D is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 141 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.33 |
| HSL | 167.59º | 0.74% | 0.39% | - |
| HSV(B) | 167.59º | 0.85% | 0.67% | - |
| XYZ | 19.8 | 31.27 | 30.19 | - |
| YUV | 124.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 141 | 0.85 | 0 | 0.18 | 0.33 | 167.59 | 0.74 | 0.39 |
| Hex | 1A | AB | 8D | 55 | 0 | 12 | 21 | A8 | 4A | 27 |
| Octal | 32 | 253 | 215 | 125 | 0 | 22 | 41 | 250 | 112 | 47 |
| Binary | 11010 | 10101011 | 10001101 | 1010101 | 0 | 10010 | 100001 | 10101000 | 1001010 | 100111 |
Color Harmonies of #1AAB8D
Complementary color
Monochromatic Colors of #1AAB8D
Black with #1AAB8D
Text Example
Text Example
White with #1AAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB8D; }
p { color: rgb(26,171,141); }
H1.HeaderClassName
{
color: #1AAB8D;
}
.AnyTagClassName
{
color: #1AAB8D;
}
</style>
background-color css
<style>
a { background-color: #1AAB8D; }
a { background-color: rgb(26,171,141); }
div.DivClassName
{
background-color: #1AAB8D;
}
.BgClassName
{
background-color: #1AAB8D;
}
</style>
border-color css
<style>
span { border-color: #1AAB8D; }
span { border-color: rgb(26,171,141); }
td.TdClassName
{
border-color: #1AAB8D;
}
.TagClassName
{
border-color: #1AAB8D;
}
</style>