#64FCAF

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

Shades of Aquamarine #64FCAF

Tints of Aquamarine #64FCAF

Color information

#64FCAF (or 0x64FCAF) is unknown color: approx Aquamarine. HEX triplet: 64, FC and AF. RGB value is (100,252,175). Sum of RGB (Red+Green+Blue) = 100+252+175=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #64FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FCAF is #9B0350. Grayscale: #C5C5C5. Windows color (decimal): -10158929 or 11533412. OLE color: 11533412.

HSL color Cylindrical-coordinate representation of color #64FCAF: hue angle of 149.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FCAF is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB100252175-
CMYK0.6000.310.01
HSL149.61º96.2%69.02%-
HSV(B)149.61º60.32%98.82%-
XYZ47.875.4352.6-
YUV197.77115.1458.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 252 (98.83% from 255) = 47.82%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=18.98%
G=47.82%
B=33.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002521750.6000.310.01149.6196.269.02
Hex64FCAF3C01F1966045
Octal144374257740371226140105
Binary1100100111111001010111111110001111111001011011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,252,175); }

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

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

 a { background-color: rgb(100,252,175); }

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

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

 span { border-color: rgb(100,252,175); }

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