#64EFAA

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

Shades of Medium Aquamarine #64EFAA

Tints of Medium Aquamarine #64EFAA

Color information

#64EFAA (or 0x64EFAA) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EF and AA. RGB value is (100,239,170). Sum of RGB (Red+Green+Blue) = 100+239+170=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFAA is #9B1055. Grayscale: #BDBDBD. Windows color (decimal): -10162262 or 11202404. OLE color: 11202404.

HSL color Cylindrical-coordinate representation of color #64EFAA: hue angle of 150.22º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFAA is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB100239170-
CMYK0.5800.290.06
HSL150.22º81.29%66.47%-
HSV(B)150.22º58.16%93.73%-
XYZ43.3867.3448.74-
YUV189.57116.9564.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.65%
GREEN value IS 239 (93.75% from 255) = 46.95%
BLUE value IS 170 (66.80% from 255) = 33.40%
R=19.65%
G=46.95%
B=33.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1002391700.5800.290.06150.2281.2966.47
Hex64EFAA3A01D6965142
Octal144357252720356226121102
Binary110010011101111101010101110100111011101001011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,239,170); }

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

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

 a { background-color: rgb(100,239,170); }

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

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

 span { border-color: rgb(100,239,170); }

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