#64FEA0

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

Shades of Medium Aquamarine #64FEA0

Tints of Medium Aquamarine #64FEA0

Color information

#64FEA0 (or 0x64FEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FE and A0. RGB value is (100,254,160). Sum of RGB (Red+Green+Blue) = 100+254+160=514 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.46% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 160 (62.89% from 255 or 31.13% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #64FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FEA0 is #9B015F. Grayscale: #C5C5C5. Windows color (decimal): -10158432 or 10550884. OLE color: 10550884.

HSL color Cylindrical-coordinate representation of color #64FEA0: hue angle of 143.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FEA0 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB100254160-
CMYK0.6100.370.00
HSL143.38º98.72%69.41%-
HSV(B)143.38º60.63%99.61%-
XYZ47.0476.1345.47-
YUV197.24106.9858.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.46%
GREEN value IS 254 (99.61% from 255) = 49.42%
BLUE value IS 160 (62.89% from 255) = 31.13%
R=19.46%
G=49.42%
B=31.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002541600.6100.370.00143.3898.7269.41
Hex64FEA03D02508f6345
Octal144376240750450217143105
Binary11001001111111010100000111101010010101000111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,254,160); }

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

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

 a { background-color: rgb(100,254,160); }

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

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

 span { border-color: rgb(100,254,160); }

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