Shades of Mountain Meadow #1AB694
Tints of Mountain Meadow #1AB694
RGB
CMYK
RGB Variations
Color information
#1AB694 (or 0x1AB694) is known color: Mountain Meadow. HEX triplet: 1A, B6 and 94. RGB value is (26,182,148). Sum of RGB (Red+Green+Blue) = 26+182+148=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #1AB694 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AB694 is #E5496B. Grayscale: #838383. Windows color (decimal): -15026540 or 9745946. OLE color: 9745946.
HSL color Cylindrical-coordinate representation of color #1AB694: hue angle of 166.92º 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 #1AB694 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 26 | 182 | 148 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.29 |
| HSL | 166.92º | 0.75% | 0.41% | - |
| HSV(B) | 166.92º | 0.86% | 0.71% | - |
| XYZ | 22.5 | 35.81 | 33.74 | - |
| YUV | 131.48 | 137.32 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 182 | 148 | 0.86 | 0 | 0.19 | 0.29 | 166.92 | 0.75 | 0.41 |
| Hex | 1A | B6 | 94 | 56 | 0 | 13 | 1D | A7 | 4B | 29 |
| Octal | 32 | 266 | 224 | 126 | 0 | 23 | 35 | 247 | 113 | 51 |
| Binary | 11010 | 10110110 | 10010100 | 1010110 | 0 | 10011 | 11101 | 10100111 | 1001011 | 101001 |
Color Harmonies of #1AB694
Complementary color
Monochromatic Colors of #1AB694
Black with #1AB694
Text Example
Text Example
White with #1AB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB694; }
p { color: rgb(26,182,148); }
H1.HeaderClassName
{
color: #1AB694;
}
.AnyTagClassName
{
color: #1AB694;
}
</style>
background-color css
<style>
a { background-color: #1AB694; }
a { background-color: rgb(26,182,148); }
div.DivClassName
{
background-color: #1AB694;
}
.BgClassName
{
background-color: #1AB694;
}
</style>
border-color css
<style>
span { border-color: #1AB694; }
span { border-color: rgb(26,182,148); }
td.TdClassName
{
border-color: #1AB694;
}
.TagClassName
{
border-color: #1AB694;
}
</style>