#64F5A4

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

Shades of Medium Aquamarine #64F5A4

Tints of Medium Aquamarine #64F5A4

Color information

#64F5A4 (or 0x64F5A4) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F5 and A4. RGB value is (100,245,164). Sum of RGB (Red+Green+Blue) = 100+245+164=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 245 (96.09% from 255 or 48.13% from 509); Blue value is 164 (64.45% from 255 or 32.22% from 509); Max value from RGB is 245 - color contains mainly: green. Hex color #64F5A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F5A4 is #9B0A5B. Grayscale: #C0C0C0. Windows color (decimal): -10160732 or 10810724. OLE color: 10810724.

HSL color Cylindrical-coordinate representation of color #64F5A4: hue angle of 146.48º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F5A4 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB100245164-
CMYK0.5900.330.04
HSL146.48º87.88%67.65%-
HSV(B)146.48º59.18%96.08%-
XYZ44.6170.6946.42-
YUV192.41111.9662.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 245 (96.09% from 255) = 48.13%
BLUE value IS 164 (64.45% from 255) = 32.22%
R=19.65%
G=48.13%
B=32.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002451640.5900.330.04146.4887.8867.65
Hex64F5A43B0214925844
Octal144365244730414222130104
Binary1100100111101011010010011101101000011001001001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,245,164); }

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

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

 a { background-color: rgb(100,245,164); }

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

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

 span { border-color: rgb(100,245,164); }

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