Shades of Mountain Meadow #16BD8F
Tints of Mountain Meadow #16BD8F
RGB
CMYK
RGB Variations
Color information
#16BD8F (or 0x16BD8F) is known color: Mountain Meadow. HEX triplet: 16, BD and 8F. RGB value is (22,189,143). Sum of RGB (Red+Green+Blue) = 22+189+143=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #16BD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BD8F is #E94270. Grayscale: #858585. Windows color (decimal): -15286897 or 9420054. OLE color: 9420054.
HSL color Cylindrical-coordinate representation of color #16BD8F: hue angle of 163.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BD8F is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 189 | 143 | - |
| CMYK | 0.88 | 0 | 0.24 | 0.26 |
| HSL | 163.47º | 0.79% | 0.41% | - |
| HSV(B) | 163.47º | 0.88% | 0.74% | - |
| XYZ | 23.49 | 38.55 | 32.19 | - |
| YUV | 133.82 | 133.17 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 143 | 0.88 | 0 | 0.24 | 0.26 | 163.47 | 0.79 | 0.41 |
| Hex | 16 | BD | 8F | 58 | 0 | 18 | 1A | A3 | 4F | 29 |
| Octal | 26 | 275 | 217 | 130 | 0 | 30 | 32 | 243 | 117 | 51 |
| Binary | 10110 | 10111101 | 10001111 | 1011000 | 0 | 11000 | 11010 | 10100011 | 1001111 | 101001 |
Color Harmonies of #16BD8F
Complementary color
Monochromatic Colors of #16BD8F
Black with #16BD8F
Text Example
Text Example
White with #16BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BD8F; }
p { color: rgb(22,189,143); }
H1.HeaderClassName
{
color: #16BD8F;
}
.AnyTagClassName
{
color: #16BD8F;
}
</style>
background-color css
<style>
a { background-color: #16BD8F; }
a { background-color: rgb(22,189,143); }
div.DivClassName
{
background-color: #16BD8F;
}
.BgClassName
{
background-color: #16BD8F;
}
</style>
border-color css
<style>
span { border-color: #16BD8F; }
span { border-color: rgb(22,189,143); }
td.TdClassName
{
border-color: #16BD8F;
}
.TagClassName
{
border-color: #16BD8F;
}
</style>