#16B47A

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

Shades of Mountain Meadow #16B47A

Tints of Mountain Meadow #16B47A

Color information

#16B47A (or 0x16B47A) is unknown color: approx Mountain Meadow. HEX triplet: 16, B4 and 7A. RGB value is (22,180,122). Sum of RGB (Red+Green+Blue) = 22+180+122=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 122 (48.05% from 255 or 37.65% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #16B47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B47A is #E94B85. Grayscale: #7E7E7E. Windows color (decimal): -15289222 or 8041494. OLE color: 8041494.

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

Color convert

RGB22180122-
CMYK0.8800.320.29
HSL157.97º78.22%39.61%-
HSV(B)157.97º87.78%70.59%-
XYZ20.1634.2223.95-
YUV126.15125.6553.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.79%
GREEN value IS 180 (70.70% from 255) = 55.56%
BLUE value IS 122 (48.05% from 255) = 37.65%
R=6.79%
G=55.56%
B=37.65%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal221801220.8800.320.29157.9778.2239.61
Hex16B47A580201D9e4e28
Octal262641721300403523611650
Binary101101011010011110101011000010000011101100111101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,180,122); }

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

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

 a { background-color: rgb(22,180,122); }

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

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

 span { border-color: rgb(22,180,122); }

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