#16B28B

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

Shades of Mountain Meadow #16B28B

Tints of Mountain Meadow #16B28B

Color information

#16B28B (or 0x16B28B) is unknown color: approx Mountain Meadow. HEX triplet: 16, B2 and 8B. RGB value is (22,178,139). Sum of RGB (Red+Green+Blue) = 22+178+139=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #16B28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B28B is #E94D74. Grayscale: #7E7E7E. Windows color (decimal): -15289717 or 9155094. OLE color: 9155094.

HSL color Cylindrical-coordinate representation of color #16B28B: hue angle of 165º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B28B is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB22178139-
CMYK0.8800.220.30
HSL165º78%39.22%-
HSV(B)165º87.64%69.8%-
XYZ20.9133.8829.86-
YUV126.91134.8253.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.49%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=6.49%
G=52.51%
B=41.00%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221781390.8800.220.301657839.22
Hex16B28B580161Ea54e27
Octal262622131300263624511647
Binary101101011001010001011101100001011011110101001011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,178,139); }

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

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

 a { background-color: rgb(22,178,139); }

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

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

 span { border-color: rgb(22,178,139); }

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