#64E1AE

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

Shades of Medium Aquamarine #64E1AE

Tints of Medium Aquamarine #64E1AE

Color information

#64E1AE (or 0x64E1AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E1 and AE. RGB value is (100,225,174). Sum of RGB (Red+Green+Blue) = 100+225+174=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 225 (88.28% from 255 or 45.09% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E1AE is #9B1E51. Grayscale: #B5B5B5. Windows color (decimal): -10165842 or 11460964. OLE color: 11460964.

HSL color Cylindrical-coordinate representation of color #64E1AE: hue angle of 155.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E1AE is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB100225174-
CMYK0.5600.230.12
HSL155.52º67.57%63.73%-
HSV(B)155.52º55.56%88.24%-
XYZ39.8259.6249.45-
YUV181.81123.5969.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.04%
GREEN value IS 225 (88.28% from 255) = 45.09%
BLUE value IS 174 (68.36% from 255) = 34.87%
R=20.04%
G=45.09%
B=34.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002251740.5600.230.12155.5267.5763.73
Hex64E1AE38017C9c4440
Octal1443412567002714234104100
Binary1100100111000011010111011100001011111001001110010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,225,174); }

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

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

 a { background-color: rgb(100,225,174); }

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

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

 span { border-color: rgb(100,225,174); }

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