Shades of Mountain Meadow #13A78B
Tints of Mountain Meadow #13A78B
RGB
CMYK
RGB Variations
Color information
#13A78B (or 0x13A78B) is known color: Mountain Meadow. HEX triplet: 13, A7 and 8B. RGB value is (19,167,139). Sum of RGB (Red+Green+Blue) = 19+167+139=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 167 (65.62% from 255 or 51.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 167 - color contains mainly: green. Hex color #13A78B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A78B is #EC5874. Grayscale: #777777. Windows color (decimal): -15489141 or 9152275. OLE color: 9152275.
HSL color Cylindrical-coordinate representation of color #13A78B: hue angle of 168.65º 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 #13A78B is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 167 | 139 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.35 |
| HSL | 168.65º | 0.8% | 0.36% | - |
| HSV(B) | 168.65º | 0.89% | 0.65% | - |
| XYZ | 18.75 | 29.64 | 29.16 | - |
| YUV | 119.56 | 138.97 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 167 | 139 | 0.89 | 0 | 0.17 | 0.35 | 168.65 | 0.8 | 0.36 |
| Hex | 13 | A7 | 8B | 59 | 0 | 11 | 23 | A9 | 50 | 24 |
| Octal | 23 | 247 | 213 | 131 | 0 | 21 | 43 | 251 | 120 | 44 |
| Binary | 10011 | 10100111 | 10001011 | 1011001 | 0 | 10001 | 100011 | 10101001 | 1010000 | 100100 |
Color Harmonies of #13A78B
Complementary color
Monochromatic Colors of #13A78B
Black with #13A78B
Text Example
Text Example
White with #13A78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A78B; }
p { color: rgb(19,167,139); }
H1.HeaderClassName
{
color: #13A78B;
}
.AnyTagClassName
{
color: #13A78B;
}
</style>
background-color css
<style>
a { background-color: #13A78B; }
a { background-color: rgb(19,167,139); }
div.DivClassName
{
background-color: #13A78B;
}
.BgClassName
{
background-color: #13A78B;
}
</style>
border-color css
<style>
span { border-color: #13A78B; }
span { border-color: rgb(19,167,139); }
td.TdClassName
{
border-color: #13A78B;
}
.TagClassName
{
border-color: #13A78B;
}
</style>