Shades of Mountain Meadow #15AC8C
Tints of Mountain Meadow #15AC8C
RGB
CMYK
RGB Variations
Color information
#15AC8C (or 0x15AC8C) is known color: Mountain Meadow. HEX triplet: 15, AC and 8C. RGB value is (21,172,140). Sum of RGB (Red+Green+Blue) = 21+172+140=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #15AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AC8C is #EA5373. Grayscale: #7B7B7B. Windows color (decimal): -15356788 or 9219093. OLE color: 9219093.
HSL color Cylindrical-coordinate representation of color #15AC8C: hue angle of 167.28º 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 #15AC8C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 172 | 140 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.33 |
| HSL | 167.28º | 0.78% | 0.38% | - |
| HSV(B) | 167.28º | 0.88% | 0.67% | - |
| XYZ | 19.8 | 31.56 | 29.86 | - |
| YUV | 123.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 172 | 140 | 0.88 | 0 | 0.19 | 0.33 | 167.28 | 0.78 | 0.38 |
| Hex | 15 | AC | 8C | 58 | 0 | 13 | 21 | A7 | 4E | 26 |
| Octal | 25 | 254 | 214 | 130 | 0 | 23 | 41 | 247 | 116 | 46 |
| Binary | 10101 | 10101100 | 10001100 | 1011000 | 0 | 10011 | 100001 | 10100111 | 1001110 | 100110 |
Color Harmonies of #15AC8C
Complementary color
Monochromatic Colors of #15AC8C
Black with #15AC8C
Text Example
Text Example
White with #15AC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AC8C; }
p { color: rgb(21,172,140); }
H1.HeaderClassName
{
color: #15AC8C;
}
.AnyTagClassName
{
color: #15AC8C;
}
</style>
background-color css
<style>
a { background-color: #15AC8C; }
a { background-color: rgb(21,172,140); }
div.DivClassName
{
background-color: #15AC8C;
}
.BgClassName
{
background-color: #15AC8C;
}
</style>
border-color css
<style>
span { border-color: #15AC8C; }
span { border-color: rgb(21,172,140); }
td.TdClassName
{
border-color: #15AC8C;
}
.TagClassName
{
border-color: #15AC8C;
}
</style>