#60AE84

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

Shades of Silver Tree #60AE84

Tints of Silver Tree #60AE84

Color information

#60AE84 (or 0x60AE84) is unknown color: approx Silver Tree. HEX triplet: 60, AE and 84. RGB value is (96,174,132). Sum of RGB (Red+Green+Blue) = 96+174+132=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE84 is #9F517B. Grayscale: #919191. Windows color (decimal): -10441084 or 8695392. OLE color: 8695392.

HSL color Cylindrical-coordinate representation of color #60AE84: hue angle of 147.69º 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 #60AE84 is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB96174132-
CMYK0.4500.240.32
HSL147.69º32.5%52.94%-
HSV(B)147.69º44.83%68.24%-
XYZ24.1234.4227.2-
YUV145.89120.1692.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.88%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 132 (51.95% from 255) = 32.84%
R=23.88%
G=43.28%
B=32.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961741320.4500.240.32147.6932.552.94
Hex60AE842D01820942035
Octal14025620455030402244065
Binary1100000101011101000010010110101100010000010010100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60AE84; }

 p { color: rgb(96,174,132); }

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

<style>
 a { background-color: #60AE84; }

 a { background-color: rgb(96,174,132); }

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

<style>
 span { border-color: #60AE84; }

 span { border-color: rgb(96,174,132); }

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