#64C4AC

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

Shades of Medium Aquamarine #64C4AC

Tints of Medium Aquamarine #64C4AC

Color information

#64C4AC (or 0x64C4AC) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C4 and AC. RGB value is (100,196,172). Sum of RGB (Red+Green+Blue) = 100+196+172=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #64C4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C4AC is #9B3B53. Grayscale: #A4A4A4. Windows color (decimal): -10173268 or 11322468. OLE color: 11322468.

HSL color Cylindrical-coordinate representation of color #64C4AC: hue angle of 165º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #64C4AC is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB100196172-
CMYK0.4900.120.23
HSL165º44.86%58.04%-
HSV(B)165º48.98%76.86%-
XYZ32.4445.1746.04-
YUV164.56132.281.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=21.37%
G=41.88%
B=36.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001961720.4900.120.2316544.8658.04
Hex64C4AC310C17a52d3a
Octal14430425461014272455572
Binary11001001100010010101100110001011001011110100101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,196,172); }

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

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

 a { background-color: rgb(100,196,172); }

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

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

 span { border-color: rgb(100,196,172); }

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