#64AE8B

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

Shades of Silver Tree #64AE8B

Tints of Silver Tree #64AE8B

Color information

#64AE8B (or 0x64AE8B) is unknown color: approx Silver Tree. HEX triplet: 64, AE and 8B. RGB value is (100,174,139). Sum of RGB (Red+Green+Blue) = 100+174+139=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 174 (68.36% from 255 or 42.13% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AE8B is #9B5174. Grayscale: #939393. Windows color (decimal): -10178933 or 9154148. OLE color: 9154148.

HSL color Cylindrical-coordinate representation of color #64AE8B: hue angle of 151.62º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AE8B is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB100174139-
CMYK0.4300.200.32
HSL151.62º31.36%53.73%-
HSV(B)151.62º42.53%68.24%-
XYZ25.0534.8529.83-
YUV147.88122.9893.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 174 (68.36% from 255) = 42.13%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=24.21%
G=42.13%
B=33.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1001741390.4300.200.32151.6231.3653.73
Hex64AE8B2B01420981f36
Octal14425621353024402303766
Binary110010010101110100010111010110101001000001001100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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