Shades of Mountain Meadow #15A07E
Tints of Mountain Meadow #15A07E
RGB
CMYK
RGB Variations
Color information
#15A07E (or 0x15A07E) is known color: Mountain Meadow. HEX triplet: 15, A0 and 7E. RGB value is (21,160,126). Sum of RGB (Red+Green+Blue) = 21+160+126=307 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.84% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #15A07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #15A07E is #EA5F81. Grayscale: #727272. Windows color (decimal): -15359874 or 8298517. OLE color: 8298517.
HSL color Cylindrical-coordinate representation of color #15A07E: hue angle of 165.32º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A07E is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 160 | 126 | - |
| CMYK | 0.87 | 0 | 0.21 | 0.37 |
| HSL | 165.32º | 0.77% | 0.35% | - |
| HSV(B) | 165.32º | 0.87% | 0.63% | - |
| XYZ | 16.65 | 26.81 | 24.04 | - |
| YUV | 114.56 | 134.45 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 160 | 126 | 0.87 | 0 | 0.21 | 0.37 | 165.32 | 0.77 | 0.35 |
| Hex | 15 | A0 | 7E | 57 | 0 | 15 | 25 | A5 | 4D | 23 |
| Octal | 25 | 240 | 176 | 127 | 0 | 25 | 45 | 245 | 115 | 43 |
| Binary | 10101 | 10100000 | 1111110 | 1010111 | 0 | 10101 | 100101 | 10100101 | 1001101 | 100011 |
Color Harmonies of #15A07E
Complementary color
Monochromatic Colors of #15A07E
Black with #15A07E
Text Example
Text Example
White with #15A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15A07E; }
p { color: rgb(21,160,126); }
H1.HeaderClassName
{
color: #15A07E;
}
.AnyTagClassName
{
color: #15A07E;
}
</style>
background-color css
<style>
a { background-color: #15A07E; }
a { background-color: rgb(21,160,126); }
div.DivClassName
{
background-color: #15A07E;
}
.BgClassName
{
background-color: #15A07E;
}
</style>
border-color css
<style>
span { border-color: #15A07E; }
span { border-color: rgb(21,160,126); }
td.TdClassName
{
border-color: #15A07E;
}
.TagClassName
{
border-color: #15A07E;
}
</style>