#50B689

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

Shades of Silver Tree #50B689

Tints of Silver Tree #50B689

Color information

#50B689 (or 0x50B689) is unknown color: approx Silver Tree. HEX triplet: 50, B6 and 89. RGB value is (80,182,137). Sum of RGB (Red+Green+Blue) = 80+182+137=399 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.05% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #50B689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B689 is #AF4976. Grayscale: #929292. Windows color (decimal): -11487607 or 9025104. OLE color: 9025104.

HSL color Cylindrical-coordinate representation of color #50B689: hue angle of 153.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B689 is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB80182137-
CMYK0.5600.250.29
HSL153.53º41.13%51.37%-
HSV(B)153.53º56.04%71.37%-
XYZ24.5536.9729.51-
YUV146.37122.7180.66-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.05%
GREEN value IS 182 (71.48% from 255) = 45.61%
BLUE value IS 137 (53.91% from 255) = 34.34%
R=20.05%
G=45.61%
B=34.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801821370.5600.250.29153.5341.1351.37
Hex50B689380191D9a2933
Octal12026621170031352325163
Binary101000010110110100010011110000110011110110011010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,137); }

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

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

 a { background-color: rgb(80,182,137); }

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

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

 span { border-color: rgb(80,182,137); }

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