#64FAA2

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

Shades of Medium Aquamarine #64FAA2

Tints of Medium Aquamarine #64FAA2

Color information

#64FAA2 (or 0x64FAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FA and A2. RGB value is (100,250,162). Sum of RGB (Red+Green+Blue) = 100+250+162=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 162 (63.67% from 255 or 31.64% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #64FAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FAA2 is #9B055D. Grayscale: #C3C3C3. Windows color (decimal): -10159454 or 10680932. OLE color: 10680932.

HSL color Cylindrical-coordinate representation of color #64FAA2: hue angle of 144.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FAA2 is Cyan = 0.6, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB100250162-
CMYK0.600.350.02
HSL144.8º93.75%68.63%-
HSV(B)144.8º60%98.04%-
XYZ45.9673.6945.98-
YUV195.12109.360.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.53%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 162 (63.67% from 255) = 31.64%
R=19.53%
G=48.83%
B=31.64%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002501620.600.350.02144.893.7568.63
Hex64FAA23C0232915e45
Octal144372242740432221136105
Binary110010011111010101000101111000100011101001000110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,250,162); }

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

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

 a { background-color: rgb(100,250,162); }

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

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

 span { border-color: rgb(100,250,162); }

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