Shades of Mountain Meadow #1AB088
Tints of Mountain Meadow #1AB088
RGB
CMYK
RGB Variations
Color information
#1AB088 (or 0x1AB088) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 88. RGB value is (26,176,136). Sum of RGB (Red+Green+Blue) = 26+176+136=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 176 (69.14% from 255 or 52.07% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB088 is #E54F77. Grayscale: #7E7E7E. Windows color (decimal): -15028088 or 8957978. OLE color: 8957978.
HSL color Cylindrical-coordinate representation of color #1AB088: hue angle of 164º 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 #1AB088 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 136 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.31 |
| HSL | 164º | 0.74% | 0.4% | - |
| HSV(B) | 164º | 0.85% | 0.69% | - |
| XYZ | 20.4 | 33.05 | 28.6 | - |
| YUV | 126.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 136 | 0.85 | 0 | 0.23 | 0.31 | 164 | 0.74 | 0.4 |
| Hex | 1A | B0 | 88 | 55 | 0 | 17 | 1F | A4 | 4A | 28 |
| Octal | 32 | 260 | 210 | 125 | 0 | 27 | 37 | 244 | 112 | 50 |
| Binary | 11010 | 10110000 | 10001000 | 1010101 | 0 | 10111 | 11111 | 10100100 | 1001010 | 101000 |
Color Harmonies of #1AB088
Complementary color
Monochromatic Colors of #1AB088
Black with #1AB088
Text Example
Text Example
White with #1AB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB088; }
p { color: rgb(26,176,136); }
H1.HeaderClassName
{
color: #1AB088;
}
.AnyTagClassName
{
color: #1AB088;
}
</style>
background-color css
<style>
a { background-color: #1AB088; }
a { background-color: rgb(26,176,136); }
div.DivClassName
{
background-color: #1AB088;
}
.BgClassName
{
background-color: #1AB088;
}
</style>
border-color css
<style>
span { border-color: #1AB088; }
span { border-color: rgb(26,176,136); }
td.TdClassName
{
border-color: #1AB088;
}
.TagClassName
{
border-color: #1AB088;
}
</style>