Shades of Mountain Meadow #17BF8C
Tints of Mountain Meadow #17BF8C
RGB
CMYK
RGB Variations
Color information
#17BF8C (or 0x17BF8C) is known color: Mountain Meadow. HEX triplet: 17, BF and 8C. RGB value is (23,191,140). Sum of RGB (Red+Green+Blue) = 23+191+140=354 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.50% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #17BF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BF8C is #E84073. Grayscale: #868686. Windows color (decimal): -15220852 or 9223959. OLE color: 9223959.
HSL color Cylindrical-coordinate representation of color #17BF8C: hue angle of 161.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BF8C is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 191 | 140 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.25 |
| HSL | 161.79º | 0.79% | 0.42% | - |
| HSV(B) | 161.79º | 0.88% | 0.75% | - |
| XYZ | 23.72 | 39.34 | 31.15 | - |
| YUV | 134.95 | 130.84 | 48.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 191 | 140 | 0.88 | 0 | 0.27 | 0.25 | 161.79 | 0.79 | 0.42 |
| Hex | 17 | BF | 8C | 58 | 0 | 1B | 19 | A2 | 4F | 2A |
| Octal | 27 | 277 | 214 | 130 | 0 | 33 | 31 | 242 | 117 | 52 |
| Binary | 10111 | 10111111 | 10001100 | 1011000 | 0 | 11011 | 11001 | 10100010 | 1001111 | 101010 |
Color Harmonies of #17BF8C
Complementary color
Monochromatic Colors of #17BF8C
Black with #17BF8C
Text Example
Text Example
White with #17BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BF8C; }
p { color: rgb(23,191,140); }
H1.HeaderClassName
{
color: #17BF8C;
}
.AnyTagClassName
{
color: #17BF8C;
}
</style>
background-color css
<style>
a { background-color: #17BF8C; }
a { background-color: rgb(23,191,140); }
div.DivClassName
{
background-color: #17BF8C;
}
.BgClassName
{
background-color: #17BF8C;
}
</style>
border-color css
<style>
span { border-color: #17BF8C; }
span { border-color: rgb(23,191,140); }
td.TdClassName
{
border-color: #17BF8C;
}
.TagClassName
{
border-color: #17BF8C;
}
</style>