Shades of Mountain Meadow #1AB087
Tints of Mountain Meadow #1AB087
RGB
CMYK
RGB Variations
Color information
#1AB087 (or 0x1AB087) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 87. RGB value is (26,176,135). Sum of RGB (Red+Green+Blue) = 26+176+135=337 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.72% from 337); Green value is 176 (69.14% from 255 or 52.23% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB087 is #E54F78. Grayscale: #7E7E7E. Windows color (decimal): -15028089 or 8892442. OLE color: 8892442.
HSL color Cylindrical-coordinate representation of color #1AB087: hue angle of 163.6º 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 #1AB087 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 135 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.31 |
| HSL | 163.6º | 0.74% | 0.4% | - |
| HSV(B) | 163.6º | 0.85% | 0.69% | - |
| XYZ | 20.32 | 33.02 | 28.22 | - |
| YUV | 126.48 | 132.81 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 135 | 0.85 | 0 | 0.23 | 0.31 | 163.6 | 0.74 | 0.4 |
| Hex | 1A | B0 | 87 | 55 | 0 | 17 | 1F | A4 | 4A | 28 |
| Octal | 32 | 260 | 207 | 125 | 0 | 27 | 37 | 244 | 112 | 50 |
| Binary | 11010 | 10110000 | 10000111 | 1010101 | 0 | 10111 | 11111 | 10100100 | 1001010 | 101000 |
Color Harmonies of #1AB087
Complementary color
Monochromatic Colors of #1AB087
Black with #1AB087
Text Example
Text Example
White with #1AB087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB087; }
p { color: rgb(26,176,135); }
H1.HeaderClassName
{
color: #1AB087;
}
.AnyTagClassName
{
color: #1AB087;
}
</style>
background-color css
<style>
a { background-color: #1AB087; }
a { background-color: rgb(26,176,135); }
div.DivClassName
{
background-color: #1AB087;
}
.BgClassName
{
background-color: #1AB087;
}
</style>
border-color css
<style>
span { border-color: #1AB087; }
span { border-color: rgb(26,176,135); }
td.TdClassName
{
border-color: #1AB087;
}
.TagClassName
{
border-color: #1AB087;
}
</style>