Shades of Mountain Meadow #16BE99
Tints of Mountain Meadow #16BE99
RGB
CMYK
RGB Variations
Color information
#16BE99 (or 0x16BE99) is known color: Mountain Meadow. HEX triplet: 16, BE and 99. RGB value is (22,190,153). Sum of RGB (Red+Green+Blue) = 22+190+153=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 153 (60.16% from 255 or 41.92% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BE99 is #E94166. Grayscale: #878787. Windows color (decimal): -15286631 or 10075670. OLE color: 10075670.
HSL color Cylindrical-coordinate representation of color #16BE99: hue angle of 166.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE99 is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 153 | - |
| CMYK | 0.88 | 0 | 0.19 | 0.25 |
| HSL | 166.79º | 0.79% | 0.42% | - |
| HSV(B) | 166.79º | 0.88% | 0.75% | - |
| XYZ | 24.49 | 39.3 | 36.43 | - |
| YUV | 135.55 | 137.84 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 153 | 0.88 | 0 | 0.19 | 0.25 | 166.79 | 0.79 | 0.42 |
| Hex | 16 | BE | 99 | 58 | 0 | 13 | 19 | A7 | 4F | 2A |
| Octal | 26 | 276 | 231 | 130 | 0 | 23 | 31 | 247 | 117 | 52 |
| Binary | 10110 | 10111110 | 10011001 | 1011000 | 0 | 10011 | 11001 | 10100111 | 1001111 | 101010 |
Color Harmonies of #16BE99
Complementary color
Monochromatic Colors of #16BE99
Black with #16BE99
Text Example
Text Example
White with #16BE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE99; }
p { color: rgb(22,190,153); }
H1.HeaderClassName
{
color: #16BE99;
}
.AnyTagClassName
{
color: #16BE99;
}
</style>
background-color css
<style>
a { background-color: #16BE99; }
a { background-color: rgb(22,190,153); }
div.DivClassName
{
background-color: #16BE99;
}
.BgClassName
{
background-color: #16BE99;
}
</style>
border-color css
<style>
span { border-color: #16BE99; }
span { border-color: rgb(22,190,153); }
td.TdClassName
{
border-color: #16BE99;
}
.TagClassName
{
border-color: #16BE99;
}
</style>