#50BB8C

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

Shades of Silver Tree #50BB8C

Tints of Silver Tree #50BB8C

Color information

#50BB8C (or 0x50BB8C) is unknown color: approx Silver Tree. HEX triplet: 50, BB and 8C. RGB value is (80,187,140). Sum of RGB (Red+Green+Blue) = 80+187+140=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB8C is #AF4473. Grayscale: #959595. Windows color (decimal): -11486324 or 9222992. OLE color: 9222992.

HSL color Cylindrical-coordinate representation of color #50BB8C: hue angle of 153.64º degrees, saturation: 0.44, 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 #50BB8C is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB80187140-
CMYK0.5700.250.27
HSL153.64º44.03%52.35%-
HSV(B)153.64º57.22%73.33%-
XYZ25.8139.1431.01-
YUV149.65122.5578.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 140 (55.08% from 255) = 34.40%
R=19.66%
G=45.95%
B=34.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801871400.5700.250.27153.6444.0352.35
Hex50BB8C390191B9a2c34
Octal12027321471031332325464
Binary101000010111011100011001110010110011101110011010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,187,140); }

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

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

 a { background-color: rgb(80,187,140); }

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

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

 span { border-color: rgb(80,187,140); }

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