Shades of Mountain Meadow #17B985
Tints of Mountain Meadow #17B985
RGB
CMYK
RGB Variations
Color information
#17B985 (or 0x17B985) is known color: Mountain Meadow. HEX triplet: 17, B9 and 85. RGB value is (23,185,133). Sum of RGB (Red+Green+Blue) = 23+185+133=341 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.74% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #17B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17B985 is #E8467A. Grayscale: #828282. Windows color (decimal): -15222395 or 8763671. OLE color: 8763671.
HSL color Cylindrical-coordinate representation of color #17B985: hue angle of 160.74º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17B985 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 185 | 133 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.27 |
| HSL | 160.74º | 0.78% | 0.41% | - |
| HSV(B) | 160.74º | 0.88% | 0.73% | - |
| XYZ | 21.94 | 36.57 | 28.09 | - |
| YUV | 130.63 | 129.33 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 185 | 133 | 0.88 | 0 | 0.28 | 0.27 | 160.74 | 0.78 | 0.41 |
| Hex | 17 | B9 | 85 | 58 | 0 | 1C | 1B | A1 | 4E | 29 |
| Octal | 27 | 271 | 205 | 130 | 0 | 34 | 33 | 241 | 116 | 51 |
| Binary | 10111 | 10111001 | 10000101 | 1011000 | 0 | 11100 | 11011 | 10100001 | 1001110 | 101001 |
Color Harmonies of #17B985
Complementary color
Monochromatic Colors of #17B985
Black with #17B985
Text Example
Text Example
White with #17B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17B985; }
p { color: rgb(23,185,133); }
H1.HeaderClassName
{
color: #17B985;
}
.AnyTagClassName
{
color: #17B985;
}
</style>
background-color css
<style>
a { background-color: #17B985; }
a { background-color: rgb(23,185,133); }
div.DivClassName
{
background-color: #17B985;
}
.BgClassName
{
background-color: #17B985;
}
</style>
border-color css
<style>
span { border-color: #17B985; }
span { border-color: rgb(23,185,133); }
td.TdClassName
{
border-color: #17B985;
}
.TagClassName
{
border-color: #17B985;
}
</style>