Shades of Mountain Meadow #13A27E
Tints of Mountain Meadow #13A27E
RGB
CMYK
RGB Variations
Color information
#13A27E (or 0x13A27E) is known color: Mountain Meadow. HEX triplet: 13, A2 and 7E. RGB value is (19,162,126). Sum of RGB (Red+Green+Blue) = 19+162+126=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #13A27E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A27E is #EC5D81. Grayscale: #737373. Windows color (decimal): -15490434 or 8299027. OLE color: 8299027.
HSL color Cylindrical-coordinate representation of color #13A27E: hue angle of 164.9º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A27E is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 126 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.36 |
| HSL | 164.9º | 0.79% | 0.35% | - |
| HSV(B) | 164.9º | 0.88% | 0.64% | - |
| XYZ | 16.95 | 27.49 | 24.15 | - |
| YUV | 115.14 | 134.12 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 126 | 0.88 | 0 | 0.22 | 0.36 | 164.9 | 0.79 | 0.35 |
| Hex | 13 | A2 | 7E | 58 | 0 | 16 | 24 | A5 | 4F | 23 |
| Octal | 23 | 242 | 176 | 130 | 0 | 26 | 44 | 245 | 117 | 43 |
| Binary | 10011 | 10100010 | 1111110 | 1011000 | 0 | 10110 | 100100 | 10100101 | 1001111 | 100011 |
Color Harmonies of #13A27E
Complementary color
Monochromatic Colors of #13A27E
Black with #13A27E
Text Example
Text Example
White with #13A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A27E; }
p { color: rgb(19,162,126); }
H1.HeaderClassName
{
color: #13A27E;
}
.AnyTagClassName
{
color: #13A27E;
}
</style>
background-color css
<style>
a { background-color: #13A27E; }
a { background-color: rgb(19,162,126); }
div.DivClassName
{
background-color: #13A27E;
}
.BgClassName
{
background-color: #13A27E;
}
</style>
border-color css
<style>
span { border-color: #13A27E; }
span { border-color: rgb(19,162,126); }
td.TdClassName
{
border-color: #13A27E;
}
.TagClassName
{
border-color: #13A27E;
}
</style>