Shades of Mountain Meadow #16C175
Tints of Mountain Meadow #16C175
RGB
CMYK
RGB Variations
Color information
#16C175 (or 0x16C175) is known color: Mountain Meadow. HEX triplet: 16, C1 and 75. RGB value is (22,193,117). Sum of RGB (Red+Green+Blue) = 22+193+117=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #16C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C175 is #E93E8A. Grayscale: #858585. Windows color (decimal): -15285899 or 7717142. OLE color: 7717142.
HSL color Cylindrical-coordinate representation of color #16C175: hue angle of 153.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C175 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 117 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.24 |
| HSL | 153.33º | 0.8% | 0.42% | - |
| HSV(B) | 153.33º | 0.89% | 0.76% | - |
| XYZ | 22.61 | 39.59 | 23.28 | - |
| YUV | 133.21 | 118.85 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 117 | 0.89 | 0 | 0.39 | 0.24 | 153.33 | 0.8 | 0.42 |
| Hex | 16 | C1 | 75 | 59 | 0 | 27 | 18 | 99 | 50 | 2A |
| Octal | 26 | 301 | 165 | 131 | 0 | 47 | 30 | 231 | 120 | 52 |
| Binary | 10110 | 11000001 | 1110101 | 1011001 | 0 | 100111 | 11000 | 10011001 | 1010000 | 101010 |
Color Harmonies of #16C175
Complementary color
Monochromatic Colors of #16C175
Black with #16C175
Text Example
Text Example
White with #16C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C175; }
p { color: rgb(22,193,117); }
H1.HeaderClassName
{
color: #16C175;
}
.AnyTagClassName
{
color: #16C175;
}
</style>
background-color css
<style>
a { background-color: #16C175; }
a { background-color: rgb(22,193,117); }
div.DivClassName
{
background-color: #16C175;
}
.BgClassName
{
background-color: #16C175;
}
</style>
border-color css
<style>
span { border-color: #16C175; }
span { border-color: rgb(22,193,117); }
td.TdClassName
{
border-color: #16C175;
}
.TagClassName
{
border-color: #16C175;
}
</style>