#64FDA9

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

Shades of Medium Aquamarine #64FDA9

Tints of Medium Aquamarine #64FDA9

Color information

#64FDA9 (or 0x64FDA9) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FD and A9. RGB value is (100,253,169). Sum of RGB (Red+Green+Blue) = 100+253+169=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #64FDA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FDA9 is #9B0256. Grayscale: #C5C5C5. Windows color (decimal): -10158679 or 11140452. OLE color: 11140452.

HSL color Cylindrical-coordinate representation of color #64FDA9: hue angle of 147.06º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64FDA9 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB100253169-
CMYK0.6000.330.01
HSL147.06º97.45%69.22%-
HSV(B)147.06º60.47%99.22%-
XYZ47.5475.8249.67-
YUV197.68111.8158.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.16%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=19.16%
G=48.47%
B=32.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002531690.6000.330.01147.0697.4569.22
Hex64FDA93C0211936145
Octal144375251740411223141105
Binary11001001111110110101001111100010000111001001111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,253,169); }

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

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

 a { background-color: rgb(100,253,169); }

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

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

 span { border-color: rgb(100,253,169); }

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