#64c3a9

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

Shades of Medium Aquamarine #64C3A9

Tints of Medium Aquamarine #64C3A9

Color information

#64C3A9 (or 0x64C3A9) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C3 and A9. RGB value is (100,195,169). Sum of RGB (Red+Green+Blue) = 100+195+169=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3A9 is #9B3C56. Grayscale: #A3A3A3. Windows color (decimal): -10173527 or 11125604. OLE color: 11125604.

HSL color Cylindrical-coordinate representation of color #64C3A9: hue angle of 163.58º 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 #64C3A9 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB100195169-
CMYK0.4900.130.24
HSL163.58º44.19%57.84%-
HSV(B)163.58º48.72%76.47%-
XYZ31.9344.644.46-
YUV163.63131.0382.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.55%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=21.55%
G=42.03%
B=36.42%

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
Decimal1001951690.4900.130.24163.5844.1957.84
Hex64C3A9310D18a42c3a
Octal14430325161015302445472
Binary11001001100001110101001110001011011100010100100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64c3a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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