#64D7AE

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

Shades of Medium Aquamarine #64D7AE

Tints of Medium Aquamarine #64D7AE

Color information

#64D7AE (or 0x64D7AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D7 and AE. RGB value is (100,215,174). Sum of RGB (Red+Green+Blue) = 100+215+174=489 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.45% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D7AE is #9B2851. Grayscale: #AFAFAF. Windows color (decimal): -10168402 or 11458404. OLE color: 11458404.

HSL color Cylindrical-coordinate representation of color #64D7AE: hue angle of 158.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D7AE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB100215174-
CMYK0.5300.190.16
HSL158.61º58.97%61.76%-
HSV(B)158.61º53.49%84.31%-
XYZ37.254.3748.58-
YUV175.94126.973.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.45%
GREEN value IS 215 (84.38% from 255) = 43.97%
BLUE value IS 174 (68.36% from 255) = 35.58%
R=20.45%
G=43.97%
B=35.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151740.5300.190.16158.6158.9761.76
Hex64D7AE35013109f3b3e
Octal14432725665023202377376
Binary110010011010111101011101101010100111000010011111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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