Shades of Mountain Meadow #17AA8D
Tints of Mountain Meadow #17AA8D
RGB
CMYK
RGB Variations
Color information
#17AA8D (or 0x17AA8D) is known color: Mountain Meadow. HEX triplet: 17, AA and 8D. RGB value is (23,170,141). Sum of RGB (Red+Green+Blue) = 23+170+141=334 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.89% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #17AA8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17AA8D is #E85572. Grayscale: #7A7A7A. Windows color (decimal): -15226227 or 9284119. OLE color: 9284119.
HSL color Cylindrical-coordinate representation of color #17AA8D: hue angle of 168.16º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17AA8D is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 170 | 141 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.33 |
| HSL | 168.16º | 0.76% | 0.38% | - |
| HSV(B) | 168.16º | 0.86% | 0.67% | - |
| XYZ | 19.54 | 30.85 | 30.13 | - |
| YUV | 122.74 | 138.3 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 141 | 0.86 | 0 | 0.17 | 0.33 | 168.16 | 0.76 | 0.38 |
| Hex | 17 | AA | 8D | 56 | 0 | 11 | 21 | A8 | 4C | 26 |
| Octal | 27 | 252 | 215 | 126 | 0 | 21 | 41 | 250 | 114 | 46 |
| Binary | 10111 | 10101010 | 10001101 | 1010110 | 0 | 10001 | 100001 | 10101000 | 1001100 | 100110 |
Color Harmonies of #17AA8D
Complementary color
Monochromatic Colors of #17AA8D
Black with #17AA8D
Text Example
Text Example
White with #17AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AA8D; }
p { color: rgb(23,170,141); }
H1.HeaderClassName
{
color: #17AA8D;
}
.AnyTagClassName
{
color: #17AA8D;
}
</style>
background-color css
<style>
a { background-color: #17AA8D; }
a { background-color: rgb(23,170,141); }
div.DivClassName
{
background-color: #17AA8D;
}
.BgClassName
{
background-color: #17AA8D;
}
</style>
border-color css
<style>
span { border-color: #17AA8D; }
span { border-color: rgb(23,170,141); }
td.TdClassName
{
border-color: #17AA8D;
}
.TagClassName
{
border-color: #17AA8D;
}
</style>