Shades of Mountain Meadow #1AB688
Tints of Mountain Meadow #1AB688
RGB
CMYK
RGB Variations
Color information
#1AB688 (or 0x1AB688) is known color: Mountain Meadow. HEX triplet: 1A, B6 and 88. RGB value is (26,182,136). Sum of RGB (Red+Green+Blue) = 26+182+136=344 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.56% from 344); Green value is 182 (71.48% from 255 or 52.91% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB688 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB688 is #E54977. Grayscale: #828282. Windows color (decimal): -15026552 or 8959514. OLE color: 8959514.
HSL color Cylindrical-coordinate representation of color #1AB688: hue angle of 162.31º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB688 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 182 | 136 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.29 |
| HSL | 162.31º | 0.75% | 0.41% | - |
| HSV(B) | 162.31º | 0.86% | 0.71% | - |
| XYZ | 21.6 | 35.45 | 29 | - |
| YUV | 130.11 | 131.32 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 182 | 136 | 0.86 | 0 | 0.25 | 0.29 | 162.31 | 0.75 | 0.41 |
| Hex | 1A | B6 | 88 | 56 | 0 | 19 | 1D | A2 | 4B | 29 |
| Octal | 32 | 266 | 210 | 126 | 0 | 31 | 35 | 242 | 113 | 51 |
| Binary | 11010 | 10110110 | 10001000 | 1010110 | 0 | 11001 | 11101 | 10100010 | 1001011 | 101001 |
Color Harmonies of #1AB688
Complementary color
Monochromatic Colors of #1AB688
Black with #1AB688
Text Example
Text Example
White with #1AB688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB688; }
p { color: rgb(26,182,136); }
H1.HeaderClassName
{
color: #1AB688;
}
.AnyTagClassName
{
color: #1AB688;
}
</style>
background-color css
<style>
a { background-color: #1AB688; }
a { background-color: rgb(26,182,136); }
div.DivClassName
{
background-color: #1AB688;
}
.BgClassName
{
background-color: #1AB688;
}
</style>
border-color css
<style>
span { border-color: #1AB688; }
span { border-color: rgb(26,182,136); }
td.TdClassName
{
border-color: #1AB688;
}
.TagClassName
{
border-color: #1AB688;
}
</style>