#16BB91

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

Shades of Mountain Meadow #16BB91

Tints of Mountain Meadow #16BB91

Color information

#16BB91 (or 0x16BB91) is unknown color: approx Mountain Meadow. HEX triplet: 16, BB and 91. RGB value is (22,187,145). Sum of RGB (Red+Green+Blue) = 22+187+145=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 145 (57.03% from 255 or 40.96% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BB91 is #E9446E. Grayscale: #848484. Windows color (decimal): -15287407 or 9550614. OLE color: 9550614.

HSL color Cylindrical-coordinate representation of color #16BB91: hue angle of 164.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BB91 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB22187145-
CMYK0.8800.220.27
HSL164.73º78.95%40.98%-
HSV(B)164.73º88.24%73.33%-
XYZ23.2137.7632.85-
YUV132.88134.8448.92-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.21%
GREEN value IS 187 (73.44% from 255) = 52.82%
BLUE value IS 145 (57.03% from 255) = 40.96%
R=6.21%
G=52.82%
B=40.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221871450.8800.220.27164.7378.9540.98
Hex16BB91580161Ba54f29
Octal262732211300263324511751
Binary101101011101110010001101100001011011011101001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,187,145); }

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

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

 a { background-color: rgb(22,187,145); }

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

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

 span { border-color: rgb(22,187,145); }

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