#64CEA3

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

Shades of Medium Aquamarine #64CEA3

Tints of Medium Aquamarine #64CEA3

Color information

#64CEA3 (or 0x64CEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CE and A3. RGB value is (100,206,163). Sum of RGB (Red+Green+Blue) = 100+206+163=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #64CEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CEA3 is #9B315C. Grayscale: #A9A9A9. Windows color (decimal): -10170717 or 10735204. OLE color: 10735204.

HSL color Cylindrical-coordinate representation of color #64CEA3: hue angle of 155.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CEA3 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB100206163-
CMYK0.5100.210.19
HSL155.66º51.96%60%-
HSV(B)155.66º51.46%80.78%-
XYZ33.9449.542.42-
YUV169.4124.3878.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=21.32%
G=43.92%
B=34.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1002061630.5100.210.19155.6651.9660
Hex64CEA333015139c343c
Octal14431624363025232346474
Binary110010011001110101000111100110101011001110011100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,206,163); }

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

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

 a { background-color: rgb(100,206,163); }

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

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

 span { border-color: rgb(100,206,163); }

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