#64E5A3

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

Shades of Medium Aquamarine #64E5A3

Tints of Medium Aquamarine #64E5A3

Color information

#64E5A3 (or 0x64E5A3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E5 and A3. RGB value is (100,229,163). Sum of RGB (Red+Green+Blue) = 100+229+163=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 229 (89.84% from 255 or 46.54% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E5A3 is #9B1A5C. Grayscale: #B7B7B7. Windows color (decimal): -10164829 or 10741092. OLE color: 10741092.

HSL color Cylindrical-coordinate representation of color #64E5A3: hue angle of 149.3º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5A3 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.10.

Color convert

RGB100229163-
CMYK0.5600.290.10
HSL149.3º71.27%64.51%-
HSV(B)149.3º56.33%89.8%-
XYZ39.8961.3944.4-
YUV182.9116.7668.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.33%
GREEN value IS 229 (89.84% from 255) = 46.54%
BLUE value IS 163 (64.06% from 255) = 33.13%
R=20.33%
G=46.54%
B=33.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002291630.5600.290.10149.371.2764.51
Hex64E5A33801DA954741
Octal1443452437003512225107101
Binary1100100111001011010001111100001110110101001010110001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,229,163); }

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

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

 a { background-color: rgb(100,229,163); }

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

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

 span { border-color: rgb(100,229,163); }

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