#64E8AB

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

Shades of Medium Aquamarine #64E8AB

Tints of Medium Aquamarine #64E8AB

Color information

#64E8AB (or 0x64E8AB) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E8 and AB. RGB value is (100,232,171). Sum of RGB (Red+Green+Blue) = 100+232+171=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 232 (91.02% from 255 or 46.12% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E8AB is #9B1754. Grayscale: #B9B9B9. Windows color (decimal): -10164053 or 11266148. OLE color: 11266148.

HSL color Cylindrical-coordinate representation of color #64E8AB: hue angle of 152.27º degrees, saturation: 0.74, 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 #64E8AB is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB100232171-
CMYK0.5700.260.09
HSL152.27º74.16%65.1%-
HSV(B)152.27º56.9%90.98%-
XYZ41.4663.3648.57-
YUV185.58119.7766.96-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 232 (91.02% from 255) = 46.12%
BLUE value IS 171 (67.19% from 255) = 34.00%
R=19.88%
G=46.12%
B=34.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002321710.5700.260.09152.2774.1665.1
Hex64E8AB3901A9984a41
Octal1443502537103211230112101
Binary1100100111010001010101111100101101010011001100010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,232,171); }

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

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

 a { background-color: rgb(100,232,171); }

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

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

 span { border-color: rgb(100,232,171); }

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