Shades of Mountain Meadow #15BC8F
Tints of Mountain Meadow #15BC8F
RGB
CMYK
RGB Variations
Color information
#15BC8F (or 0x15BC8F) is known color: Mountain Meadow. HEX triplet: 15, BC and 8F. RGB value is (21,188,143). Sum of RGB (Red+Green+Blue) = 21+188+143=352 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.97% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BC8F is #EA4370. Grayscale: #848484. Windows color (decimal): -15352689 or 9419797. OLE color: 9419797.
HSL color Cylindrical-coordinate representation of color #15BC8F: hue angle of 163.83º 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 #15BC8F is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 143 | - |
| CMYK | 0.89 | 0 | 0.24 | 0.26 |
| HSL | 163.83º | 0.8% | 0.41% | - |
| HSV(B) | 163.83º | 0.89% | 0.74% | - |
| XYZ | 23.25 | 38.11 | 32.12 | - |
| YUV | 132.94 | 133.67 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 143 | 0.89 | 0 | 0.24 | 0.26 | 163.83 | 0.8 | 0.41 |
| Hex | 15 | BC | 8F | 59 | 0 | 18 | 1A | A4 | 50 | 29 |
| Octal | 25 | 274 | 217 | 131 | 0 | 30 | 32 | 244 | 120 | 51 |
| Binary | 10101 | 10111100 | 10001111 | 1011001 | 0 | 11000 | 11010 | 10100100 | 1010000 | 101001 |
Color Harmonies of #15BC8F
Complementary color
Monochromatic Colors of #15BC8F
Black with #15BC8F
Text Example
Text Example
White with #15BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC8F; }
p { color: rgb(21,188,143); }
H1.HeaderClassName
{
color: #15BC8F;
}
.AnyTagClassName
{
color: #15BC8F;
}
</style>
background-color css
<style>
a { background-color: #15BC8F; }
a { background-color: rgb(21,188,143); }
div.DivClassName
{
background-color: #15BC8F;
}
.BgClassName
{
background-color: #15BC8F;
}
</style>
border-color css
<style>
span { border-color: #15BC8F; }
span { border-color: rgb(21,188,143); }
td.TdClassName
{
border-color: #15BC8F;
}
.TagClassName
{
border-color: #15BC8F;
}
</style>