Shades of Mountain Meadow #16BE8C
Tints of Mountain Meadow #16BE8C
RGB
CMYK
RGB Variations
Color information
#16BE8C (or 0x16BE8C) is known color: Mountain Meadow. HEX triplet: 16, BE and 8C. RGB value is (22,190,140). Sum of RGB (Red+Green+Blue) = 22+190+140=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BE8C is #E94173. Grayscale: #868686. Windows color (decimal): -15286644 or 9223702. OLE color: 9223702.
HSL color Cylindrical-coordinate representation of color #16BE8C: hue angle of 162.14º 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 #16BE8C is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 140 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.25 |
| HSL | 162.14º | 0.79% | 0.42% | - |
| HSV(B) | 162.14º | 0.88% | 0.75% | - |
| XYZ | 23.48 | 38.89 | 31.08 | - |
| YUV | 134.07 | 131.34 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 140 | 0.88 | 0 | 0.26 | 0.25 | 162.14 | 0.79 | 0.42 |
| Hex | 16 | BE | 8C | 58 | 0 | 1A | 19 | A2 | 4F | 2A |
| Octal | 26 | 276 | 214 | 130 | 0 | 32 | 31 | 242 | 117 | 52 |
| Binary | 10110 | 10111110 | 10001100 | 1011000 | 0 | 11010 | 11001 | 10100010 | 1001111 | 101010 |
Color Harmonies of #16BE8C
Complementary color
Monochromatic Colors of #16BE8C
Black with #16BE8C
Text Example
Text Example
White with #16BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE8C; }
p { color: rgb(22,190,140); }
H1.HeaderClassName
{
color: #16BE8C;
}
.AnyTagClassName
{
color: #16BE8C;
}
</style>
background-color css
<style>
a { background-color: #16BE8C; }
a { background-color: rgb(22,190,140); }
div.DivClassName
{
background-color: #16BE8C;
}
.BgClassName
{
background-color: #16BE8C;
}
</style>
border-color css
<style>
span { border-color: #16BE8C; }
span { border-color: rgb(22,190,140); }
td.TdClassName
{
border-color: #16BE8C;
}
.TagClassName
{
border-color: #16BE8C;
}
</style>