#64CAAD

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

Shades of Medium Aquamarine #64CAAD

Tints of Medium Aquamarine #64CAAD

Color information

#64CAAD (or 0x64CAAD) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CA and AD. RGB value is (100,202,173). Sum of RGB (Red+Green+Blue) = 100+202+173=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAAD is #9B3552. Grayscale: #A8A8A8. Windows color (decimal): -10171731 or 11389540. OLE color: 11389540.

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

Color convert

RGB100202173-
CMYK0.5000.140.21
HSL162.94º49.04%59.22%-
HSV(B)162.94º50.5%79.22%-
XYZ33.9247.9747.01-
YUV168.2130.7179.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=21.05%
G=42.53%
B=36.42%

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
Decimal1002021730.5000.140.21162.9449.0459.22
Hex64CAAD320E15a3313b
Octal14431225562016252436173
Binary11001001100101010101101110010011101010110100011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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