Shades of Mountain Meadow #17AA80
Tints of Mountain Meadow #17AA80
RGB
CMYK
RGB Variations
Color information
#17AA80 (or 0x17AA80) is known color: Mountain Meadow. HEX triplet: 17, AA and 80. RGB value is (23,170,128). Sum of RGB (Red+Green+Blue) = 23+170+128=321 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.17% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #17AA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17AA80 is #E8557F. Grayscale: #797979. Windows color (decimal): -15226240 or 8432151. OLE color: 8432151.
HSL color Cylindrical-coordinate representation of color #17AA80: hue angle of 162.86º 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 #17AA80 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 23 | 170 | 128 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.33 |
| HSL | 162.86º | 0.76% | 0.38% | - |
| HSV(B) | 162.86º | 0.86% | 0.67% | - |
| XYZ | 18.62 | 30.49 | 25.33 | - |
| YUV | 121.26 | 131.8 | 57.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 170 | 128 | 0.86 | 0 | 0.25 | 0.33 | 162.86 | 0.76 | 0.38 |
| Hex | 17 | AA | 80 | 56 | 0 | 19 | 21 | A3 | 4C | 26 |
| Octal | 27 | 252 | 200 | 126 | 0 | 31 | 41 | 243 | 114 | 46 |
| Binary | 10111 | 10101010 | 10000000 | 1010110 | 0 | 11001 | 100001 | 10100011 | 1001100 | 100110 |
Color Harmonies of #17AA80
Complementary color
Monochromatic Colors of #17AA80
Black with #17AA80
Text Example
Text Example
White with #17AA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AA80; }
p { color: rgb(23,170,128); }
H1.HeaderClassName
{
color: #17AA80;
}
.AnyTagClassName
{
color: #17AA80;
}
</style>
background-color css
<style>
a { background-color: #17AA80; }
a { background-color: rgb(23,170,128); }
div.DivClassName
{
background-color: #17AA80;
}
.BgClassName
{
background-color: #17AA80;
}
</style>
border-color css
<style>
span { border-color: #17AA80; }
span { border-color: rgb(23,170,128); }
td.TdClassName
{
border-color: #17AA80;
}
.TagClassName
{
border-color: #17AA80;
}
</style>