Shades of Mountain Meadow #13AF7B
Tints of Mountain Meadow #13AF7B
RGB
CMYK
RGB Variations
Color information
#13AF7B (or 0x13AF7B) is known color: Mountain Meadow. HEX triplet: 13, AF and 7B. RGB value is (19,175,123). Sum of RGB (Red+Green+Blue) = 19+175+123=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13AF7B is #EC5084. Grayscale: #7A7A7A. Windows color (decimal): -15487109 or 8105747. OLE color: 8105747.
HSL color Cylindrical-coordinate representation of color #13AF7B: hue angle of 160º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF7B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 123 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.31 |
| HSL | 160º | 0.8% | 0.38% | - |
| HSV(B) | 160º | 0.89% | 0.69% | - |
| XYZ | 19.17 | 32.23 | 23.95 | - |
| YUV | 122.43 | 128.32 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 123 | 0.89 | 0 | 0.30 | 0.31 | 160 | 0.8 | 0.38 |
| Hex | 13 | AF | 7B | 59 | 0 | 1E | 1F | A0 | 50 | 26 |
| Octal | 23 | 257 | 173 | 131 | 0 | 36 | 37 | 240 | 120 | 46 |
| Binary | 10011 | 10101111 | 1111011 | 1011001 | 0 | 11110 | 11111 | 10100000 | 1010000 | 100110 |
Color Harmonies of #13AF7B
Complementary color
Monochromatic Colors of #13AF7B
Black with #13AF7B
Text Example
Text Example
White with #13AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF7B; }
p { color: rgb(19,175,123); }
H1.HeaderClassName
{
color: #13AF7B;
}
.AnyTagClassName
{
color: #13AF7B;
}
</style>
background-color css
<style>
a { background-color: #13AF7B; }
a { background-color: rgb(19,175,123); }
div.DivClassName
{
background-color: #13AF7B;
}
.BgClassName
{
background-color: #13AF7B;
}
</style>
border-color css
<style>
span { border-color: #13AF7B; }
span { border-color: rgb(19,175,123); }
td.TdClassName
{
border-color: #13AF7B;
}
.TagClassName
{
border-color: #13AF7B;
}
</style>