#5FAE8A

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

Shades of Silver Tree #5FAE8A

Tints of Silver Tree #5FAE8A

Color information

#5FAE8A (or 0x5FAE8A) is unknown color: approx Silver Tree. HEX triplet: 5F, AE and 8A. RGB value is (95,174,138). Sum of RGB (Red+Green+Blue) = 95+174+138=407 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.34% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAE8A is #A05175. Grayscale: #929292. Windows color (decimal): -10506614 or 9088607. OLE color: 9088607.

HSL color Cylindrical-coordinate representation of color #5FAE8A: hue angle of 152.66º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAE8A is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB95174138-
CMYK0.4500.210.32
HSL152.66º32.78%52.75%-
HSV(B)152.66º45.4%68.24%-
XYZ24.4434.5429.42-
YUV146.27123.3391.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.34%
GREEN value IS 174 (68.36% from 255) = 42.75%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=23.34%
G=42.75%
B=33.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal951741380.4500.210.32152.6632.7852.75
Hex5FAE8A2D01520992135
Octal13725621255025402314165
Binary1011111101011101000101010110101010110000010011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,138); }

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

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

 a { background-color: rgb(95,174,138); }

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

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

 span { border-color: rgb(95,174,138); }

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