Shades of Mountain Meadow #1AB28B
Tints of Mountain Meadow #1AB28B
RGB
CMYK
RGB Variations
Color information
#1AB28B (or 0x1AB28B) is known color: Mountain Meadow. HEX triplet: 1A, B2 and 8B. RGB value is (26,178,139). Sum of RGB (Red+Green+Blue) = 26+178+139=343 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.58% from 343); Green value is 178 (69.92% from 255 or 51.90% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 178 - color contains mainly: green. Hex color #1AB28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB28B is #E54D74. Grayscale: #808080. Windows color (decimal): -15027573 or 9155098. OLE color: 9155098.
HSL color Cylindrical-coordinate representation of color #1AB28B: hue angle of 164.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB28B is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 26 | 178 | 139 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.30 |
| HSL | 164.61º | 0.75% | 0.4% | - |
| HSV(B) | 164.61º | 0.85% | 0.7% | - |
| XYZ | 21.01 | 33.92 | 29.87 | - |
| YUV | 128.11 | 134.14 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 139 | 0.85 | 0 | 0.22 | 0.30 | 164.61 | 0.75 | 0.4 |
| Hex | 1A | B2 | 8B | 55 | 0 | 16 | 1E | A5 | 4B | 28 |
| Octal | 32 | 262 | 213 | 125 | 0 | 26 | 36 | 245 | 113 | 50 |
| Binary | 11010 | 10110010 | 10001011 | 1010101 | 0 | 10110 | 11110 | 10100101 | 1001011 | 101000 |
Color Harmonies of #1AB28B
Complementary color
Monochromatic Colors of #1AB28B
Black with #1AB28B
Text Example
Text Example
White with #1AB28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB28B; }
p { color: rgb(26,178,139); }
H1.HeaderClassName
{
color: #1AB28B;
}
.AnyTagClassName
{
color: #1AB28B;
}
</style>
background-color css
<style>
a { background-color: #1AB28B; }
a { background-color: rgb(26,178,139); }
div.DivClassName
{
background-color: #1AB28B;
}
.BgClassName
{
background-color: #1AB28B;
}
</style>
border-color css
<style>
span { border-color: #1AB28B; }
span { border-color: rgb(26,178,139); }
td.TdClassName
{
border-color: #1AB28B;
}
.TagClassName
{
border-color: #1AB28B;
}
</style>