#64E6A8

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

Shades of Medium Aquamarine #64E6A8

Tints of Medium Aquamarine #64E6A8

Color information

#64E6A8 (or 0x64E6A8) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E6 and A8. RGB value is (100,230,168). Sum of RGB (Red+Green+Blue) = 100+230+168=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #64E6A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E6A8 is #9B1957. Grayscale: #B8B8B8. Windows color (decimal): -10164568 or 11069028. OLE color: 11069028.

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

Color convert

RGB100230168-
CMYK0.5700.270.10
HSL151.38º72.22%64.71%-
HSV(B)151.38º56.52%90.2%-
XYZ40.6262.1346.9-
YUV184.06118.9368.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.08%
GREEN value IS 230 (90.23% from 255) = 46.18%
BLUE value IS 168 (66.02% from 255) = 33.73%
R=20.08%
G=46.18%
B=33.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1002301680.5700.270.10151.3872.2264.71
Hex64E6A83901BA974841
Octal1443462507103312227110101
Binary1100100111001101010100011100101101110101001011110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,230,168); }

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

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

 a { background-color: rgb(100,230,168); }

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

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

 span { border-color: rgb(100,230,168); }

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