#5EAB8A

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

Shades of Silver Tree #5EAB8A

Tints of Silver Tree #5EAB8A

Color information

#5EAB8A (or 0x5EAB8A) is unknown color: approx Silver Tree. HEX triplet: 5E, AB and 8A. RGB value is (94,171,138). Sum of RGB (Red+Green+Blue) = 94+171+138=403 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.33% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAB8A is #A15475. Grayscale: #909090. Windows color (decimal): -10572918 or 9087838. OLE color: 9087838.

HSL color Cylindrical-coordinate representation of color #5EAB8A: hue angle of 154.29º 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 #5EAB8A is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB94171138-
CMYK0.4500.190.33
HSL154.29º31.43%51.96%-
HSV(B)154.29º45.03%67.06%-
XYZ23.7733.3429.23-
YUV144.22124.4992.18-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.33%
GREEN value IS 171 (67.19% from 255) = 42.43%
BLUE value IS 138 (54.30% from 255) = 34.24%
R=23.33%
G=42.43%
B=34.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal941711380.4500.190.33154.2931.4351.96
Hex5EAB8A2D013219a1f34
Octal13625321255023412323764
Binary101111010101011100010101011010100111000011001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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