Shades of Mountain Meadow #16B68F
Tints of Mountain Meadow #16B68F
RGB
CMYK
RGB Variations
Color information
#16B68F (or 0x16B68F) is known color: Mountain Meadow. HEX triplet: 16, B6 and 8F. RGB value is (22,182,143). Sum of RGB (Red+Green+Blue) = 22+182+143=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 182 (71.48% from 255 or 52.45% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 182 - color contains mainly: green. Hex color #16B68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B68F is #E94970. Grayscale: #818181. Windows color (decimal): -15288689 or 9418262. OLE color: 9418262.
HSL color Cylindrical-coordinate representation of color #16B68F: hue angle of 165.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B68F is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 182 | 143 | - |
| CMYK | 0.88 | 0 | 0.21 | 0.29 |
| HSL | 165.38º | 0.78% | 0.4% | - |
| HSV(B) | 165.38º | 0.88% | 0.71% | - |
| XYZ | 22.02 | 35.61 | 31.7 | - |
| YUV | 129.71 | 135.49 | 51.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 182 | 143 | 0.88 | 0 | 0.21 | 0.29 | 165.38 | 0.78 | 0.4 |
| Hex | 16 | B6 | 8F | 58 | 0 | 15 | 1D | A5 | 4E | 28 |
| Octal | 26 | 266 | 217 | 130 | 0 | 25 | 35 | 245 | 116 | 50 |
| Binary | 10110 | 10110110 | 10001111 | 1011000 | 0 | 10101 | 11101 | 10100101 | 1001110 | 101000 |
Color Harmonies of #16B68F
Complementary color
Monochromatic Colors of #16B68F
Black with #16B68F
Text Example
Text Example
White with #16B68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B68F; }
p { color: rgb(22,182,143); }
H1.HeaderClassName
{
color: #16B68F;
}
.AnyTagClassName
{
color: #16B68F;
}
</style>
background-color css
<style>
a { background-color: #16B68F; }
a { background-color: rgb(22,182,143); }
div.DivClassName
{
background-color: #16B68F;
}
.BgClassName
{
background-color: #16B68F;
}
</style>
border-color css
<style>
span { border-color: #16B68F; }
span { border-color: rgb(22,182,143); }
td.TdClassName
{
border-color: #16B68F;
}
.TagClassName
{
border-color: #16B68F;
}
</style>