#5EAF8C

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

Shades of Silver Tree #5EAF8C

Tints of Silver Tree #5EAF8C

Color information

#5EAF8C (or 0x5EAF8C) is unknown color: approx Silver Tree. HEX triplet: 5E, AF and 8C. RGB value is (94,175,140). Sum of RGB (Red+Green+Blue) = 94+175+140=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF8C is #A15073. Grayscale: #929292. Windows color (decimal): -10571892 or 9219934. OLE color: 9219934.

HSL color Cylindrical-coordinate representation of color #5EAF8C: hue angle of 154.07º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5EAF8C is Cyan = 0.46, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB94175140-
CMYK0.4600.20.31
HSL154.07º33.61%52.75%-
HSV(B)154.07º46.29%68.63%-
XYZ24.6834.9330.25-
YUV146.79124.1690.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 22.98%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 140 (55.08% from 255) = 34.23%
R=22.98%
G=42.79%
B=34.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751400.4600.20.31154.0733.6152.75
Hex5EAF8C2E0141F9a2235
Octal13625721456024372324265
Binary101111010101111100011001011100101001111110011010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,175,140); }

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

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

 a { background-color: rgb(94,175,140); }

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

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

 span { border-color: rgb(94,175,140); }

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