#5ebc8e

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

Shades of Silver Tree #5EBC8E

Tints of Silver Tree #5EBC8E

Color information

#5EBC8E (or 0x5EBC8E) is unknown color: approx Silver Tree. HEX triplet: 5E, BC and 8E. RGB value is (94,188,142). Sum of RGB (Red+Green+Blue) = 94+188+142=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBC8E is #A14371. Grayscale: #9A9A9A. Windows color (decimal): -10568562 or 9354334. OLE color: 9354334.

HSL color Cylindrical-coordinate representation of color #5EBC8E: hue angle of 150.64º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBC8E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB94188142-
CMYK0.5000.240.26
HSL150.64º41.23%55.29%-
HSV(B)150.64º50%73.73%-
XYZ27.4840.331.92-
YUV154.65120.8684.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.17%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=22.17%
G=44.34%
B=33.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal941881420.5000.240.26150.6441.2355.29
Hex5EBC8E320181A972937
Octal13627421662030322275167
Binary101111010111100100011101100100110001101010010111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ebc8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,188,142); }

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

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

 a { background-color: rgb(94,188,142); }

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

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

 span { border-color: rgb(94,188,142); }

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