Shades of Mountain Meadow #15BC88
Tints of Mountain Meadow #15BC88
RGB
CMYK
RGB Variations
Color information
#15BC88 (or 0x15BC88) is known color: Mountain Meadow. HEX triplet: 15, BC and 88. RGB value is (21,188,136). Sum of RGB (Red+Green+Blue) = 21+188+136=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15BC88 is #EA4377. Grayscale: #848484. Windows color (decimal): -15352696 or 8961045. OLE color: 8961045.
HSL color Cylindrical-coordinate representation of color #15BC88: hue angle of 161.32º 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 #15BC88 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 136 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.26 |
| HSL | 161.32º | 0.8% | 0.41% | - |
| HSV(B) | 161.32º | 0.89% | 0.74% | - |
| XYZ | 22.74 | 37.9 | 29.41 | - |
| YUV | 132.14 | 130.17 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 136 | 0.89 | 0 | 0.28 | 0.26 | 161.32 | 0.8 | 0.41 |
| Hex | 15 | BC | 88 | 59 | 0 | 1C | 1A | A1 | 50 | 29 |
| Octal | 25 | 274 | 210 | 131 | 0 | 34 | 32 | 241 | 120 | 51 |
| Binary | 10101 | 10111100 | 10001000 | 1011001 | 0 | 11100 | 11010 | 10100001 | 1010000 | 101001 |
Color Harmonies of #15BC88
Complementary color
Monochromatic Colors of #15BC88
Black with #15BC88
Text Example
Text Example
White with #15BC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC88; }
p { color: rgb(21,188,136); }
H1.HeaderClassName
{
color: #15BC88;
}
.AnyTagClassName
{
color: #15BC88;
}
</style>
background-color css
<style>
a { background-color: #15BC88; }
a { background-color: rgb(21,188,136); }
div.DivClassName
{
background-color: #15BC88;
}
.BgClassName
{
background-color: #15BC88;
}
</style>
border-color css
<style>
span { border-color: #15BC88; }
span { border-color: rgb(21,188,136); }
td.TdClassName
{
border-color: #15BC88;
}
.TagClassName
{
border-color: #15BC88;
}
</style>