#16B388

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

Shades of Mountain Meadow #16B388

Tints of Mountain Meadow #16B388

Color information

#16B388 (or 0x16B388) is unknown color: approx Mountain Meadow. HEX triplet: 16, B3 and 88. RGB value is (22,179,136). Sum of RGB (Red+Green+Blue) = 22+179+136=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 179 (70.31% from 255 or 53.12% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 179 - color contains mainly: green. Hex color #16B388 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B388 is #E94C77. Grayscale: #7F7F7F. Windows color (decimal): -15289464 or 8958742. OLE color: 8958742.

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

Color convert

RGB22179136-
CMYK0.8800.240.30
HSL163.57º78.11%39.41%-
HSV(B)163.57º87.71%70.2%-
XYZ20.8934.1928.79-
YUV127.16132.9953-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.53%
GREEN value IS 179 (70.31% from 255) = 53.12%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=6.53%
G=53.12%
B=40.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221791360.8800.240.30163.5778.1139.41
Hex16B388580181Ea44e27
Octal262632101300303624411647
Binary101101011001110001000101100001100011110101001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,179,136); }

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

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

 a { background-color: rgb(22,179,136); }

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

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

 span { border-color: rgb(22,179,136); }

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