#64E8A3

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

Shades of Medium Aquamarine #64E8A3

Tints of Medium Aquamarine #64E8A3

Color information

#64E8A3 (or 0x64E8A3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E8 and A3. RGB value is (100,232,163). Sum of RGB (Red+Green+Blue) = 100+232+163=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E8A3 is #9B175C. Grayscale: #B8B8B8. Windows color (decimal): -10164061 or 10741860. OLE color: 10741860.

HSL color Cylindrical-coordinate representation of color #64E8A3: hue angle of 148.64º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8A3 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB100232163-
CMYK0.5700.300.09
HSL148.64º74.16%65.1%-
HSV(B)148.64º56.9%90.98%-
XYZ40.7263.0744.68-
YUV184.67115.7767.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.20%
GREEN value IS 232 (91.02% from 255) = 46.87%
BLUE value IS 163 (64.06% from 255) = 32.93%
R=20.20%
G=46.87%
B=32.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002321630.5700.300.09148.6474.1665.1
Hex64E8A33901E9954a41
Octal1443502437103611225112101
Binary1100100111010001010001111100101111010011001010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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