#64CAAC

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

Shades of Medium Aquamarine #64CAAC

Tints of Medium Aquamarine #64CAAC

Color information

#64CAAC (or 0x64CAAC) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CA and AC. RGB value is (100,202,172). Sum of RGB (Red+Green+Blue) = 100+202+172=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAAC is #9B3553. Grayscale: #A8A8A8. Windows color (decimal): -10171732 or 11324004. OLE color: 11324004.

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

Color convert

RGB100202172-
CMYK0.5000.150.21
HSL162.35º49.04%59.22%-
HSV(B)162.35º50.5%79.22%-
XYZ33.8247.9346.5-
YUV168.08130.2179.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.10%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=21.10%
G=42.62%
B=36.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021720.5000.150.21162.3549.0459.22
Hex64CAAC320F15a2313b
Octal14431225462017252426173
Binary11001001100101010101100110010011111010110100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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