Shades of Mountain Meadow #13A78D
Tints of Mountain Meadow #13A78D
RGB
CMYK
RGB Variations
Color information
#13A78D (or 0x13A78D) is known color: Mountain Meadow. HEX triplet: 13, A7 and 8D. RGB value is (19,167,141). Sum of RGB (Red+Green+Blue) = 19+167+141=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 167 (65.62% from 255 or 51.07% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 167 - color contains mainly: green. Hex color #13A78D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A78D is #EC5872. Grayscale: #777777. Windows color (decimal): -15489139 or 9283347. OLE color: 9283347.
HSL color Cylindrical-coordinate representation of color #13A78D: hue angle of 169.46º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A78D is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 167 | 141 | - |
| CMYK | 0.89 | 0 | 0.16 | 0.35 |
| HSL | 169.46º | 0.8% | 0.36% | - |
| HSV(B) | 169.46º | 0.89% | 0.65% | - |
| XYZ | 18.9 | 29.7 | 29.94 | - |
| YUV | 119.78 | 139.97 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 141 | 0.89 | 0 | 0.16 | 0.35 | 169.46 | 0.8 | 0.36 |
| Hex | 13 | A7 | 8D | 59 | 0 | 10 | 23 | A9 | 50 | 24 |
| Octal | 23 | 247 | 215 | 131 | 0 | 20 | 43 | 251 | 120 | 44 |
| Binary | 10011 | 10100111 | 10001101 | 1011001 | 0 | 10000 | 100011 | 10101001 | 1010000 | 100100 |
Color Harmonies of #13A78D
Complementary color
Monochromatic Colors of #13A78D
Black with #13A78D
Text Example
Text Example
White with #13A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A78D; }
p { color: rgb(19,167,141); }
H1.HeaderClassName
{
color: #13A78D;
}
.AnyTagClassName
{
color: #13A78D;
}
</style>
background-color css
<style>
a { background-color: #13A78D; }
a { background-color: rgb(19,167,141); }
div.DivClassName
{
background-color: #13A78D;
}
.BgClassName
{
background-color: #13A78D;
}
</style>
border-color css
<style>
span { border-color: #13A78D; }
span { border-color: rgb(19,167,141); }
td.TdClassName
{
border-color: #13A78D;
}
.TagClassName
{
border-color: #13A78D;
}
</style>