Shades of Mountain Meadow #15A58B
Tints of Mountain Meadow #15A58B
RGB
CMYK
RGB Variations
Color information
#15A58B (or 0x15A58B) is known color: Mountain Meadow. HEX triplet: 15, A5 and 8B. RGB value is (21,165,139). Sum of RGB (Red+Green+Blue) = 21+165+139=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #15A58B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15A58B is #EA5A74. Grayscale: #767676. Windows color (decimal): -15358581 or 9151765. OLE color: 9151765.
HSL color Cylindrical-coordinate representation of color #15A58B: hue angle of 169.17º 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 #15A58B is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 21 | 165 | 139 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.35 |
| HSL | 169.17º | 0.77% | 0.36% | - |
| HSV(B) | 169.17º | 0.87% | 0.65% | - |
| XYZ | 18.42 | 28.93 | 29.04 | - |
| YUV | 118.98 | 139.29 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 165 | 139 | 0.87 | 0 | 0.16 | 0.35 | 169.17 | 0.77 | 0.36 |
| Hex | 15 | A5 | 8B | 57 | 0 | 10 | 23 | A9 | 4D | 24 |
| Octal | 25 | 245 | 213 | 127 | 0 | 20 | 43 | 251 | 115 | 44 |
| Binary | 10101 | 10100101 | 10001011 | 1010111 | 0 | 10000 | 100011 | 10101001 | 1001101 | 100100 |
Color Harmonies of #15A58B
Complementary color
Monochromatic Colors of #15A58B
Black with #15A58B
Text Example
Text Example
White with #15A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A58B; }
p { color: rgb(21,165,139); }
H1.HeaderClassName
{
color: #15A58B;
}
.AnyTagClassName
{
color: #15A58B;
}
</style>
background-color css
<style>
a { background-color: #15A58B; }
a { background-color: rgb(21,165,139); }
div.DivClassName
{
background-color: #15A58B;
}
.BgClassName
{
background-color: #15A58B;
}
</style>
border-color css
<style>
span { border-color: #15A58B; }
span { border-color: rgb(21,165,139); }
td.TdClassName
{
border-color: #15A58B;
}
.TagClassName
{
border-color: #15A58B;
}
</style>