#64F8A3

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

Shades of Medium Aquamarine #64F8A3

Tints of Medium Aquamarine #64F8A3

Color information

#64F8A3 (or 0x64F8A3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F8 and A3. RGB value is (100,248,163). Sum of RGB (Red+Green+Blue) = 100+248+163=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 163 (64.06% from 255 or 31.90% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #64F8A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F8A3 is #9B075C. Grayscale: #C2C2C2. Windows color (decimal): -10159965 or 10745956. OLE color: 10745956.

HSL color Cylindrical-coordinate representation of color #64F8A3: hue angle of 145.54º degrees, saturation: 0.91, 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 #64F8A3 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB100248163-
CMYK0.6000.340.03
HSL145.54º91.36%68.24%-
HSV(B)145.54º59.68%97.25%-
XYZ45.4372.4946.25-
YUV194.06110.4760.91-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 248 (97.27% from 255) = 48.53%
BLUE value IS 163 (64.06% from 255) = 31.90%
R=19.57%
G=48.53%
B=31.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002481630.6000.340.03145.5491.3668.24
Hex64F8A33C0223925b44
Octal144370243740423222133104
Binary110010011111000101000111111000100010111001001010110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F8A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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