Shades of Mountain Meadow #13AD8F
Tints of Mountain Meadow #13AD8F
RGB
CMYK
RGB Variations
Color information
#13AD8F (or 0x13AD8F) is known color: Mountain Meadow. HEX triplet: 13, AD and 8F. RGB value is (19,173,143). Sum of RGB (Red+Green+Blue) = 19+173+143=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 173 (67.97% from 255 or 51.64% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 173 - color contains mainly: green. Hex color #13AD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AD8F is #EC5270. Grayscale: #7B7B7B. Windows color (decimal): -15487601 or 9415955. OLE color: 9415955.
HSL color Cylindrical-coordinate representation of color #13AD8F: hue angle of 168.31º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AD8F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 173 | 143 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.32 |
| HSL | 168.31º | 0.8% | 0.38% | - |
| HSV(B) | 168.31º | 0.89% | 0.68% | - |
| XYZ | 20.17 | 32.01 | 31.1 | - |
| YUV | 123.53 | 138.98 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 173 | 143 | 0.89 | 0 | 0.17 | 0.32 | 168.31 | 0.8 | 0.38 |
| Hex | 13 | AD | 8F | 59 | 0 | 11 | 20 | A8 | 50 | 26 |
| Octal | 23 | 255 | 217 | 131 | 0 | 21 | 40 | 250 | 120 | 46 |
| Binary | 10011 | 10101101 | 10001111 | 1011001 | 0 | 10001 | 100000 | 10101000 | 1010000 | 100110 |
Color Harmonies of #13AD8F
Complementary color
Monochromatic Colors of #13AD8F
Black with #13AD8F
Text Example
Text Example
White with #13AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AD8F; }
p { color: rgb(19,173,143); }
H1.HeaderClassName
{
color: #13AD8F;
}
.AnyTagClassName
{
color: #13AD8F;
}
</style>
background-color css
<style>
a { background-color: #13AD8F; }
a { background-color: rgb(19,173,143); }
div.DivClassName
{
background-color: #13AD8F;
}
.BgClassName
{
background-color: #13AD8F;
}
</style>
border-color css
<style>
span { border-color: #13AD8F; }
span { border-color: rgb(19,173,143); }
td.TdClassName
{
border-color: #13AD8F;
}
.TagClassName
{
border-color: #13AD8F;
}
</style>