#5EBA8D

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

Shades of Silver Tree #5EBA8D

Tints of Silver Tree #5EBA8D

Color information

#5EBA8D (or 0x5EBA8D) is unknown color: approx Silver Tree. HEX triplet: 5E, BA and 8D. RGB value is (94,186,141). Sum of RGB (Red+Green+Blue) = 94+186+141=421 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.33% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA8D is #A14572. Grayscale: #999999. Windows color (decimal): -10569075 or 9288286. OLE color: 9288286.

HSL color Cylindrical-coordinate representation of color #5EBA8D: hue angle of 150.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA8D is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB94186141-
CMYK0.4900.240.27
HSL150.65º40%54.9%-
HSV(B)150.65º49.46%72.94%-
XYZ26.9839.4231.39-
YUV153.36121.0285.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.33%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=22.33%
G=44.18%
B=33.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941861410.4900.240.27150.654054.9
Hex5EBA8D310181B972837
Octal13627221561030332275067
Binary101111010111010100011011100010110001101110010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,186,141); }

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

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

 a { background-color: rgb(94,186,141); }

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

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

 span { border-color: rgb(94,186,141); }

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