#64DAB2

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

Shades of Medium Aquamarine #64DAB2

Tints of Medium Aquamarine #64DAB2

Color information

#64DAB2 (or 0x64DAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DA and B2. RGB value is (100,218,178). Sum of RGB (Red+Green+Blue) = 100+218+178=496 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.16% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #64DAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DAB2 is #9B254D. Grayscale: #B2B2B2. Windows color (decimal): -10167630 or 11721316. OLE color: 11721316.

HSL color Cylindrical-coordinate representation of color #64DAB2: hue angle of 159.66º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DAB2 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB100218178-
CMYK0.5400.180.15
HSL159.66º61.46%62.35%-
HSV(B)159.66º54.13%85.49%-
XYZ38.3656.0750.92-
YUV178.16127.9172.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.16%
GREEN value IS 218 (85.55% from 255) = 43.95%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=20.16%
G=43.95%
B=35.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181780.5400.180.15159.6661.4662.35
Hex64DAB236012Fa03d3e
Octal14433226266022172407576
Binary11001001101101010110010110110010010111110100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,178); }

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

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

 a { background-color: rgb(100,218,178); }

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

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

 span { border-color: rgb(100,218,178); }

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