Shades of Mountain Meadow #1AB189
Tints of Mountain Meadow #1AB189
RGB
CMYK
RGB Variations
Color information
#1AB189 (or 0x1AB189) is known color: Mountain Meadow. HEX triplet: 1A, B1 and 89. RGB value is (26,177,137). Sum of RGB (Red+Green+Blue) = 26+177+137=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 177 (69.53% from 255 or 52.06% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 177 - color contains mainly: green. Hex color #1AB189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB189 is #E54E76. Grayscale: #7F7F7F. Windows color (decimal): -15027831 or 9023770. OLE color: 9023770.
HSL color Cylindrical-coordinate representation of color #1AB189: hue angle of 164.11º 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 #1AB189 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 177 | 137 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.31 |
| HSL | 164.11º | 0.74% | 0.4% | - |
| HSV(B) | 164.11º | 0.85% | 0.69% | - |
| XYZ | 20.66 | 33.47 | 29.04 | - |
| YUV | 127.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 177 | 137 | 0.85 | 0 | 0.23 | 0.31 | 164.11 | 0.74 | 0.4 |
| Hex | 1A | B1 | 89 | 55 | 0 | 17 | 1F | A4 | 4A | 28 |
| Octal | 32 | 261 | 211 | 125 | 0 | 27 | 37 | 244 | 112 | 50 |
| Binary | 11010 | 10110001 | 10001001 | 1010101 | 0 | 10111 | 11111 | 10100100 | 1001010 | 101000 |
Color Harmonies of #1AB189
Complementary color
Monochromatic Colors of #1AB189
Black with #1AB189
Text Example
Text Example
White with #1AB189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB189; }
p { color: rgb(26,177,137); }
H1.HeaderClassName
{
color: #1AB189;
}
.AnyTagClassName
{
color: #1AB189;
}
</style>
background-color css
<style>
a { background-color: #1AB189; }
a { background-color: rgb(26,177,137); }
div.DivClassName
{
background-color: #1AB189;
}
.BgClassName
{
background-color: #1AB189;
}
</style>
border-color css
<style>
span { border-color: #1AB189; }
span { border-color: rgb(26,177,137); }
td.TdClassName
{
border-color: #1AB189;
}
.TagClassName
{
border-color: #1AB189;
}
</style>