#64F7B4

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

Shades of Aquamarine #64F7B4

Tints of Aquamarine #64F7B4

Color information

#64F7B4 (or 0x64F7B4) is unknown color: approx Aquamarine. HEX triplet: 64, F7 and B4. RGB value is (100,247,180). Sum of RGB (Red+Green+Blue) = 100+247+180=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7B4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F7B4 is #9B084B. Grayscale: #C3C3C3. Windows color (decimal): -10160204 or 11859812. OLE color: 11859812.

HSL color Cylindrical-coordinate representation of color #64F7B4: hue angle of 152.65º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F7B4 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB100247180-
CMYK0.6000.270.03
HSL152.65º90.18%68.04%-
HSV(B)152.65º59.51%96.86%-
XYZ46.7572.5354.71-
YUV195.41119.359.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 180 (70.70% from 255) = 34.16%
R=18.98%
G=46.87%
B=34.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002471800.6000.270.03152.6590.1868.04
Hex64F7B43C01B3995a44
Octal144367264740333231132104
Binary11001001111011110110100111100011011111001100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,247,180); }

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

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

 a { background-color: rgb(100,247,180); }

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

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

 span { border-color: rgb(100,247,180); }

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