#64D59F

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

Shades of Medium Aquamarine #64D59F

Tints of Medium Aquamarine #64D59F

Color information

#64D59F (or 0x64D59F) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D5 and 9F. RGB value is (100,213,159). Sum of RGB (Red+Green+Blue) = 100+213+159=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 159 (62.5% from 255 or 33.69% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #64D59F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D59F is #9B2A60. Grayscale: #ADADAD. Windows color (decimal): -10168929 or 10474852. OLE color: 10474852.

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

Color convert

RGB100213159-
CMYK0.5300.250.16
HSL151.33º57.36%61.37%-
HSV(B)151.33º53.05%83.53%-
XYZ35.3152.841.13-
YUV173.06120.0675.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.19%
GREEN value IS 213 (83.59% from 255) = 45.13%
BLUE value IS 159 (62.5% from 255) = 33.69%
R=21.19%
G=45.13%
B=33.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131590.5300.250.16151.3357.3661.37
Hex64D59F350191097393d
Octal14432523765031202277175
Binary110010011010101100111111101010110011000010010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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