Shades of Mountain Meadow #13AB8D
Tints of Mountain Meadow #13AB8D
RGB
CMYK
RGB Variations
Color information
#13AB8D (or 0x13AB8D) is known color: Mountain Meadow. HEX triplet: 13, AB and 8D. RGB value is (19,171,141). Sum of RGB (Red+Green+Blue) = 19+171+141=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AB8D is #EC5472. Grayscale: #7A7A7A. Windows color (decimal): -15488115 or 9284371. OLE color: 9284371.
HSL color Cylindrical-coordinate representation of color #13AB8D: hue angle of 168.16º 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 #13AB8D is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 141 | - |
| CMYK | 0.89 | 0 | 0.18 | 0.33 |
| HSL | 168.16º | 0.8% | 0.37% | - |
| HSV(B) | 168.16º | 0.89% | 0.67% | - |
| XYZ | 19.64 | 31.19 | 30.18 | - |
| YUV | 122.13 | 138.64 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 141 | 0.89 | 0 | 0.18 | 0.33 | 168.16 | 0.8 | 0.37 |
| Hex | 13 | AB | 8D | 59 | 0 | 12 | 21 | A8 | 50 | 25 |
| Octal | 23 | 253 | 215 | 131 | 0 | 22 | 41 | 250 | 120 | 45 |
| Binary | 10011 | 10101011 | 10001101 | 1011001 | 0 | 10010 | 100001 | 10101000 | 1010000 | 100101 |
Color Harmonies of #13AB8D
Complementary color
Monochromatic Colors of #13AB8D
Black with #13AB8D
Text Example
Text Example
White with #13AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB8D; }
p { color: rgb(19,171,141); }
H1.HeaderClassName
{
color: #13AB8D;
}
.AnyTagClassName
{
color: #13AB8D;
}
</style>
background-color css
<style>
a { background-color: #13AB8D; }
a { background-color: rgb(19,171,141); }
div.DivClassName
{
background-color: #13AB8D;
}
.BgClassName
{
background-color: #13AB8D;
}
</style>
border-color css
<style>
span { border-color: #13AB8D; }
span { border-color: rgb(19,171,141); }
td.TdClassName
{
border-color: #13AB8D;
}
.TagClassName
{
border-color: #13AB8D;
}
</style>