Shades of Mountain Meadow #159F80
Tints of Mountain Meadow #159F80
RGB
CMYK
RGB Variations
Color information
#159F80 (or 0x159F80) is known color: Mountain Meadow. HEX triplet: 15, 9F and 80. RGB value is (21,159,128). Sum of RGB (Red+Green+Blue) = 21+159+128=308 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.82% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #159F80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159F80 is #EA607F. Grayscale: #727272. Windows color (decimal): -15360128 or 8429333. OLE color: 8429333.
HSL color Cylindrical-coordinate representation of color #159F80: hue angle of 166.52º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #159F80 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 21 | 159 | 128 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.38 |
| HSL | 166.52º | 0.77% | 0.35% | - |
| HSV(B) | 166.52º | 0.87% | 0.62% | - |
| XYZ | 16.6 | 26.51 | 24.66 | - |
| YUV | 114.2 | 135.78 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 159 | 128 | 0.87 | 0 | 0.19 | 0.38 | 166.52 | 0.77 | 0.35 |
| Hex | 15 | 9F | 80 | 57 | 0 | 13 | 26 | A7 | 4D | 23 |
| Octal | 25 | 237 | 200 | 127 | 0 | 23 | 46 | 247 | 115 | 43 |
| Binary | 10101 | 10011111 | 10000000 | 1010111 | 0 | 10011 | 100110 | 10100111 | 1001101 | 100011 |
Color Harmonies of #159F80
Complementary color
Monochromatic Colors of #159F80
Black with #159F80
Text Example
Text Example
White with #159F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159F80; }
p { color: rgb(21,159,128); }
H1.HeaderClassName
{
color: #159F80;
}
.AnyTagClassName
{
color: #159F80;
}
</style>
background-color css
<style>
a { background-color: #159F80; }
a { background-color: rgb(21,159,128); }
div.DivClassName
{
background-color: #159F80;
}
.BgClassName
{
background-color: #159F80;
}
</style>
border-color css
<style>
span { border-color: #159F80; }
span { border-color: rgb(21,159,128); }
td.TdClassName
{
border-color: #159F80;
}
.TagClassName
{
border-color: #159F80;
}
</style>