Shades of Mountain Meadow #13AC8F
Tints of Mountain Meadow #13AC8F
RGB
CMYK
RGB Variations
Color information
#13AC8F (or 0x13AC8F) is known color: Mountain Meadow. HEX triplet: 13, AC and 8F. RGB value is (19,172,143). Sum of RGB (Red+Green+Blue) = 19+172+143=334 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.69% from 334); Green value is 172 (67.58% from 255 or 51.50% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AC8F is #EC5370. Grayscale: #7A7A7A. Windows color (decimal): -15487857 or 9415699. OLE color: 9415699.
HSL color Cylindrical-coordinate representation of color #13AC8F: hue angle of 168.63º 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 #13AC8F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 172 | 143 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.33 |
| HSL | 168.63º | 0.8% | 0.37% | - |
| HSV(B) | 168.63º | 0.89% | 0.67% | - |
| XYZ | 19.98 | 31.63 | 31.04 | - |
| YUV | 122.95 | 139.31 | 53.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 172 | 143 | 0.89 | 0 | 0.17 | 0.33 | 168.63 | 0.8 | 0.37 |
| Hex | 13 | AC | 8F | 59 | 0 | 11 | 21 | A9 | 50 | 25 |
| Octal | 23 | 254 | 217 | 131 | 0 | 21 | 41 | 251 | 120 | 45 |
| Binary | 10011 | 10101100 | 10001111 | 1011001 | 0 | 10001 | 100001 | 10101001 | 1010000 | 100101 |
Color Harmonies of #13AC8F
Complementary color
Monochromatic Colors of #13AC8F
Black with #13AC8F
Text Example
Text Example
White with #13AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AC8F; }
p { color: rgb(19,172,143); }
H1.HeaderClassName
{
color: #13AC8F;
}
.AnyTagClassName
{
color: #13AC8F;
}
</style>
background-color css
<style>
a { background-color: #13AC8F; }
a { background-color: rgb(19,172,143); }
div.DivClassName
{
background-color: #13AC8F;
}
.BgClassName
{
background-color: #13AC8F;
}
</style>
border-color css
<style>
span { border-color: #13AC8F; }
span { border-color: rgb(19,172,143); }
td.TdClassName
{
border-color: #13AC8F;
}
.TagClassName
{
border-color: #13AC8F;
}
</style>