#64C9AD

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

Shades of Medium Aquamarine #64C9AD

Tints of Medium Aquamarine #64C9AD

Color information

#64C9AD (or 0x64C9AD) is unknown color: approx Medium Aquamarine. HEX triplet: 64, C9 and AD. RGB value is (100,201,173). Sum of RGB (Red+Green+Blue) = 100+201+173=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 201 - color contains mainly: green. Hex color #64C9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64C9AD is #9B3652. Grayscale: #A7A7A7. Windows color (decimal): -10171987 or 11389284. OLE color: 11389284.

HSL color Cylindrical-coordinate representation of color #64C9AD: hue angle of 163.37º degrees, saturation: 0.48, 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 #64C9AD is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB100201173-
CMYK0.5000.140.21
HSL163.37º48.33%59.02%-
HSV(B)163.37º50.25%78.82%-
XYZ33.6947.546.93-
YUV167.61131.0479.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=21.10%
G=42.41%
B=36.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002011730.5000.140.21163.3748.3359.02
Hex64C9AD320E15a3303b
Octal14431125562016252436073
Binary11001001100100110101101110010011101010110100011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,201,173); }

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

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

 a { background-color: rgb(100,201,173); }

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

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

 span { border-color: rgb(100,201,173); }

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