Shades of Mountain Meadow #13AA7B
Tints of Mountain Meadow #13AA7B
RGB
CMYK
RGB Variations
Color information
#13AA7B (or 0x13AA7B) is known color: Mountain Meadow. HEX triplet: 13, AA and 7B. RGB value is (19,170,123). Sum of RGB (Red+Green+Blue) = 19+170+123=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 170 (66.80% from 255 or 54.49% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AA7B is #EC5584. Grayscale: #777777. Windows color (decimal): -15488389 or 8104467. OLE color: 8104467.
HSL color Cylindrical-coordinate representation of color #13AA7B: hue angle of 161.32º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA7B is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 123 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.33 |
| HSL | 161.32º | 0.8% | 0.37% | - |
| HSV(B) | 161.32º | 0.89% | 0.67% | - |
| XYZ | 18.22 | 30.32 | 23.63 | - |
| YUV | 119.49 | 129.97 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 123 | 0.89 | 0 | 0.28 | 0.33 | 161.32 | 0.8 | 0.37 |
| Hex | 13 | AA | 7B | 59 | 0 | 1C | 21 | A1 | 50 | 25 |
| Octal | 23 | 252 | 173 | 131 | 0 | 34 | 41 | 241 | 120 | 45 |
| Binary | 10011 | 10101010 | 1111011 | 1011001 | 0 | 11100 | 100001 | 10100001 | 1010000 | 100101 |
Color Harmonies of #13AA7B
Complementary color
Monochromatic Colors of #13AA7B
Black with #13AA7B
Text Example
Text Example
White with #13AA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA7B; }
p { color: rgb(19,170,123); }
H1.HeaderClassName
{
color: #13AA7B;
}
.AnyTagClassName
{
color: #13AA7B;
}
</style>
background-color css
<style>
a { background-color: #13AA7B; }
a { background-color: rgb(19,170,123); }
div.DivClassName
{
background-color: #13AA7B;
}
.BgClassName
{
background-color: #13AA7B;
}
</style>
border-color css
<style>
span { border-color: #13AA7B; }
span { border-color: rgb(19,170,123); }
td.TdClassName
{
border-color: #13AA7B;
}
.TagClassName
{
border-color: #13AA7B;
}
</style>