#64F7A9

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

Shades of Medium Aquamarine #64F7A9

Tints of Medium Aquamarine #64F7A9

Color information

#64F7A9 (or 0x64F7A9) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F7 and A9. RGB value is (100,247,169). Sum of RGB (Red+Green+Blue) = 100+247+169=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 247 (96.88% from 255 or 47.87% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7A9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F7A9 is #9B0856. Grayscale: #C2C2C2. Windows color (decimal): -10160215 or 11138916. OLE color: 11138916.

HSL color Cylindrical-coordinate representation of color #64F7A9: hue angle of 148.16º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7A9 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB100247169-
CMYK0.6000.320.03
HSL148.16º90.18%68.04%-
HSV(B)148.16º59.51%96.86%-
XYZ45.6872.149.04-
YUV194.16113.860.84-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.38%
GREEN value IS 247 (96.88% from 255) = 47.87%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=19.38%
G=47.87%
B=32.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002471690.6000.320.03148.1690.1868.04
Hex64F7A93C0203945a44
Octal144367251740403224132104
Binary110010011110111101010011111000100000111001010010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,247,169); }

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

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

 a { background-color: rgb(100,247,169); }

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

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

 span { border-color: rgb(100,247,169); }

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