#64DDB6

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

Shades of Medium Aquamarine #64DDB6

Tints of Medium Aquamarine #64DDB6

Color information

#64DDB6 (or 0x64DDB6) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DD and B6. RGB value is (100,221,182). Sum of RGB (Red+Green+Blue) = 100+221+182=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDB6 is #9B2249. Grayscale: #B4B4B4. Windows color (decimal): -10166858 or 11984228. OLE color: 11984228.

HSL color Cylindrical-coordinate representation of color #64DDB6: hue angle of 160.66º 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 #64DDB6 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB100221182-
CMYK0.5500.180.13
HSL160.66º64.02%62.94%-
HSV(B)160.66º54.75%86.67%-
XYZ39.5657.853.33-
YUV180.38128.9170.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.88%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=19.88%
G=43.94%
B=36.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002211820.5500.180.13160.6664.0262.94
Hex64DDB637012Da1403f
Octal144335266670221524110077
Binary110010011011101101101101101110100101101101000011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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