#64F1AC

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

Shades of Medium Aquamarine #64F1AC

Tints of Medium Aquamarine #64F1AC

Color information

#64F1AC (or 0x64F1AC) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F1 and AC. RGB value is (100,241,172). Sum of RGB (Red+Green+Blue) = 100+241+172=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F1AC is #9B0E53. Grayscale: #BFBFBF. Windows color (decimal): -10161748 or 11333988. OLE color: 11333988.

HSL color Cylindrical-coordinate representation of color #64F1AC: hue angle of 150.64º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F1AC is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB100241172-
CMYK0.5900.290.05
HSL150.64º83.43%66.86%-
HSV(B)150.64º58.51%94.51%-
XYZ44.1668.649.94-
YUV190.98117.2963.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.49%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=19.49%
G=46.98%
B=33.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002411720.5900.290.05150.6483.4366.86
Hex64F1AC3B01D5975343
Octal144361254730355227123103
Binary110010011110001101011001110110111011011001011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,241,172); }

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

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

 a { background-color: rgb(100,241,172); }

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

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

 span { border-color: rgb(100,241,172); }

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