#64CAA6

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

Shades of Medium Aquamarine #64CAA6

Tints of Medium Aquamarine #64CAA6

Color information

#64CAA6 (or 0x64CAA6) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CA and A6. RGB value is (100,202,166). Sum of RGB (Red+Green+Blue) = 100+202+166=468 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.37% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAA6 is #9B3559. Grayscale: #A7A7A7. Windows color (decimal): -10171738 or 10930788. OLE color: 10930788.

HSL color Cylindrical-coordinate representation of color #64CAA6: hue angle of 158.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #64CAA6 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB100202166-
CMYK0.5000.180.21
HSL158.82º49.04%59.22%-
HSV(B)158.82º50.5%79.22%-
XYZ33.2647.743.53-
YUV167.4127.2179.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.37%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 166 (65.23% from 255) = 35.47%
R=21.37%
G=43.16%
B=35.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021660.5000.180.21158.8249.0459.22
Hex64CAA632012159f313b
Octal14431224662022252376173
Binary110010011001010101001101100100100101010110011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,202,166); }

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

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

 a { background-color: rgb(100,202,166); }

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

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

 span { border-color: rgb(100,202,166); }

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