#16B390

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

Shades of Mountain Meadow #16B390

Tints of Mountain Meadow #16B390

Color information

#16B390 (or 0x16B390) is unknown color: approx Mountain Meadow. HEX triplet: 16, B3 and 90. RGB value is (22,179,144). Sum of RGB (Red+Green+Blue) = 22+179+144=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 179 (70.31% from 255 or 51.88% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 179 - color contains mainly: green. Hex color #16B390 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B390 is #E94C6F. Grayscale: #808080. Windows color (decimal): -15289456 or 9483030. OLE color: 9483030.

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

Color convert

RGB22179144-
CMYK0.8800.200.30
HSL166.62º78.11%39.41%-
HSV(B)166.62º87.71%70.2%-
XYZ21.4934.4231.9-
YUV128.07136.9952.35-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.38%
GREEN value IS 179 (70.31% from 255) = 51.88%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=6.38%
G=51.88%
B=41.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221791440.8800.200.30166.6278.1139.41
Hex16B390580141Ea74e27
Octal262632201300243624711647
Binary101101011001110010000101100001010011110101001111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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