#64F7CA

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

Shades of Aquamarine #64F7CA

Tints of Aquamarine #64F7CA

Color information

#64F7CA (or 0x64F7CA) is unknown color: approx Aquamarine. HEX triplet: 64, F7 and CA. RGB value is (100,247,202). Sum of RGB (Red+Green+Blue) = 100+247+202=549 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.21% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F7CA is #9B0835. Grayscale: #C5C5C5. Windows color (decimal): -10160182 or 13301604. OLE color: 13301604.

HSL color Cylindrical-coordinate representation of color #64F7CA: hue angle of 161.63º 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 #64F7CA is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB100247202-
CMYK0.6000.180.03
HSL161.63º90.18%68.04%-
HSV(B)161.63º59.51%96.86%-
XYZ49.1873.567.47-
YUV197.92130.358.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.21%
GREEN value IS 247 (96.88% from 255) = 44.99%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=18.21%
G=44.99%
B=36.79%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002472020.6000.180.03161.6390.1868.04
Hex64F7CA3C0123a25a44
Octal144367312740223242132104
Binary11001001111011111001010111100010010111010001010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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