Shades of Mountain Meadow #15BC8C
Tints of Mountain Meadow #15BC8C
RGB
CMYK
RGB Variations
Color information
#15BC8C (or 0x15BC8C) is known color: Mountain Meadow. HEX triplet: 15, BC and 8C. RGB value is (21,188,140). Sum of RGB (Red+Green+Blue) = 21+188+140=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BC8C is #EA4373. Grayscale: #848484. Windows color (decimal): -15352692 or 9223189. OLE color: 9223189.
HSL color Cylindrical-coordinate representation of color #15BC8C: hue angle of 162.75º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC8C is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 140 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.26 |
| HSL | 162.75º | 0.8% | 0.41% | - |
| HSV(B) | 162.75º | 0.89% | 0.74% | - |
| XYZ | 23.03 | 38.02 | 30.94 | - |
| YUV | 132.6 | 132.17 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 140 | 0.89 | 0 | 0.26 | 0.26 | 162.75 | 0.8 | 0.41 |
| Hex | 15 | BC | 8C | 59 | 0 | 1A | 1A | A3 | 50 | 29 |
| Octal | 25 | 274 | 214 | 131 | 0 | 32 | 32 | 243 | 120 | 51 |
| Binary | 10101 | 10111100 | 10001100 | 1011001 | 0 | 11010 | 11010 | 10100011 | 1010000 | 101001 |
Color Harmonies of #15BC8C
Complementary color
Monochromatic Colors of #15BC8C
Black with #15BC8C
Text Example
Text Example
White with #15BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC8C; }
p { color: rgb(21,188,140); }
H1.HeaderClassName
{
color: #15BC8C;
}
.AnyTagClassName
{
color: #15BC8C;
}
</style>
background-color css
<style>
a { background-color: #15BC8C; }
a { background-color: rgb(21,188,140); }
div.DivClassName
{
background-color: #15BC8C;
}
.BgClassName
{
background-color: #15BC8C;
}
</style>
border-color css
<style>
span { border-color: #15BC8C; }
span { border-color: rgb(21,188,140); }
td.TdClassName
{
border-color: #15BC8C;
}
.TagClassName
{
border-color: #15BC8C;
}
</style>