#64F9AE

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

Shades of Medium Aquamarine #64F9AE

Tints of Medium Aquamarine #64F9AE

Color information

#64F9AE (or 0x64F9AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F9 and AE. RGB value is (100,249,174). Sum of RGB (Red+Green+Blue) = 100+249+174=523 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.12% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #64F9AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F9AE is #9B0651. Grayscale: #C4C4C4. Windows color (decimal): -10159698 or 11467108. OLE color: 11467108.

HSL color Cylindrical-coordinate representation of color #64F9AE: hue angle of 149.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64F9AE is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB100249174-
CMYK0.6000.300.02
HSL149.8º92.55%68.43%-
HSV(B)149.8º59.84%97.65%-
XYZ46.7773.5251.77-
YUV195.9115.6459.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.12%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 174 (68.36% from 255) = 33.27%
R=19.12%
G=47.61%
B=33.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1002491740.6000.300.02149.892.5568.43
Hex64F9AE3C01E2965d44
Octal144371256740362226135104
Binary11001001111100110101110111100011110101001011010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,249,174); }

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

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

 a { background-color: rgb(100,249,174); }

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

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

 span { border-color: rgb(100,249,174); }

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