#64F49D

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

Shades of Medium Aquamarine #64F49D

Tints of Medium Aquamarine #64F49D

Color information

#64F49D (or 0x64F49D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F4 and 9D. RGB value is (100,244,157). Sum of RGB (Red+Green+Blue) = 100+244+157=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 244 (95.70% from 255 or 48.70% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 244 - color contains mainly: green. Hex color #64F49D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F49D is #9B0B62. Grayscale: #BFBFBF. Windows color (decimal): -10160995 or 10351716. OLE color: 10351716.

HSL color Cylindrical-coordinate representation of color #64F49D: hue angle of 143.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F49D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB100244157-
CMYK0.5900.360.04
HSL143.75º86.75%67.45%-
HSV(B)143.75º59.02%95.69%-
XYZ43.6969.8543.08-
YUV191.03108.7963.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.96%
GREEN value IS 244 (95.70% from 255) = 48.70%
BLUE value IS 157 (61.72% from 255) = 31.34%
R=19.96%
G=48.70%
B=31.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002441570.5900.360.04143.7586.7567.45
Hex64F49D3B0244905743
Octal144364235730444220127103
Binary1100100111101001001110111101101001001001001000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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