Shades of Mountain Meadow #1AB493
Tints of Mountain Meadow #1AB493
RGB
CMYK
RGB Variations
Color information
#1AB493 (or 0x1AB493) is known color: Mountain Meadow. HEX triplet: 1A, B4 and 93. RGB value is (26,180,147). Sum of RGB (Red+Green+Blue) = 26+180+147=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #1AB493 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB493 is #E54B6C. Grayscale: #828282. Windows color (decimal): -15027053 or 9679898. OLE color: 9679898.
HSL color Cylindrical-coordinate representation of color #1AB493: hue angle of 167.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB493 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 180 | 147 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.29 |
| HSL | 167.14º | 0.75% | 0.4% | - |
| HSV(B) | 167.14º | 0.86% | 0.71% | - |
| XYZ | 22.01 | 34.97 | 33.19 | - |
| YUV | 130.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 180 | 147 | 0.86 | 0 | 0.18 | 0.29 | 167.14 | 0.75 | 0.4 |
| Hex | 1A | B4 | 93 | 56 | 0 | 12 | 1D | A7 | 4B | 28 |
| Octal | 32 | 264 | 223 | 126 | 0 | 22 | 35 | 247 | 113 | 50 |
| Binary | 11010 | 10110100 | 10010011 | 1010110 | 0 | 10010 | 11101 | 10100111 | 1001011 | 101000 |
Color Harmonies of #1AB493
Complementary color
Monochromatic Colors of #1AB493
Black with #1AB493
Text Example
Text Example
White with #1AB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB493; }
p { color: rgb(26,180,147); }
H1.HeaderClassName
{
color: #1AB493;
}
.AnyTagClassName
{
color: #1AB493;
}
</style>
background-color css
<style>
a { background-color: #1AB493; }
a { background-color: rgb(26,180,147); }
div.DivClassName
{
background-color: #1AB493;
}
.BgClassName
{
background-color: #1AB493;
}
</style>
border-color css
<style>
span { border-color: #1AB493; }
span { border-color: rgb(26,180,147); }
td.TdClassName
{
border-color: #1AB493;
}
.TagClassName
{
border-color: #1AB493;
}
</style>