Shades of Mountain Meadow #13A488
Tints of Mountain Meadow #13A488
RGB
CMYK
RGB Variations
Color information
#13A488 (or 0x13A488) is known color: Mountain Meadow. HEX triplet: 13, A4 and 88. RGB value is (19,164,136). Sum of RGB (Red+Green+Blue) = 19+164+136=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 164 (64.45% from 255 or 51.41% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 164 - color contains mainly: green. Hex color #13A488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13A488 is #EC5B77. Grayscale: #757575. Windows color (decimal): -15489912 or 8954899. OLE color: 8954899.
HSL color Cylindrical-coordinate representation of color #13A488: hue angle of 168.41º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13A488 is Cyan = 0.88, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 164 | 136 | - |
| CMYK | 0.88 | 0 | 0.17 | 0.36 |
| HSL | 168.41º | 0.79% | 0.36% | - |
| HSV(B) | 168.41º | 0.88% | 0.64% | - |
| XYZ | 17.99 | 28.47 | 27.84 | - |
| YUV | 117.45 | 138.46 | 57.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 164 | 136 | 0.88 | 0 | 0.17 | 0.36 | 168.41 | 0.79 | 0.36 |
| Hex | 13 | A4 | 88 | 58 | 0 | 11 | 24 | A8 | 4F | 24 |
| Octal | 23 | 244 | 210 | 130 | 0 | 21 | 44 | 250 | 117 | 44 |
| Binary | 10011 | 10100100 | 10001000 | 1011000 | 0 | 10001 | 100100 | 10101000 | 1001111 | 100100 |
Color Harmonies of #13A488
Complementary color
Monochromatic Colors of #13A488
Black with #13A488
Text Example
Text Example
White with #13A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A488; }
p { color: rgb(19,164,136); }
H1.HeaderClassName
{
color: #13A488;
}
.AnyTagClassName
{
color: #13A488;
}
</style>
background-color css
<style>
a { background-color: #13A488; }
a { background-color: rgb(19,164,136); }
div.DivClassName
{
background-color: #13A488;
}
.BgClassName
{
background-color: #13A488;
}
</style>
border-color css
<style>
span { border-color: #13A488; }
span { border-color: rgb(19,164,136); }
td.TdClassName
{
border-color: #13A488;
}
.TagClassName
{
border-color: #13A488;
}
</style>