#5EAF8A

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

Shades of Silver Tree #5EAF8A

Tints of Silver Tree #5EAF8A

Color information

#5EAF8A (or 0x5EAF8A) is unknown color: approx Silver Tree. HEX triplet: 5E, AF and 8A. RGB value is (94,175,138). Sum of RGB (Red+Green+Blue) = 94+175+138=407 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.10% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAF8A is #A15075. Grayscale: #929292. Windows color (decimal): -10571894 or 9088862. OLE color: 9088862.

HSL color Cylindrical-coordinate representation of color #5EAF8A: hue angle of 152.59º 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 #5EAF8A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB94175138-
CMYK0.4600.210.31
HSL152.59º33.61%52.75%-
HSV(B)152.59º46.29%68.63%-
XYZ24.5334.8729.48-
YUV146.56123.1690.51-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 23.10%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=23.10%
G=43.00%
B=33.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal941751380.4600.210.31152.5933.6152.75
Hex5EAF8A2E0151F992235
Octal13625721256025372314265
Binary101111010101111100010101011100101011111110011001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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