#64F7B1

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

Shades of Medium Aquamarine #64F7B1

Tints of Medium Aquamarine #64F7B1

Color information

#64F7B1 (or 0x64F7B1) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F7 and B1. RGB value is (100,247,177). Sum of RGB (Red+Green+Blue) = 100+247+177=524 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.08% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #64F7B1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F7B1 is #9B084E. Grayscale: #C3C3C3. Windows color (decimal): -10160207 or 11663204. OLE color: 11663204.

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

Color convert

RGB100247177-
CMYK0.6000.280.03
HSL151.43º90.18%68.04%-
HSV(B)151.43º59.51%96.86%-
XYZ46.4572.4153.12-
YUV195.07117.860.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.08%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 177 (69.53% from 255) = 33.78%
R=19.08%
G=47.14%
B=33.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002471770.6000.280.03151.4390.1868.04
Hex64F7B13C01C3975a44
Octal144367261740343227132104
Binary11001001111011110110001111100011100111001011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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