Shades of Mountain Meadow #15A58D
Tints of Mountain Meadow #15A58D
RGB
CMYK
RGB Variations
Color information
#15A58D (or 0x15A58D) is known color: Mountain Meadow. HEX triplet: 15, A5 and 8D. RGB value is (21,165,141). Sum of RGB (Red+Green+Blue) = 21+165+141=327 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.42% from 327); Green value is 165 (64.84% from 255 or 50.46% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 165 - color contains mainly: green. Hex color #15A58D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A58D is #EA5A72. Grayscale: #777777. Windows color (decimal): -15358579 or 9282837. OLE color: 9282837.
HSL color Cylindrical-coordinate representation of color #15A58D: hue angle of 170º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A58D is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 165 | 141 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.35 |
| HSL | 170º | 0.77% | 0.36% | - |
| HSV(B) | 170º | 0.87% | 0.65% | - |
| XYZ | 18.57 | 28.99 | 29.82 | - |
| YUV | 119.21 | 140.29 | 57.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 165 | 141 | 0.87 | 0 | 0.15 | 0.35 | 170 | 0.77 | 0.36 |
| Hex | 15 | A5 | 8D | 57 | 0 | F | 23 | AA | 4D | 24 |
| Octal | 25 | 245 | 215 | 127 | 0 | 17 | 43 | 252 | 115 | 44 |
| Binary | 10101 | 10100101 | 10001101 | 1010111 | 0 | 1111 | 100011 | 10101010 | 1001101 | 100100 |
Color Harmonies of #15A58D
Complementary color
Monochromatic Colors of #15A58D
Black with #15A58D
Text Example
Text Example
White with #15A58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A58D; }
p { color: rgb(21,165,141); }
H1.HeaderClassName
{
color: #15A58D;
}
.AnyTagClassName
{
color: #15A58D;
}
</style>
background-color css
<style>
a { background-color: #15A58D; }
a { background-color: rgb(21,165,141); }
div.DivClassName
{
background-color: #15A58D;
}
.BgClassName
{
background-color: #15A58D;
}
</style>
border-color css
<style>
span { border-color: #15A58D; }
span { border-color: rgb(21,165,141); }
td.TdClassName
{
border-color: #15A58D;
}
.TagClassName
{
border-color: #15A58D;
}
</style>