#64F4D1

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

Shades of Aquamarine #64F4D1

Tints of Aquamarine #64F4D1

Color information

#64F4D1 (or 0x64F4D1) is unknown color: approx Aquamarine. HEX triplet: 64, F4 and D1. RGB value is (100,244,209). Sum of RGB (Red+Green+Blue) = 100+244+209=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 244 (95.70% from 255 or 44.12% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 244 - color contains mainly: green. Hex color #64F4D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64F4D1 is #9B0B2E. Grayscale: #C4C4C4. Windows color (decimal): -10160943 or 13759588. OLE color: 13759588.

HSL color Cylindrical-coordinate representation of color #64F4D1: hue angle of 165.42º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F4D1 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB100244209-
CMYK0.5900.140.04
HSL165.42º86.75%67.45%-
HSV(B)165.42º59.02%95.69%-
XYZ49.1172.0171.63-
YUV196.95134.7958.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.08%
GREEN value IS 244 (95.70% from 255) = 44.12%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=18.08%
G=44.12%
B=37.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1002442090.5900.140.04165.4286.7567.45
Hex64F4D13B0E4a55743
Octal144364321730164245127103
Binary11001001111010011010001111011011101001010010110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64F4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,244,209); }

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

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

 a { background-color: rgb(100,244,209); }

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

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

 span { border-color: rgb(100,244,209); }

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