#16BB90

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

Shades of Mountain Meadow #16BB90

Tints of Mountain Meadow #16BB90

Color information

#16BB90 (or 0x16BB90) is unknown color: approx Mountain Meadow. HEX triplet: 16, BB and 90. RGB value is (22,187,144). Sum of RGB (Red+Green+Blue) = 22+187+144=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #16BB90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16BB90 is #E9446F. Grayscale: #848484. Windows color (decimal): -15287408 or 9485078. OLE color: 9485078.

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

Color convert

RGB22187144-
CMYK0.8800.230.27
HSL164.36º78.95%40.98%-
HSV(B)164.36º88.24%73.33%-
XYZ23.1437.7232.45-
YUV132.76134.3449-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.23%
GREEN value IS 187 (73.44% from 255) = 52.97%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=6.23%
G=52.97%
B=40.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221871440.8800.230.27164.3678.9540.98
Hex16BB90580171Ba44f29
Octal262732201300273324411751
Binary101101011101110010000101100001011111011101001001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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