#16B079

Color #16B079 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #16B079

Tints of Mountain Meadow #16B079

Color information

#16B079 (or 0x16B079) is unknown color: approx Mountain Meadow. HEX triplet: 16, B0 and 79. RGB value is (22,176,121). Sum of RGB (Red+Green+Blue) = 22+176+121=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 176 (69.14% from 255 or 55.17% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 176 - color contains mainly: green. Hex color #16B079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B079 is #E94F86. Grayscale: #7B7B7B. Windows color (decimal): -15290247 or 7974934. OLE color: 7974934.

HSL color Cylindrical-coordinate representation of color #16B079: hue angle of 158.57º 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 #16B079 is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB22176121-
CMYK0.8800.310.31
HSL158.57º77.78%38.82%-
HSV(B)158.57º87.5%69.02%-
XYZ19.3132.623.36-
YUV123.68126.4855.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 6.90%
GREEN value IS 176 (69.14% from 255) = 55.17%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=6.90%
G=55.17%
B=37.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221761210.8800.310.31158.5777.7838.82
Hex16B0795801F1F9f4e27
Octal262601711300373723711647
Binary10110101100001111001101100001111111111100111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B079; }

 p { color: rgb(22,176,121); }

 H1.HeaderClassName
 {
   color: #16B079;
 }
 .AnyTagClassName
 {
   color: #16B079;
 }
</style>
background-color css

<style>
 a { background-color: #16B079; }

 a { background-color: rgb(22,176,121); }

 div.DivClassName
 {
   background-color: #16B079;
 }
 .BgClassName
 {
   background-color: #16B079;
 }
</style>
border-color css

<style>
 span { border-color: #16B079; }

 span { border-color: rgb(22,176,121); }

 td.TdClassName
 {
   border-color: #16B079;
 }
 .TagClassName
 {
   border-color: #16B079;
 }
</style>