Shades of Mountain Meadow #1ABB99
Tints of Mountain Meadow #1ABB99
RGB
CMYK
RGB Variations
Color information
#1ABB99 (or 0x1ABB99) is known color: Mountain Meadow. HEX triplet: 1A, BB and 99. RGB value is (26,187,153). Sum of RGB (Red+Green+Blue) = 26+187+153=366 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.10% from 366); Green value is 187 (73.44% from 255 or 51.09% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ABB99 is #E54466. Grayscale: #868686. Windows color (decimal): -15025255 or 10074906. OLE color: 10074906.
HSL color Cylindrical-coordinate representation of color #1ABB99: hue angle of 167.33º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ABB99 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 26 | 187 | 153 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.27 |
| HSL | 167.33º | 0.76% | 0.42% | - |
| HSV(B) | 167.33º | 0.86% | 0.73% | - |
| XYZ | 23.95 | 38.06 | 36.22 | - |
| YUV | 134.99 | 138.16 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 153 | 0.86 | 0 | 0.18 | 0.27 | 167.33 | 0.76 | 0.42 |
| Hex | 1A | BB | 99 | 56 | 0 | 12 | 1B | A7 | 4C | 2A |
| Octal | 32 | 273 | 231 | 126 | 0 | 22 | 33 | 247 | 114 | 52 |
| Binary | 11010 | 10111011 | 10011001 | 1010110 | 0 | 10010 | 11011 | 10100111 | 1001100 | 101010 |
Color Harmonies of #1ABB99
Complementary color
Monochromatic Colors of #1ABB99
Black with #1ABB99
Text Example
Text Example
White with #1ABB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABB99; }
p { color: rgb(26,187,153); }
H1.HeaderClassName
{
color: #1ABB99;
}
.AnyTagClassName
{
color: #1ABB99;
}
</style>
background-color css
<style>
a { background-color: #1ABB99; }
a { background-color: rgb(26,187,153); }
div.DivClassName
{
background-color: #1ABB99;
}
.BgClassName
{
background-color: #1ABB99;
}
</style>
border-color css
<style>
span { border-color: #1ABB99; }
span { border-color: rgb(26,187,153); }
td.TdClassName
{
border-color: #1ABB99;
}
.TagClassName
{
border-color: #1ABB99;
}
</style>