Shades of Mountain Meadow #16B280
Tints of Mountain Meadow #16B280
RGB
CMYK
RGB Variations
Color information
#16B280 (or 0x16B280) is known color: Mountain Meadow. HEX triplet: 16, B2 and 80. RGB value is (22,178,128). Sum of RGB (Red+Green+Blue) = 22+178+128=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 178 (69.92% from 255 or 54.27% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 178 - color contains mainly: green. Hex color #16B280 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B280 is #E94D7F. Grayscale: #7D7D7D. Windows color (decimal): -15289728 or 8434198. OLE color: 8434198.
HSL color Cylindrical-coordinate representation of color #16B280: hue angle of 160.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B280 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 178 | 128 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.30 |
| HSL | 160.77º | 0.78% | 0.39% | - |
| HSV(B) | 160.77º | 0.88% | 0.7% | - |
| XYZ | 20.15 | 33.57 | 25.84 | - |
| YUV | 125.66 | 129.32 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 128 | 0.88 | 0 | 0.28 | 0.30 | 160.77 | 0.78 | 0.39 |
| Hex | 16 | B2 | 80 | 58 | 0 | 1C | 1E | A1 | 4E | 27 |
| Octal | 26 | 262 | 200 | 130 | 0 | 34 | 36 | 241 | 116 | 47 |
| Binary | 10110 | 10110010 | 10000000 | 1011000 | 0 | 11100 | 11110 | 10100001 | 1001110 | 100111 |
Color Harmonies of #16B280
Complementary color
Monochromatic Colors of #16B280
Black with #16B280
Text Example
Text Example
White with #16B280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B280; }
p { color: rgb(22,178,128); }
H1.HeaderClassName
{
color: #16B280;
}
.AnyTagClassName
{
color: #16B280;
}
</style>
background-color css
<style>
a { background-color: #16B280; }
a { background-color: rgb(22,178,128); }
div.DivClassName
{
background-color: #16B280;
}
.BgClassName
{
background-color: #16B280;
}
</style>
border-color css
<style>
span { border-color: #16B280; }
span { border-color: rgb(22,178,128); }
td.TdClassName
{
border-color: #16B280;
}
.TagClassName
{
border-color: #16B280;
}
</style>