#64F1A6

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

Shades of Medium Aquamarine #64F1A6

Tints of Medium Aquamarine #64F1A6

Color information

#64F1A6 (or 0x64F1A6) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F1 and A6. RGB value is (100,241,166). Sum of RGB (Red+Green+Blue) = 100+241+166=507 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.72% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #64F1A6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F1A6 is #9B0E59. Grayscale: #BEBEBE. Windows color (decimal): -10161754 or 10940772. OLE color: 10940772.

HSL color Cylindrical-coordinate representation of color #64F1A6: hue angle of 148.09º 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 #64F1A6 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB100241166-
CMYK0.5900.310.05
HSL148.09º83.43%66.86%-
HSV(B)148.09º58.51%94.51%-
XYZ43.5968.3746.98-
YUV190.29114.2963.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.72%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=19.72%
G=47.53%
B=32.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002411660.5900.310.05148.0983.4366.86
Hex64F1A63B01F5945343
Octal144361246730375224123103
Binary110010011110001101001101110110111111011001010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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