#64E4AE

Color #64E4AE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #64E4AE

Tints of Medium Aquamarine #64E4AE

Color information

#64E4AE (or 0x64E4AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E4 and AE. RGB value is (100,228,174). Sum of RGB (Red+Green+Blue) = 100+228+174=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 174 (68.36% from 255 or 34.66% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #64E4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E4AE is #9B1B51. Grayscale: #B7B7B7. Windows color (decimal): -10165074 or 11461732. OLE color: 11461732.

HSL color Cylindrical-coordinate representation of color #64E4AE: hue angle of 154.69º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E4AE is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB100228174-
CMYK0.5600.240.11
HSL154.69º70.33%64.31%-
HSV(B)154.69º56.14%89.41%-
XYZ40.6461.2549.73-
YUV183.57122.5968.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 228 (89.45% from 255) = 45.42%
BLUE value IS 174 (68.36% from 255) = 34.66%
R=19.92%
G=45.42%
B=34.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002281740.5600.240.11154.6970.3364.31
Hex64E4AE38018B9b4640
Octal1443442567003013233106100
Binary1100100111001001010111011100001100010111001101110001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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