#5EB48A

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

Shades of Silver Tree #5EB48A

Tints of Silver Tree #5EB48A

Color information

#5EB48A (or 0x5EB48A) is unknown color: approx Silver Tree. HEX triplet: 5E, B4 and 8A. RGB value is (94,180,138). Sum of RGB (Red+Green+Blue) = 94+180+138=412 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.82% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #5EB48A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EB48A is #A14B75. Grayscale: #959595. Windows color (decimal): -10570614 or 9090142. OLE color: 9090142.

HSL color Cylindrical-coordinate representation of color #5EB48A: hue angle of 150.7º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5EB48A is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB94180138-
CMYK0.4800.230.29
HSL150.7º36.44%53.73%-
HSV(B)150.7º47.78%70.59%-
XYZ25.5236.8629.81-
YUV149.5121.5188.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.82%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=22.82%
G=43.69%
B=33.50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal941801380.4800.230.29150.736.4453.73
Hex5EB48A300171D972436
Octal13626421260027352274466
Binary101111010110100100010101100000101111110110010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EB48A; }

 p { color: rgb(94,180,138); }

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

<style>
 a { background-color: #5EB48A; }

 a { background-color: rgb(94,180,138); }

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

<style>
 span { border-color: #5EB48A; }

 span { border-color: rgb(94,180,138); }

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