#64DDAF

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

Shades of Medium Aquamarine #64DDAF

Tints of Medium Aquamarine #64DDAF

Color information

#64DDAF (or 0x64DDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DD and AF. RGB value is (100,221,175). Sum of RGB (Red+Green+Blue) = 100+221+175=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DDAF is #9B2250. Grayscale: #B3B3B3. Windows color (decimal): -10166865 or 11525476. OLE color: 11525476.

HSL color Cylindrical-coordinate representation of color #64DDAF: hue angle of 157.19º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DDAF is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB100221175-
CMYK0.5500.210.13
HSL157.19º64.02%62.94%-
HSV(B)157.19º54.75%86.67%-
XYZ38.8557.5249.61-
YUV179.58125.4171.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=20.16%
G=44.56%
B=35.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211750.5500.210.13157.1964.0262.94
Hex64DDAF37015D9d403f
Octal144335257670251523510077
Binary110010011011101101011111101110101011101100111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,221,175); }

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

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

 a { background-color: rgb(100,221,175); }

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

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

 span { border-color: rgb(100,221,175); }

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