Shades of Mountain Meadow #15A082
Tints of Mountain Meadow #15A082
RGB
CMYK
RGB Variations
Color information
#15A082 (or 0x15A082) is known color: Mountain Meadow. HEX triplet: 15, A0 and 82. RGB value is (21,160,130). Sum of RGB (Red+Green+Blue) = 21+160+130=311 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.75% from 311); Green value is 160 (62.89% from 255 or 51.45% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 160 - color contains mainly: green. Hex color #15A082 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A082 is #EA5F7D. Grayscale: #727272. Windows color (decimal): -15359870 or 8560661. OLE color: 8560661.
HSL color Cylindrical-coordinate representation of color #15A082: hue angle of 167.05º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A082 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 130 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.37 |
| HSL | 167.05º | 0.77% | 0.35% | - |
| HSV(B) | 167.05º | 0.87% | 0.63% | - |
| XYZ | 16.91 | 26.91 | 25.42 | - |
| YUV | 115.02 | 136.45 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 130 | 0.87 | 0 | 0.19 | 0.37 | 167.05 | 0.77 | 0.35 |
| Hex | 15 | A0 | 82 | 57 | 0 | 13 | 25 | A7 | 4D | 23 |
| Octal | 25 | 240 | 202 | 127 | 0 | 23 | 45 | 247 | 115 | 43 |
| Binary | 10101 | 10100000 | 10000010 | 1010111 | 0 | 10011 | 100101 | 10100111 | 1001101 | 100011 |
Color Harmonies of #15A082
Complementary color
Monochromatic Colors of #15A082
Black with #15A082
Text Example
Text Example
White with #15A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A082; }
p { color: rgb(21,160,130); }
H1.HeaderClassName
{
color: #15A082;
}
.AnyTagClassName
{
color: #15A082;
}
</style>
background-color css
<style>
a { background-color: #15A082; }
a { background-color: rgb(21,160,130); }
div.DivClassName
{
background-color: #15A082;
}
.BgClassName
{
background-color: #15A082;
}
</style>
border-color css
<style>
span { border-color: #15A082; }
span { border-color: rgb(21,160,130); }
td.TdClassName
{
border-color: #15A082;
}
.TagClassName
{
border-color: #15A082;
}
</style>