#64DEA5

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

Shades of Medium Aquamarine #64DEA5

Tints of Medium Aquamarine #64DEA5

Color information

#64DEA5 (or 0x64DEA5) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DE and A5. RGB value is (100,222,165). Sum of RGB (Red+Green+Blue) = 100+222+165=487 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.53% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #64DEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DEA5 is #9B215A. Grayscale: #B3B3B3. Windows color (decimal): -10166619 or 10870372. OLE color: 10870372.

HSL color Cylindrical-coordinate representation of color #64DEA5: hue angle of 151.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DEA5 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB100222165-
CMYK0.5500.260.13
HSL151.97º64.89%63.14%-
HSV(B)151.97º54.95%87.06%-
XYZ38.1757.6744.72-
YUV179.02120.0871.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.53%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 165 (64.84% from 255) = 33.88%
R=20.53%
G=45.59%
B=33.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002221650.5500.260.13151.9764.8963.14
Hex64DEA53701AD98413f
Octal144336245670321523010177
Binary110010011011110101001011101110110101101100110001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,222,165); }

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

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

 a { background-color: rgb(100,222,165); }

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

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

 span { border-color: rgb(100,222,165); }

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