#64CAB2

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

Shades of Medium Aquamarine #64CAB2

Tints of Medium Aquamarine #64CAB2

Color information

#64CAB2 (or 0x64CAB2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CA and B2. RGB value is (100,202,178). Sum of RGB (Red+Green+Blue) = 100+202+178=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #64CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CAB2 is #9B354D. Grayscale: #A8A8A8. Windows color (decimal): -10171726 or 11717220. OLE color: 11717220.

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

Color convert

RGB100202178-
CMYK0.5000.120.21
HSL165.88º49.04%59.22%-
HSV(B)165.88º50.5%79.22%-
XYZ34.4148.1649.6-
YUV168.77133.2178.95-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.83%
GREEN value IS 202 (79.30% from 255) = 42.08%
BLUE value IS 178 (69.92% from 255) = 37.08%
R=20.83%
G=42.08%
B=37.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1002021780.5000.120.21165.8849.0459.22
Hex64CAB2320C15a6313b
Octal14431226262014252466173
Binary11001001100101010110010110010011001010110100110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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