Shades of Mountain Meadow #13A889
Tints of Mountain Meadow #13A889
RGB
CMYK
RGB Variations
Color information
#13A889 (or 0x13A889) is known color: Mountain Meadow. HEX triplet: 13, A8 and 89. RGB value is (19,168,137). Sum of RGB (Red+Green+Blue) = 19+168+137=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 168 (66.02% from 255 or 51.85% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 168 - color contains mainly: green. Hex color #13A889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A889 is #EC5776. Grayscale: #777777. Windows color (decimal): -15488887 or 9021459. OLE color: 9021459.
HSL color Cylindrical-coordinate representation of color #13A889: hue angle of 167.52º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A889 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 19 | 168 | 137 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.34 |
| HSL | 167.52º | 0.8% | 0.37% | - |
| HSV(B) | 167.52º | 0.89% | 0.66% | - |
| XYZ | 18.79 | 29.95 | 28.46 | - |
| YUV | 119.92 | 137.64 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 168 | 137 | 0.89 | 0 | 0.18 | 0.34 | 167.52 | 0.8 | 0.37 |
| Hex | 13 | A8 | 89 | 59 | 0 | 12 | 22 | A8 | 50 | 25 |
| Octal | 23 | 250 | 211 | 131 | 0 | 22 | 42 | 250 | 120 | 45 |
| Binary | 10011 | 10101000 | 10001001 | 1011001 | 0 | 10010 | 100010 | 10101000 | 1010000 | 100101 |
Color Harmonies of #13A889
Complementary color
Monochromatic Colors of #13A889
Black with #13A889
Text Example
Text Example
White with #13A889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A889; }
p { color: rgb(19,168,137); }
H1.HeaderClassName
{
color: #13A889;
}
.AnyTagClassName
{
color: #13A889;
}
</style>
background-color css
<style>
a { background-color: #13A889; }
a { background-color: rgb(19,168,137); }
div.DivClassName
{
background-color: #13A889;
}
.BgClassName
{
background-color: #13A889;
}
</style>
border-color css
<style>
span { border-color: #13A889; }
span { border-color: rgb(19,168,137); }
td.TdClassName
{
border-color: #13A889;
}
.TagClassName
{
border-color: #13A889;
}
</style>