Shades of Mountain Meadow #1AB797
Tints of Mountain Meadow #1AB797
RGB
CMYK
RGB Variations
Color information
#1AB797 (or 0x1AB797) is known color: Mountain Meadow. HEX triplet: 1A, B7 and 97. RGB value is (26,183,151). Sum of RGB (Red+Green+Blue) = 26+183+151=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 183 (71.88% from 255 or 50.83% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 183 - color contains mainly: green. Hex color #1AB797 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB797 is #E54868. Grayscale: #848484. Windows color (decimal): -15026281 or 9942810. OLE color: 9942810.
HSL color Cylindrical-coordinate representation of color #1AB797: hue angle of 167.77º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB797 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 26 | 183 | 151 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.28 |
| HSL | 167.77º | 0.75% | 0.41% | - |
| HSV(B) | 167.77º | 0.86% | 0.72% | - |
| XYZ | 22.95 | 36.32 | 35.08 | - |
| YUV | 132.41 | 138.49 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 151 | 0.86 | 0 | 0.17 | 0.28 | 167.77 | 0.75 | 0.41 |
| Hex | 1A | B7 | 97 | 56 | 0 | 11 | 1C | A8 | 4B | 29 |
| Octal | 32 | 267 | 227 | 126 | 0 | 21 | 34 | 250 | 113 | 51 |
| Binary | 11010 | 10110111 | 10010111 | 1010110 | 0 | 10001 | 11100 | 10101000 | 1001011 | 101001 |
Color Harmonies of #1AB797
Complementary color
Monochromatic Colors of #1AB797
Black with #1AB797
Text Example
Text Example
White with #1AB797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB797; }
p { color: rgb(26,183,151); }
H1.HeaderClassName
{
color: #1AB797;
}
.AnyTagClassName
{
color: #1AB797;
}
</style>
background-color css
<style>
a { background-color: #1AB797; }
a { background-color: rgb(26,183,151); }
div.DivClassName
{
background-color: #1AB797;
}
.BgClassName
{
background-color: #1AB797;
}
</style>
border-color css
<style>
span { border-color: #1AB797; }
span { border-color: rgb(26,183,151); }
td.TdClassName
{
border-color: #1AB797;
}
.TagClassName
{
border-color: #1AB797;
}
</style>