#64EFA9

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

Shades of Medium Aquamarine #64EFA9

Tints of Medium Aquamarine #64EFA9

Color information

#64EFA9 (or 0x64EFA9) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EF and A9. RGB value is (100,239,169). Sum of RGB (Red+Green+Blue) = 100+239+169=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EFA9 is #9B1056. Grayscale: #BDBDBD. Windows color (decimal): -10162263 or 11136868. OLE color: 11136868.

HSL color Cylindrical-coordinate representation of color #64EFA9: hue angle of 149.78º 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 #64EFA9 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB100239169-
CMYK0.5800.290.06
HSL149.78º81.29%66.47%-
HSV(B)149.78º58.16%93.73%-
XYZ43.2867.3148.25-
YUV189.46116.4564.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 239 (93.75% from 255) = 47.05%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=19.69%
G=47.05%
B=33.27%

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
Decimal1002391690.5800.290.06149.7881.2966.47
Hex64EFA93A01D6965142
Octal144357251720356226121102
Binary110010011101111101010011110100111011101001011010100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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