Shades of Mountain Meadow #13A68A
Tints of Mountain Meadow #13A68A
RGB
CMYK
RGB Variations
Color information
#13A68A (or 0x13A68A) is known color: Mountain Meadow. HEX triplet: 13, A6 and 8A. RGB value is (19,166,138). Sum of RGB (Red+Green+Blue) = 19+166+138=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 166 (65.23% from 255 or 51.39% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 166 - color contains mainly: green. Hex color #13A68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A68A is #EC5975. Grayscale: #767676. Windows color (decimal): -15489398 or 9086483. OLE color: 9086483.
HSL color Cylindrical-coordinate representation of color #13A68A: hue angle of 168.57º degrees, saturation: 0.79, 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 #13A68A is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 19 | 166 | 138 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.35 |
| HSL | 168.57º | 0.79% | 0.36% | - |
| HSV(B) | 168.57º | 0.89% | 0.65% | - |
| XYZ | 18.49 | 29.25 | 28.72 | - |
| YUV | 118.86 | 138.8 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 166 | 138 | 0.89 | 0 | 0.17 | 0.35 | 168.57 | 0.79 | 0.36 |
| Hex | 13 | A6 | 8A | 59 | 0 | 11 | 23 | A9 | 4F | 24 |
| Octal | 23 | 246 | 212 | 131 | 0 | 21 | 43 | 251 | 117 | 44 |
| Binary | 10011 | 10100110 | 10001010 | 1011001 | 0 | 10001 | 100011 | 10101001 | 1001111 | 100100 |
Color Harmonies of #13A68A
Complementary color
Monochromatic Colors of #13A68A
Black with #13A68A
Text Example
Text Example
White with #13A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A68A; }
p { color: rgb(19,166,138); }
H1.HeaderClassName
{
color: #13A68A;
}
.AnyTagClassName
{
color: #13A68A;
}
</style>
background-color css
<style>
a { background-color: #13A68A; }
a { background-color: rgb(19,166,138); }
div.DivClassName
{
background-color: #13A68A;
}
.BgClassName
{
background-color: #13A68A;
}
</style>
border-color css
<style>
span { border-color: #13A68A; }
span { border-color: rgb(19,166,138); }
td.TdClassName
{
border-color: #13A68A;
}
.TagClassName
{
border-color: #13A68A;
}
</style>