Shades of Mountain Meadow #16B37B
Tints of Mountain Meadow #16B37B
RGB
CMYK
RGB Variations
Color information
#16B37B (or 0x16B37B) is known color: Mountain Meadow. HEX triplet: 16, B3 and 7B. RGB value is (22,179,123). Sum of RGB (Red+Green+Blue) = 22+179+123=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 179 (70.31% from 255 or 55.25% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 179 - color contains mainly: green. Hex color #16B37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B37B is #E94C84. Grayscale: #7D7D7D. Windows color (decimal): -15289477 or 8106774. OLE color: 8106774.
HSL color Cylindrical-coordinate representation of color #16B37B: hue angle of 158.6º 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 #16B37B is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 22 | 179 | 123 | - |
| CMYK | 0.88 | 0 | 0.31 | 0.30 |
| HSL | 158.6º | 0.78% | 0.39% | - |
| HSV(B) | 158.6º | 0.88% | 0.7% | - |
| XYZ | 20.03 | 33.84 | 24.22 | - |
| YUV | 125.67 | 126.49 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 179 | 123 | 0.88 | 0 | 0.31 | 0.30 | 158.6 | 0.78 | 0.39 |
| Hex | 16 | B3 | 7B | 58 | 0 | 1F | 1E | 9F | 4E | 27 |
| Octal | 26 | 263 | 173 | 130 | 0 | 37 | 36 | 237 | 116 | 47 |
| Binary | 10110 | 10110011 | 1111011 | 1011000 | 0 | 11111 | 11110 | 10011111 | 1001110 | 100111 |
Color Harmonies of #16B37B
Complementary color
Monochromatic Colors of #16B37B
Black with #16B37B
Text Example
Text Example
White with #16B37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B37B; }
p { color: rgb(22,179,123); }
H1.HeaderClassName
{
color: #16B37B;
}
.AnyTagClassName
{
color: #16B37B;
}
</style>
background-color css
<style>
a { background-color: #16B37B; }
a { background-color: rgb(22,179,123); }
div.DivClassName
{
background-color: #16B37B;
}
.BgClassName
{
background-color: #16B37B;
}
</style>
border-color css
<style>
span { border-color: #16B37B; }
span { border-color: rgb(22,179,123); }
td.TdClassName
{
border-color: #16B37B;
}
.TagClassName
{
border-color: #16B37B;
}
</style>