Shades of Mountain Meadow #16CB8D
Tints of Mountain Meadow #16CB8D
RGB
CMYK
RGB Variations
Color information
#16CB8D (or 0x16CB8D) is known color: Mountain Meadow. HEX triplet: 16, CB and 8D. RGB value is (22,203,141). Sum of RGB (Red+Green+Blue) = 22+203+141=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #16CB8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CB8D is #E93472. Grayscale: #8D8D8D. Windows color (decimal): -15283315 or 9292566. OLE color: 9292566.
HSL color Cylindrical-coordinate representation of color #16CB8D: hue angle of 159.45º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CB8D is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 203 | 141 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.20 |
| HSL | 159.45º | 0.8% | 0.44% | - |
| HSV(B) | 159.45º | 0.89% | 0.8% | - |
| XYZ | 26.49 | 44.81 | 32.45 | - |
| YUV | 141.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 203 | 141 | 0.89 | 0 | 0.31 | 0.20 | 159.45 | 0.8 | 0.44 |
| Hex | 16 | CB | 8D | 59 | 0 | 1F | 14 | 9F | 50 | 2C |
| Octal | 26 | 313 | 215 | 131 | 0 | 37 | 24 | 237 | 120 | 54 |
| Binary | 10110 | 11001011 | 10001101 | 1011001 | 0 | 11111 | 10100 | 10011111 | 1010000 | 101100 |
Color Harmonies of #16CB8D
Complementary color
Monochromatic Colors of #16CB8D
Black with #16CB8D
Text Example
Text Example
White with #16CB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CB8D; }
p { color: rgb(22,203,141); }
H1.HeaderClassName
{
color: #16CB8D;
}
.AnyTagClassName
{
color: #16CB8D;
}
</style>
background-color css
<style>
a { background-color: #16CB8D; }
a { background-color: rgb(22,203,141); }
div.DivClassName
{
background-color: #16CB8D;
}
.BgClassName
{
background-color: #16CB8D;
}
</style>
border-color css
<style>
span { border-color: #16CB8D; }
span { border-color: rgb(22,203,141); }
td.TdClassName
{
border-color: #16CB8D;
}
.TagClassName
{
border-color: #16CB8D;
}
</style>