#50BA87

Color #50BA87 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #50BA87

Tints of Silver Tree #50BA87

Color information

#50BA87 (or 0x50BA87) is unknown color: approx Silver Tree. HEX triplet: 50, BA and 87. RGB value is (80,186,135). Sum of RGB (Red+Green+Blue) = 80+186+135=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BA87 is #AF4578. Grayscale: #949494. Windows color (decimal): -11486585 or 8895056. OLE color: 8895056.

HSL color Cylindrical-coordinate representation of color #50BA87: hue angle of 151.13º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BA87 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB80186135-
CMYK0.5700.270.27
HSL151.13º43.44%52.16%-
HSV(B)151.13º56.99%72.94%-
XYZ25.2438.5729.04-
YUV148.49120.3879.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.95%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 135 (53.12% from 255) = 33.67%
R=19.95%
G=46.38%
B=33.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801861350.5700.270.27151.1343.4452.16
Hex50BA873901B1B972b34
Octal12027220771033332275364
Binary101000010111010100001111110010110111101110010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50BA87; }

 p { color: rgb(80,186,135); }

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

<style>
 a { background-color: #50BA87; }

 a { background-color: rgb(80,186,135); }

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

<style>
 span { border-color: #50BA87; }

 span { border-color: rgb(80,186,135); }

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