Shades of Mountain Meadow #15B58D
Tints of Mountain Meadow #15B58D
RGB
CMYK
RGB Variations
Color information
#15B58D (or 0x15B58D) is known color: Mountain Meadow. HEX triplet: 15, B5 and 8D. RGB value is (21,181,141). Sum of RGB (Red+Green+Blue) = 21+181+141=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 181 (71.09% from 255 or 52.77% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 181 - color contains mainly: green. Hex color #15B58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15B58D is #EA4A72. Grayscale: #808080. Windows color (decimal): -15354483 or 9286933. OLE color: 9286933.
HSL color Cylindrical-coordinate representation of color #15B58D: hue angle of 165º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15B58D is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 181 | 141 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.29 |
| HSL | 165º | 0.79% | 0.4% | - |
| HSV(B) | 165º | 0.88% | 0.71% | - |
| XYZ | 21.64 | 35.13 | 30.84 | - |
| YUV | 128.6 | 134.99 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 181 | 141 | 0.88 | 0 | 0.22 | 0.29 | 165 | 0.79 | 0.4 |
| Hex | 15 | B5 | 8D | 58 | 0 | 16 | 1D | A5 | 4F | 28 |
| Octal | 25 | 265 | 215 | 130 | 0 | 26 | 35 | 245 | 117 | 50 |
| Binary | 10101 | 10110101 | 10001101 | 1011000 | 0 | 10110 | 11101 | 10100101 | 1001111 | 101000 |
Color Harmonies of #15B58D
Complementary color
Monochromatic Colors of #15B58D
Black with #15B58D
Text Example
Text Example
White with #15B58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15B58D; }
p { color: rgb(21,181,141); }
H1.HeaderClassName
{
color: #15B58D;
}
.AnyTagClassName
{
color: #15B58D;
}
</style>
background-color css
<style>
a { background-color: #15B58D; }
a { background-color: rgb(21,181,141); }
div.DivClassName
{
background-color: #15B58D;
}
.BgClassName
{
background-color: #15B58D;
}
</style>
border-color css
<style>
span { border-color: #15B58D; }
span { border-color: rgb(21,181,141); }
td.TdClassName
{
border-color: #15B58D;
}
.TagClassName
{
border-color: #15B58D;
}
</style>