Shades of Mountain Meadow #1AB08B
Tints of Mountain Meadow #1AB08B
RGB
CMYK
RGB Variations
Color information
#1AB08B (or 0x1AB08B) is known color: Mountain Meadow. HEX triplet: 1A, B0 and 8B. RGB value is (26,176,139). Sum of RGB (Red+Green+Blue) = 26+176+139=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 176 (69.14% from 255 or 51.61% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB08B is #E54F74. Grayscale: #7E7E7E. Windows color (decimal): -15028085 or 9154586. OLE color: 9154586.
HSL color Cylindrical-coordinate representation of color #1AB08B: hue angle of 165.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB08B is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 139 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.31 |
| HSL | 165.2º | 0.74% | 0.4% | - |
| HSV(B) | 165.2º | 0.85% | 0.69% | - |
| XYZ | 20.61 | 33.13 | 29.74 | - |
| YUV | 126.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 139 | 0.85 | 0 | 0.21 | 0.31 | 165.2 | 0.74 | 0.4 |
| Hex | 1A | B0 | 8B | 55 | 0 | 15 | 1F | A5 | 4A | 28 |
| Octal | 32 | 260 | 213 | 125 | 0 | 25 | 37 | 245 | 112 | 50 |
| Binary | 11010 | 10110000 | 10001011 | 1010101 | 0 | 10101 | 11111 | 10100101 | 1001010 | 101000 |
Color Harmonies of #1AB08B
Complementary color
Monochromatic Colors of #1AB08B
Black with #1AB08B
Text Example
Text Example
White with #1AB08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB08B; }
p { color: rgb(26,176,139); }
H1.HeaderClassName
{
color: #1AB08B;
}
.AnyTagClassName
{
color: #1AB08B;
}
</style>
background-color css
<style>
a { background-color: #1AB08B; }
a { background-color: rgb(26,176,139); }
div.DivClassName
{
background-color: #1AB08B;
}
.BgClassName
{
background-color: #1AB08B;
}
</style>
border-color css
<style>
span { border-color: #1AB08B; }
span { border-color: rgb(26,176,139); }
td.TdClassName
{
border-color: #1AB08B;
}
.TagClassName
{
border-color: #1AB08B;
}
</style>