#64EA9D

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

Shades of Medium Aquamarine #64EA9D

Tints of Medium Aquamarine #64EA9D

Color information

#64EA9D (or 0x64EA9D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EA and 9D. RGB value is (100,234,157). Sum of RGB (Red+Green+Blue) = 100+234+157=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 234 (91.80% from 255 or 47.66% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA9D is #9B1562. Grayscale: #B9B9B9. Windows color (decimal): -10163555 or 10349156. OLE color: 10349156.

HSL color Cylindrical-coordinate representation of color #64EA9D: hue angle of 145.52º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EA9D is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB100234157-
CMYK0.5700.330.08
HSL145.52º76.14%65.49%-
HSV(B)145.52º57.26%91.76%-
XYZ40.7663.9942.1-
YUV185.16112.1167.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.37%
GREEN value IS 234 (91.80% from 255) = 47.66%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=20.37%
G=47.66%
B=31.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341570.5700.330.08145.5276.1465.49
Hex64EA9D390218924c41
Octal1443522357104110222114101
Binary11001001110101010011101111001010000110001001001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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