Shades of Mountain Meadow #10AB7E
Tints of Mountain Meadow #10AB7E
RGB
CMYK
RGB Variations
Color information
#10AB7E (or 0x10AB7E) is known color: Mountain Meadow. HEX triplet: 10, AB and 7E. RGB value is (16,171,126). Sum of RGB (Red+Green+Blue) = 16+171+126=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 126 (49.61% from 255 or 40.26% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #10AB7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AB7E is #EF5481. Grayscale: #777777. Windows color (decimal): -15684738 or 8301328. OLE color: 8301328.
HSL color Cylindrical-coordinate representation of color #10AB7E: hue angle of 162.58º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AB7E is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 171 | 126 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.33 |
| HSL | 162.58º | 0.83% | 0.37% | - |
| HSV(B) | 162.58º | 0.91% | 0.67% | - |
| XYZ | 18.54 | 30.74 | 24.7 | - |
| YUV | 119.53 | 131.65 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 126 | 0.91 | 0 | 0.26 | 0.33 | 162.58 | 0.83 | 0.37 |
| Hex | 10 | AB | 7E | 5B | 0 | 1A | 21 | A3 | 53 | 25 |
| Octal | 20 | 253 | 176 | 133 | 0 | 32 | 41 | 243 | 123 | 45 |
| Binary | 10000 | 10101011 | 1111110 | 1011011 | 0 | 11010 | 100001 | 10100011 | 1010011 | 100101 |
Color Harmonies of #10AB7E
Complementary color
Monochromatic Colors of #10AB7E
Black with #10AB7E
Text Example
Text Example
White with #10AB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10AB7E; }
p { color: rgb(16,171,126); }
H1.HeaderClassName
{
color: #10AB7E;
}
.AnyTagClassName
{
color: #10AB7E;
}
</style>
background-color css
<style>
a { background-color: #10AB7E; }
a { background-color: rgb(16,171,126); }
div.DivClassName
{
background-color: #10AB7E;
}
.BgClassName
{
background-color: #10AB7E;
}
</style>
border-color css
<style>
span { border-color: #10AB7E; }
span { border-color: rgb(16,171,126); }
td.TdClassName
{
border-color: #10AB7E;
}
.TagClassName
{
border-color: #10AB7E;
}
</style>