#64C1A4

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

Shades of Medium Aquamarine #64C1A4

Tints of Medium Aquamarine #64C1A4

Color information

#64C1A4 (or 0x64C1A4) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C1 and A4. RGB value is (100,193,164). Sum of RGB (Red+Green+Blue) = 100+193+164=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #64C1A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C1A4 is #9B3E5B. Grayscale: #A1A1A1. Windows color (decimal): -10174044 or 10797412. OLE color: 10797412.

HSL color Cylindrical-coordinate representation of color #64C1A4: hue angle of 161.29º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64C1A4 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB100193164-
CMYK0.4800.150.24
HSL161.29º42.86%57.45%-
HSV(B)161.29º48.19%75.69%-
XYZ31.0343.5341.89-
YUV161.89129.1983.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 164 (64.45% from 255) = 35.89%
R=21.88%
G=42.23%
B=35.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001931640.4800.150.24161.2942.8657.45
Hex64C1A4300F18a12b39
Octal14430124460017302415371
Binary11001001100000110100100110000011111100010100001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,193,164); }

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

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

 a { background-color: rgb(100,193,164); }

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

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

 span { border-color: rgb(100,193,164); }

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