#64C3AA

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

Shades of Medium Aquamarine #64C3AA

Tints of Medium Aquamarine #64C3AA

Color information

#64C3AA (or 0x64C3AA) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C3 and AA. RGB value is (100,195,170). Sum of RGB (Red+Green+Blue) = 100+195+170=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3AA is #9B3C55. Grayscale: #A3A3A3. Windows color (decimal): -10173526 or 11191140. OLE color: 11191140.

HSL color Cylindrical-coordinate representation of color #64C3AA: hue angle of 164.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C3AA is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB100195170-
CMYK0.4900.130.24
HSL164.21º44.19%57.84%-
HSV(B)164.21º48.72%76.47%-
XYZ32.0344.6444.96-
YUV163.74131.5382.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.51%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=21.51%
G=41.94%
B=36.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951700.4900.130.24164.2144.1957.84
Hex64C3AA310D18a42c3a
Octal14430325261015302445472
Binary11001001100001110101010110001011011100010100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,195,170); }

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

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

 a { background-color: rgb(100,195,170); }

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

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

 span { border-color: rgb(100,195,170); }

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