#64DDB5

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

Shades of Medium Aquamarine #64DDB5

Tints of Medium Aquamarine #64DDB5

Color information

#64DDB5 (or 0x64DDB5) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DD and B5. RGB value is (100,221,181). Sum of RGB (Red+Green+Blue) = 100+221+181=502 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.92% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #64DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64DDB5 is #9B224A. Grayscale: #B4B4B4. Windows color (decimal): -10166859 or 11918692. OLE color: 11918692.

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

Color convert

RGB100221181-
CMYK0.5500.180.13
HSL160.17º64.02%62.94%-
HSV(B)160.17º54.75%86.67%-
XYZ39.4557.7652.79-
YUV180.26128.4170.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.92%
GREEN value IS 221 (86.72% from 255) = 44.02%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=19.92%
G=44.02%
B=36.06%

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
Decimal1002211810.5500.180.13160.1764.0262.94
Hex64DDB537012Da0403f
Octal144335265670221524010077
Binary110010011011101101101011101110100101101101000001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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