#60AE8B

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

Shades of Silver Tree #60AE8B

Tints of Silver Tree #60AE8B

Color information

#60AE8B (or 0x60AE8B) is unknown color: approx Silver Tree. HEX triplet: 60, AE and 8B. RGB value is (96,174,139). Sum of RGB (Red+Green+Blue) = 96+174+139=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE8B is #9F5174. Grayscale: #929292. Windows color (decimal): -10441077 or 9154144. OLE color: 9154144.

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

Color convert

RGB96174139-
CMYK0.4500.200.32
HSL153.08º32.5%52.94%-
HSV(B)153.08º44.83%68.24%-
XYZ24.6234.6229.81-
YUV146.69123.6691.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=23.47%
G=42.54%
B=33.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal961741390.4500.200.32153.0832.552.94
Hex60AE8B2D01420992035
Octal14025621355024402314065
Binary1100000101011101000101110110101010010000010011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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