Shades of Mountain Meadow #17A085
Tints of Mountain Meadow #17A085
RGB
CMYK
RGB Variations
Color information
#17A085 (or 0x17A085) is known color: Mountain Meadow. HEX triplet: 17, A0 and 85. RGB value is (23,160,133). Sum of RGB (Red+Green+Blue) = 23+160+133=316 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.28% from 316); Green value is 160 (62.89% from 255 or 50.63% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 160 - color contains mainly: green. Hex color #17A085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17A085 is #E85F7A. Grayscale: #737373. Windows color (decimal): -15228795 or 8757271. OLE color: 8757271.
HSL color Cylindrical-coordinate representation of color #17A085: hue angle of 168.18º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #17A085 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 23 | 160 | 133 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.37 |
| HSL | 168.18º | 0.75% | 0.36% | - |
| HSV(B) | 168.18º | 0.86% | 0.63% | - |
| XYZ | 17.16 | 27.02 | 26.5 | - |
| YUV | 115.96 | 137.61 | 61.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 160 | 133 | 0.86 | 0 | 0.17 | 0.37 | 168.18 | 0.75 | 0.36 |
| Hex | 17 | A0 | 85 | 56 | 0 | 11 | 25 | A8 | 4B | 24 |
| Octal | 27 | 240 | 205 | 126 | 0 | 21 | 45 | 250 | 113 | 44 |
| Binary | 10111 | 10100000 | 10000101 | 1010110 | 0 | 10001 | 100101 | 10101000 | 1001011 | 100100 |
Color Harmonies of #17A085
Complementary color
Monochromatic Colors of #17A085
Black with #17A085
Text Example
Text Example
White with #17A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A085; }
p { color: rgb(23,160,133); }
H1.HeaderClassName
{
color: #17A085;
}
.AnyTagClassName
{
color: #17A085;
}
</style>
background-color css
<style>
a { background-color: #17A085; }
a { background-color: rgb(23,160,133); }
div.DivClassName
{
background-color: #17A085;
}
.BgClassName
{
background-color: #17A085;
}
</style>
border-color css
<style>
span { border-color: #17A085; }
span { border-color: rgb(23,160,133); }
td.TdClassName
{
border-color: #17A085;
}
.TagClassName
{
border-color: #17A085;
}
</style>