#64DFA2

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

Shades of Medium Aquamarine #64DFA2

Tints of Medium Aquamarine #64DFA2

Color information

#64DFA2 (or 0x64DFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DF and A2. RGB value is (100,223,162). Sum of RGB (Red+Green+Blue) = 100+223+162=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFA2 is #9B205D. Grayscale: #B3B3B3. Windows color (decimal): -10166366 or 10674020. OLE color: 10674020.

HSL color Cylindrical-coordinate representation of color #64DFA2: hue angle of 150.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFA2 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB100223162-
CMYK0.5500.270.13
HSL150.24º65.78%63.33%-
HSV(B)150.24º55.16%87.45%-
XYZ38.1658.0943.38-
YUV179.27118.2571.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.62%
GREEN value IS 223 (87.5% from 255) = 45.98%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=20.62%
G=45.98%
B=33.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002231620.5500.270.13150.2465.7863.33
Hex64DFA23701BD96423f
Octal144337242670331522610277
Binary110010011011111101000101101110110111101100101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,162); }

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

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

 a { background-color: rgb(100,223,162); }

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

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

 span { border-color: rgb(100,223,162); }

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