#5EAA86

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

Shades of Silver Tree #5EAA86

Tints of Silver Tree #5EAA86

Color information

#5EAA86 (or 0x5EAA86) is unknown color: approx Silver Tree. HEX triplet: 5E, AA and 86. RGB value is (94,170,134). Sum of RGB (Red+Green+Blue) = 94+170+134=398 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.62% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAA86 is #A15579. Grayscale: #8F8F8F. Windows color (decimal): -10573178 or 8825438. OLE color: 8825438.

HSL color Cylindrical-coordinate representation of color #5EAA86: hue angle of 151.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAA86 is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB94170134-
CMYK0.4500.210.33
HSL151.58º30.89%51.76%-
HSV(B)151.58º44.71%66.67%-
XYZ23.2932.8527.67-
YUV143.17122.8292.93-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.62%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 134 (52.73% from 255) = 33.67%
R=23.62%
G=42.71%
B=33.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941701340.4500.210.33151.5830.8951.76
Hex5EAA862D01521981f34
Octal13625220655025412303764
Binary101111010101010100001101011010101011000011001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,170,134); }

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

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

 a { background-color: rgb(94,170,134); }

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

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

 span { border-color: rgb(94,170,134); }

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