Shades of Mountain Meadow #17BC80
Tints of Mountain Meadow #17BC80
RGB
CMYK
RGB Variations
Color information
#17BC80 (or 0x17BC80) is known color: Mountain Meadow. HEX triplet: 17, BC and 80. RGB value is (23,188,128). Sum of RGB (Red+Green+Blue) = 23+188+128=339 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.78% from 339); Green value is 188 (73.83% from 255 or 55.46% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 188 - color contains mainly: green. Hex color #17BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #17BC80 is #E8437F. Grayscale: #838383. Windows color (decimal): -15221632 or 8436759. OLE color: 8436759.
HSL color Cylindrical-coordinate representation of color #17BC80: hue angle of 158.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #17BC80 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 188 | 128 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.26 |
| HSL | 158.18º | 0.78% | 0.41% | - |
| HSV(B) | 158.18º | 0.88% | 0.74% | - |
| XYZ | 22.23 | 37.71 | 26.53 | - |
| YUV | 131.83 | 125.84 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 188 | 128 | 0.88 | 0 | 0.32 | 0.26 | 158.18 | 0.78 | 0.41 |
| Hex | 17 | BC | 80 | 58 | 0 | 20 | 1A | 9E | 4E | 29 |
| Octal | 27 | 274 | 200 | 130 | 0 | 40 | 32 | 236 | 116 | 51 |
| Binary | 10111 | 10111100 | 10000000 | 1011000 | 0 | 100000 | 11010 | 10011110 | 1001110 | 101001 |
Color Harmonies of #17BC80
Complementary color
Monochromatic Colors of #17BC80
Black with #17BC80
Text Example
Text Example
White with #17BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17BC80; }
p { color: rgb(23,188,128); }
H1.HeaderClassName
{
color: #17BC80;
}
.AnyTagClassName
{
color: #17BC80;
}
</style>
background-color css
<style>
a { background-color: #17BC80; }
a { background-color: rgb(23,188,128); }
div.DivClassName
{
background-color: #17BC80;
}
.BgClassName
{
background-color: #17BC80;
}
</style>
border-color css
<style>
span { border-color: #17BC80; }
span { border-color: rgb(23,188,128); }
td.TdClassName
{
border-color: #17BC80;
}
.TagClassName
{
border-color: #17BC80;
}
</style>