#64C4B3

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

Shades of Medium Aquamarine #64C4B3

Tints of Medium Aquamarine #64C4B3

Color information

#64C4B3 (or 0x64C4B3) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C4 and B3. RGB value is (100,196,179). Sum of RGB (Red+Green+Blue) = 100+196+179=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #64C4B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C4B3 is #9B3B4C. Grayscale: #A5A5A5. Windows color (decimal): -10173261 or 11781220. OLE color: 11781220.

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

Color convert

RGB100196179-
CMYK0.4900.090.23
HSL169.38º44.86%58.04%-
HSV(B)169.38º48.98%76.86%-
XYZ33.1345.4449.67-
YUV165.36135.781.38-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 179 (70.31% from 255) = 37.68%
R=21.05%
G=41.26%
B=37.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1001961790.4900.090.23169.3844.8658.04
Hex64C4B3310917a92d3a
Octal14430426361011272515572
Binary11001001100010010110011110001010011011110101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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