Shades of Mountain Meadow #13A288
Tints of Mountain Meadow #13A288
RGB
CMYK
RGB Variations
Color information
#13A288 (or 0x13A288) is known color: Mountain Meadow. HEX triplet: 13, A2 and 88. RGB value is (19,162,136). Sum of RGB (Red+Green+Blue) = 19+162+136=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 162 (63.67% from 255 or 51.10% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 162 - color contains mainly: green. Hex color #13A288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A288 is #EC5D77. Grayscale: #747474. Windows color (decimal): -15490424 or 8954387. OLE color: 8954387.
HSL color Cylindrical-coordinate representation of color #13A288: hue angle of 169.09º 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 #13A288 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 162 | 136 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.36 |
| HSL | 169.09º | 0.79% | 0.35% | - |
| HSV(B) | 169.09º | 0.88% | 0.64% | - |
| XYZ | 17.63 | 27.76 | 27.72 | - |
| YUV | 116.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 162 | 136 | 0.88 | 0 | 0.16 | 0.36 | 169.09 | 0.79 | 0.35 |
| Hex | 13 | A2 | 88 | 58 | 0 | 10 | 24 | A9 | 4F | 23 |
| Octal | 23 | 242 | 210 | 130 | 0 | 20 | 44 | 251 | 117 | 43 |
| Binary | 10011 | 10100010 | 10001000 | 1011000 | 0 | 10000 | 100100 | 10101001 | 1001111 | 100011 |
Color Harmonies of #13A288
Complementary color
Monochromatic Colors of #13A288
Black with #13A288
Text Example
Text Example
White with #13A288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A288; }
p { color: rgb(19,162,136); }
H1.HeaderClassName
{
color: #13A288;
}
.AnyTagClassName
{
color: #13A288;
}
</style>
background-color css
<style>
a { background-color: #13A288; }
a { background-color: rgb(19,162,136); }
div.DivClassName
{
background-color: #13A288;
}
.BgClassName
{
background-color: #13A288;
}
</style>
border-color css
<style>
span { border-color: #13A288; }
span { border-color: rgb(19,162,136); }
td.TdClassName
{
border-color: #13A288;
}
.TagClassName
{
border-color: #13A288;
}
</style>