#64F3AE

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

Shades of Medium Aquamarine #64F3AE

Tints of Medium Aquamarine #64F3AE

Color information

#64F3AE (or 0x64F3AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, F3 and AE. RGB value is (100,243,174). Sum of RGB (Red+Green+Blue) = 100+243+174=517 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.34% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #64F3AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F3AE is #9B0C51. Grayscale: #C0C0C0. Windows color (decimal): -10161234 or 11465572. OLE color: 11465572.

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

Color convert

RGB100243174-
CMYK0.5900.280.05
HSL151.05º85.63%67.25%-
HSV(B)151.05º58.85%95.29%-
XYZ44.9569.8751.16-
YUV192.38117.6262.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.34%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=19.34%
G=47.00%
B=33.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1002431740.5900.280.05151.0585.6367.25
Hex64F3AE3B01C5975643
Octal144363256730345227126103
Binary110010011110011101011101110110111001011001011110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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