#64E99D

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

Shades of Medium Aquamarine #64E99D

Tints of Medium Aquamarine #64E99D

Color information

#64E99D (or 0x64E99D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E9 and 9D. RGB value is (100,233,157). Sum of RGB (Red+Green+Blue) = 100+233+157=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #64E99D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E99D is #9B1662. Grayscale: #B8B8B8. Windows color (decimal): -10163811 or 10348900. OLE color: 10348900.

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

Color convert

RGB100233157-
CMYK0.5700.330.09
HSL145.71º75.14%65.29%-
HSV(B)145.71º57.08%91.37%-
XYZ40.4863.4242.01-
YUV184.57112.4467.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.41%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=20.41%
G=47.55%
B=32.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002331570.5700.330.09145.7175.1465.29
Hex64E99D390219924b41
Octal1443512357104111222113101
Binary11001001110100110011101111001010000110011001001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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