Shades of Mountain Meadow #15AB8D
Tints of Mountain Meadow #15AB8D
RGB
CMYK
RGB Variations
Color information
#15AB8D (or 0x15AB8D) is known color: Mountain Meadow. HEX triplet: 15, AB and 8D. RGB value is (21,171,141). Sum of RGB (Red+Green+Blue) = 21+171+141=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 171 (67.19% from 255 or 51.35% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 171 - color contains mainly: green. Hex color #15AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AB8D is #EA5472. Grayscale: #7A7A7A. Windows color (decimal): -15357043 or 9284373. OLE color: 9284373.
HSL color Cylindrical-coordinate representation of color #15AB8D: hue angle of 168º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AB8D is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 171 | 141 | - |
| CMYK | 0.88 | 0 | 0.18 | 0.33 |
| HSL | 168º | 0.78% | 0.38% | - |
| HSV(B) | 168º | 0.88% | 0.67% | - |
| XYZ | 19.68 | 31.21 | 30.19 | - |
| YUV | 122.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 171 | 141 | 0.88 | 0 | 0.18 | 0.33 | 168 | 0.78 | 0.38 |
| Hex | 15 | AB | 8D | 58 | 0 | 12 | 21 | A8 | 4E | 26 |
| Octal | 25 | 253 | 215 | 130 | 0 | 22 | 41 | 250 | 116 | 46 |
| Binary | 10101 | 10101011 | 10001101 | 1011000 | 0 | 10010 | 100001 | 10101000 | 1001110 | 100110 |
Color Harmonies of #15AB8D
Complementary color
Monochromatic Colors of #15AB8D
Black with #15AB8D
Text Example
Text Example
White with #15AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AB8D; }
p { color: rgb(21,171,141); }
H1.HeaderClassName
{
color: #15AB8D;
}
.AnyTagClassName
{
color: #15AB8D;
}
</style>
background-color css
<style>
a { background-color: #15AB8D; }
a { background-color: rgb(21,171,141); }
div.DivClassName
{
background-color: #15AB8D;
}
.BgClassName
{
background-color: #15AB8D;
}
</style>
border-color css
<style>
span { border-color: #15AB8D; }
span { border-color: rgb(21,171,141); }
td.TdClassName
{
border-color: #15AB8D;
}
.TagClassName
{
border-color: #15AB8D;
}
</style>