#64D7A3

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

Shades of Medium Aquamarine #64D7A3

Tints of Medium Aquamarine #64D7A3

Color information

#64D7A3 (or 0x64D7A3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D7 and A3. RGB value is (100,215,163). Sum of RGB (Red+Green+Blue) = 100+215+163=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #64D7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D7A3 is #9B285C. Grayscale: #AEAEAE. Windows color (decimal): -10168413 or 10737508. OLE color: 10737508.

HSL color Cylindrical-coordinate representation of color #64D7A3: hue angle of 152.87º 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 #64D7A3 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB100215163-
CMYK0.5300.240.16
HSL152.87º58.97%61.76%-
HSV(B)152.87º53.49%84.31%-
XYZ36.1753.9543.16-
YUV174.69121.474.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 215 (84.38% from 255) = 44.98%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=20.92%
G=44.98%
B=34.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151630.5300.240.16152.8758.9761.76
Hex64D7A33501810993b3e
Octal14432724365030202317376
Binary110010011010111101000111101010110001000010011001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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