Shades of Mountain Meadow #13AF8B
Tints of Mountain Meadow #13AF8B
RGB
CMYK
RGB Variations
Color information
#13AF8B (or 0x13AF8B) is known color: Mountain Meadow. HEX triplet: 13, AF and 8B. RGB value is (19,175,139). Sum of RGB (Red+Green+Blue) = 19+175+139=333 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.71% from 333); Green value is 175 (68.75% from 255 or 52.55% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AF8B is #EC5074. Grayscale: #7C7C7C. Windows color (decimal): -15487093 or 9154323. OLE color: 9154323.
HSL color Cylindrical-coordinate representation of color #13AF8B: hue angle of 166.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF8B is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 139 | - |
| CMYK | 0.89 | 0 | 0.21 | 0.31 |
| HSL | 166.15º | 0.8% | 0.38% | - |
| HSV(B) | 166.15º | 0.89% | 0.69% | - |
| XYZ | 20.26 | 32.66 | 29.66 | - |
| YUV | 124.25 | 136.32 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 139 | 0.89 | 0 | 0.21 | 0.31 | 166.15 | 0.8 | 0.38 |
| Hex | 13 | AF | 8B | 59 | 0 | 15 | 1F | A6 | 50 | 26 |
| Octal | 23 | 257 | 213 | 131 | 0 | 25 | 37 | 246 | 120 | 46 |
| Binary | 10011 | 10101111 | 10001011 | 1011001 | 0 | 10101 | 11111 | 10100110 | 1010000 | 100110 |
Color Harmonies of #13AF8B
Complementary color
Monochromatic Colors of #13AF8B
Black with #13AF8B
Text Example
Text Example
White with #13AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF8B; }
p { color: rgb(19,175,139); }
H1.HeaderClassName
{
color: #13AF8B;
}
.AnyTagClassName
{
color: #13AF8B;
}
</style>
background-color css
<style>
a { background-color: #13AF8B; }
a { background-color: rgb(19,175,139); }
div.DivClassName
{
background-color: #13AF8B;
}
.BgClassName
{
background-color: #13AF8B;
}
</style>
border-color css
<style>
span { border-color: #13AF8B; }
span { border-color: rgb(19,175,139); }
td.TdClassName
{
border-color: #13AF8B;
}
.TagClassName
{
border-color: #13AF8B;
}
</style>