Shades of Mountain Meadow #15AA8F
Tints of Mountain Meadow #15AA8F
RGB
CMYK
RGB Variations
Color information
#15AA8F (or 0x15AA8F) is known color: Mountain Meadow. HEX triplet: 15, AA and 8F. RGB value is (21,170,143). Sum of RGB (Red+Green+Blue) = 21+170+143=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #15AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15AA8F is #EA5570. Grayscale: #7A7A7A. Windows color (decimal): -15357297 or 9415189. OLE color: 9415189.
HSL color Cylindrical-coordinate representation of color #15AA8F: hue angle of 169.13º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #15AA8F is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 170 | 143 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.33 |
| HSL | 169.13º | 0.78% | 0.37% | - |
| HSV(B) | 169.13º | 0.88% | 0.67% | - |
| XYZ | 19.64 | 30.89 | 30.91 | - |
| YUV | 122.37 | 139.64 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 170 | 143 | 0.88 | 0 | 0.16 | 0.33 | 169.13 | 0.78 | 0.37 |
| Hex | 15 | AA | 8F | 58 | 0 | 10 | 21 | A9 | 4E | 25 |
| Octal | 25 | 252 | 217 | 130 | 0 | 20 | 41 | 251 | 116 | 45 |
| Binary | 10101 | 10101010 | 10001111 | 1011000 | 0 | 10000 | 100001 | 10101001 | 1001110 | 100101 |
Color Harmonies of #15AA8F
Complementary color
Monochromatic Colors of #15AA8F
Black with #15AA8F
Text Example
Text Example
White with #15AA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15AA8F; }
p { color: rgb(21,170,143); }
H1.HeaderClassName
{
color: #15AA8F;
}
.AnyTagClassName
{
color: #15AA8F;
}
</style>
background-color css
<style>
a { background-color: #15AA8F; }
a { background-color: rgb(21,170,143); }
div.DivClassName
{
background-color: #15AA8F;
}
.BgClassName
{
background-color: #15AA8F;
}
</style>
border-color css
<style>
span { border-color: #15AA8F; }
span { border-color: rgb(21,170,143); }
td.TdClassName
{
border-color: #15AA8F;
}
.TagClassName
{
border-color: #15AA8F;
}
</style>