#64D19D

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

Shades of Medium Aquamarine #64D19D

Tints of Medium Aquamarine #64D19D

Color information

#64D19D (or 0x64D19D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D1 and 9D. RGB value is (100,209,157). Sum of RGB (Red+Green+Blue) = 100+209+157=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #64D19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D19D is #9B2E62. Grayscale: #AAAAAA. Windows color (decimal): -10169955 or 10342756. OLE color: 10342756.

HSL color Cylindrical-coordinate representation of color #64D19D: hue angle of 151.38º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D19D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB100209157-
CMYK0.5200.250.18
HSL151.38º54.23%60.59%-
HSV(B)151.38º52.15%81.96%-
XYZ34.1450.7439.89-
YUV170.48120.3977.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.46%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 157 (61.72% from 255) = 33.69%
R=21.46%
G=44.85%
B=33.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002091570.5200.250.18151.3854.2360.59
Hex64D19D340191297363d
Octal14432123564031222276675
Binary110010011010001100111011101000110011001010010111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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