#64C3A1

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

Shades of Medium Aquamarine #64C3A1

Tints of Medium Aquamarine #64C3A1

Color information

#64C3A1 (or 0x64C3A1) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C3 and A1. RGB value is (100,195,161). Sum of RGB (Red+Green+Blue) = 100+195+161=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #64C3A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C3A1 is #9B3C5E. Grayscale: #A2A2A2. Windows color (decimal): -10173535 or 10601316. OLE color: 10601316.

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

Color convert

RGB100195161-
CMYK0.4900.170.24
HSL158.53º44.19%57.84%-
HSV(B)158.53º48.72%76.47%-
XYZ31.244.3140.63-
YUV162.72127.0383.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 195 (76.56% from 255) = 42.76%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=21.93%
G=42.76%
B=35.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1001951610.4900.170.24158.5344.1957.84
Hex64C3A131011189f2c3a
Octal14430324161021302375472
Binary110010011000011101000011100010100011100010011111101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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