#64D59D

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

Shades of Medium Aquamarine #64D59D

Tints of Medium Aquamarine #64D59D

Color information

#64D59D (or 0x64D59D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D5 and 9D. RGB value is (100,213,157). Sum of RGB (Red+Green+Blue) = 100+213+157=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #64D59D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D59D is #9B2A62. Grayscale: #ACACAC. Windows color (decimal): -10168931 or 10343780. OLE color: 10343780.

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

Color convert

RGB100213157-
CMYK0.5300.260.16
HSL150.27º57.36%61.37%-
HSV(B)150.27º53.05%83.53%-
XYZ35.1452.7340.22-
YUV172.83119.0676.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.28%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 157 (61.72% from 255) = 33.40%
R=21.28%
G=45.32%
B=33.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131570.5300.260.16150.2757.3661.37
Hex64D59D3501A1096393d
Octal14432523565032202267175
Binary110010011010101100111011101010110101000010010110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,157); }

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

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

 a { background-color: rgb(100,213,157); }

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

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

 span { border-color: rgb(100,213,157); }

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