#64F6AA

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

Shades of Medium Aquamarine #64F6AA

Tints of Medium Aquamarine #64F6AA

Color information

#64F6AA (or 0x64F6AA) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F6 and AA. RGB value is (100,246,170). Sum of RGB (Red+Green+Blue) = 100+246+170=516 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.38% from 516); Green value is 246 (96.48% from 255 or 47.67% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 246 - color contains mainly: green. Hex color #64F6AA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F6AA is #9B0955. Grayscale: #C1C1C1. Windows color (decimal): -10160470 or 11204196. OLE color: 11204196.

HSL color Cylindrical-coordinate representation of color #64F6AA: hue angle of 148.77º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F6AA is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB100246170-
CMYK0.5900.310.04
HSL148.77º89.02%67.84%-
HSV(B)148.77º59.35%96.47%-
XYZ45.4771.5249.44-
YUV193.68114.6361.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.38%
GREEN value IS 246 (96.48% from 255) = 47.67%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=19.38%
G=47.67%
B=32.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002461700.5900.310.04148.7789.0267.84
Hex64F6AA3B01F4955944
Octal144366252730374225131104
Binary110010011110110101010101110110111111001001010110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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