Shades of Mountain Meadow #17BA8D
Tints of Mountain Meadow #17BA8D
RGB
CMYK
RGB Variations
Color information
#17BA8D (or 0x17BA8D) is known color: Mountain Meadow. HEX triplet: 17, BA and 8D. RGB value is (23,186,141). Sum of RGB (Red+Green+Blue) = 23+186+141=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #17BA8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BA8D is #E84572. Grayscale: #848484. Windows color (decimal): -15222131 or 9288215. OLE color: 9288215.
HSL color Cylindrical-coordinate representation of color #17BA8D: hue angle of 163.44º 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 #17BA8D is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 186 | 141 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.27 |
| HSL | 163.44º | 0.78% | 0.41% | - |
| HSV(B) | 163.44º | 0.88% | 0.73% | - |
| XYZ | 22.72 | 37.22 | 31.19 | - |
| YUV | 132.13 | 133 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 186 | 141 | 0.88 | 0 | 0.24 | 0.27 | 163.44 | 0.78 | 0.41 |
| Hex | 17 | BA | 8D | 58 | 0 | 18 | 1B | A3 | 4E | 29 |
| Octal | 27 | 272 | 215 | 130 | 0 | 30 | 33 | 243 | 116 | 51 |
| Binary | 10111 | 10111010 | 10001101 | 1011000 | 0 | 11000 | 11011 | 10100011 | 1001110 | 101001 |
Color Harmonies of #17BA8D
Complementary color
Monochromatic Colors of #17BA8D
Black with #17BA8D
Text Example
Text Example
White with #17BA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BA8D; }
p { color: rgb(23,186,141); }
H1.HeaderClassName
{
color: #17BA8D;
}
.AnyTagClassName
{
color: #17BA8D;
}
</style>
background-color css
<style>
a { background-color: #17BA8D; }
a { background-color: rgb(23,186,141); }
div.DivClassName
{
background-color: #17BA8D;
}
.BgClassName
{
background-color: #17BA8D;
}
</style>
border-color css
<style>
span { border-color: #17BA8D; }
span { border-color: rgb(23,186,141); }
td.TdClassName
{
border-color: #17BA8D;
}
.TagClassName
{
border-color: #17BA8D;
}
</style>