Shades of Mountain Meadow #16C189
Tints of Mountain Meadow #16C189
RGB
CMYK
RGB Variations
Color information
#16C189 (or 0x16C189) is known color: Mountain Meadow. HEX triplet: 16, C1 and 89. RGB value is (22,193,137). Sum of RGB (Red+Green+Blue) = 22+193+137=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 193 (75.78% from 255 or 54.83% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 193 - color contains mainly: green. Hex color #16C189 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C189 is #E93E76. Grayscale: #878787. Windows color (decimal): -15285879 or 9027862. OLE color: 9027862.
HSL color Cylindrical-coordinate representation of color #16C189: hue angle of 160.35º 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 #16C189 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 193 | 137 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.24 |
| HSL | 160.35º | 0.8% | 0.42% | - |
| HSV(B) | 160.35º | 0.89% | 0.76% | - |
| XYZ | 23.92 | 40.12 | 30.15 | - |
| YUV | 135.49 | 128.85 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 193 | 137 | 0.89 | 0 | 0.29 | 0.24 | 160.35 | 0.8 | 0.42 |
| Hex | 16 | C1 | 89 | 59 | 0 | 1D | 18 | A0 | 50 | 2A |
| Octal | 26 | 301 | 211 | 131 | 0 | 35 | 30 | 240 | 120 | 52 |
| Binary | 10110 | 11000001 | 10001001 | 1011001 | 0 | 11101 | 11000 | 10100000 | 1010000 | 101010 |
Color Harmonies of #16C189
Complementary color
Monochromatic Colors of #16C189
Black with #16C189
Text Example
Text Example
White with #16C189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C189; }
p { color: rgb(22,193,137); }
H1.HeaderClassName
{
color: #16C189;
}
.AnyTagClassName
{
color: #16C189;
}
</style>
background-color css
<style>
a { background-color: #16C189; }
a { background-color: rgb(22,193,137); }
div.DivClassName
{
background-color: #16C189;
}
.BgClassName
{
background-color: #16C189;
}
</style>
border-color css
<style>
span { border-color: #16C189; }
span { border-color: rgb(22,193,137); }
td.TdClassName
{
border-color: #16C189;
}
.TagClassName
{
border-color: #16C189;
}
</style>