Shades of Mountain Meadow #16B18B
Tints of Mountain Meadow #16B18B
RGB
CMYK
RGB Variations
Color information
#16B18B (or 0x16B18B) is known color: Mountain Meadow. HEX triplet: 16, B1 and 8B. RGB value is (22,177,139). Sum of RGB (Red+Green+Blue) = 22+177+139=338 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.51% from 338); Green value is 177 (69.53% from 255 or 52.37% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 177 - color contains mainly: green. Hex color #16B18B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B18B is #E94E74. Grayscale: #7E7E7E. Windows color (decimal): -15289973 or 9154838. OLE color: 9154838.
HSL color Cylindrical-coordinate representation of color #16B18B: hue angle of 165.29º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B18B is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 177 | 139 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.31 |
| HSL | 165.29º | 0.78% | 0.39% | - |
| HSV(B) | 165.29º | 0.88% | 0.69% | - |
| XYZ | 20.71 | 33.48 | 29.8 | - |
| YUV | 126.32 | 135.15 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 177 | 139 | 0.88 | 0 | 0.21 | 0.31 | 165.29 | 0.78 | 0.39 |
| Hex | 16 | B1 | 8B | 58 | 0 | 15 | 1F | A5 | 4E | 27 |
| Octal | 26 | 261 | 213 | 130 | 0 | 25 | 37 | 245 | 116 | 47 |
| Binary | 10110 | 10110001 | 10001011 | 1011000 | 0 | 10101 | 11111 | 10100101 | 1001110 | 100111 |
Color Harmonies of #16B18B
Complementary color
Monochromatic Colors of #16B18B
Black with #16B18B
Text Example
Text Example
White with #16B18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B18B; }
p { color: rgb(22,177,139); }
H1.HeaderClassName
{
color: #16B18B;
}
.AnyTagClassName
{
color: #16B18B;
}
</style>
background-color css
<style>
a { background-color: #16B18B; }
a { background-color: rgb(22,177,139); }
div.DivClassName
{
background-color: #16B18B;
}
.BgClassName
{
background-color: #16B18B;
}
</style>
border-color css
<style>
span { border-color: #16B18B; }
span { border-color: rgb(22,177,139); }
td.TdClassName
{
border-color: #16B18B;
}
.TagClassName
{
border-color: #16B18B;
}
</style>