Shades of Mountain Meadow #15C196
Tints of Mountain Meadow #15C196
RGB
CMYK
RGB Variations
Color information
#15C196 (or 0x15C196) is known color: Mountain Meadow. HEX triplet: 15, C1 and 96. RGB value is (21,193,150). Sum of RGB (Red+Green+Blue) = 21+193+150=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #15C196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15C196 is #EA3E69. Grayscale: #888888. Windows color (decimal): -15351402 or 9879829. OLE color: 9879829.
HSL color Cylindrical-coordinate representation of color #15C196: hue angle of 165º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C196 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 150 | - |
| CMYK | 0.89 | 0 | 0.22 | 0.24 |
| HSL | 165º | 0.8% | 0.42% | - |
| HSV(B) | 165º | 0.89% | 0.76% | - |
| XYZ | 24.88 | 40.5 | 35.36 | - |
| YUV | 136.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 150 | 0.89 | 0 | 0.22 | 0.24 | 165 | 0.8 | 0.42 |
| Hex | 15 | C1 | 96 | 59 | 0 | 16 | 18 | A5 | 50 | 2A |
| Octal | 25 | 301 | 226 | 131 | 0 | 26 | 30 | 245 | 120 | 52 |
| Binary | 10101 | 11000001 | 10010110 | 1011001 | 0 | 10110 | 11000 | 10100101 | 1010000 | 101010 |
Color Harmonies of #15C196
Complementary color
Monochromatic Colors of #15C196
Black with #15C196
Text Example
Text Example
White with #15C196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C196; }
p { color: rgb(21,193,150); }
H1.HeaderClassName
{
color: #15C196;
}
.AnyTagClassName
{
color: #15C196;
}
</style>
background-color css
<style>
a { background-color: #15C196; }
a { background-color: rgb(21,193,150); }
div.DivClassName
{
background-color: #15C196;
}
.BgClassName
{
background-color: #15C196;
}
</style>
border-color css
<style>
span { border-color: #15C196; }
span { border-color: rgb(21,193,150); }
td.TdClassName
{
border-color: #15C196;
}
.TagClassName
{
border-color: #15C196;
}
</style>