Shades of Mountain Meadow #1AB18B
Tints of Mountain Meadow #1AB18B
RGB
CMYK
RGB Variations
Color information
#1AB18B (or 0x1AB18B) is known color: Mountain Meadow. HEX triplet: 1A, B1 and 8B. RGB value is (26,177,139). Sum of RGB (Red+Green+Blue) = 26+177+139=342 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.60% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB18B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB18B is #E54E74. Grayscale: #7F7F7F. Windows color (decimal): -15027829 or 9154842. OLE color: 9154842.
HSL color Cylindrical-coordinate representation of color #1AB18B: hue angle of 164.9º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB18B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 139 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.31 |
| HSL | 164.9º | 0.74% | 0.4% | - |
| HSV(B) | 164.9º | 0.85% | 0.69% | - |
| XYZ | 20.81 | 33.53 | 29.8 | - |
| YUV | 127.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 139 | 0.85 | 0 | 0.21 | 0.31 | 164.9 | 0.74 | 0.4 |
| Hex | 1A | B1 | 8B | 55 | 0 | 15 | 1F | A5 | 4A | 28 |
| Octal | 32 | 261 | 213 | 125 | 0 | 25 | 37 | 245 | 112 | 50 |
| Binary | 11010 | 10110001 | 10001011 | 1010101 | 0 | 10101 | 11111 | 10100101 | 1001010 | 101000 |
Color Harmonies of #1AB18B
Complementary color
Monochromatic Colors of #1AB18B
Black with #1AB18B
Text Example
Text Example
White with #1AB18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB18B; }
p { color: rgb(26,177,139); }
H1.HeaderClassName
{
color: #1AB18B;
}
.AnyTagClassName
{
color: #1AB18B;
}
</style>
background-color css
<style>
a { background-color: #1AB18B; }
a { background-color: rgb(26,177,139); }
div.DivClassName
{
background-color: #1AB18B;
}
.BgClassName
{
background-color: #1AB18B;
}
</style>
border-color css
<style>
span { border-color: #1AB18B; }
span { border-color: rgb(26,177,139); }
td.TdClassName
{
border-color: #1AB18B;
}
.TagClassName
{
border-color: #1AB18B;
}
</style>