#64CDA2

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

Shades of Medium Aquamarine #64CDA2

Tints of Medium Aquamarine #64CDA2

Color information

#64CDA2 (or 0x64CDA2) is unknown color: approx Medium Aquamarine. HEX triplet: 64, CD and A2. RGB value is (100,205,162). Sum of RGB (Red+Green+Blue) = 100+205+162=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 162 (63.67% from 255 or 34.69% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #64CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64CDA2 is #9B325D. Grayscale: #A8A8A8. Windows color (decimal): -10170974 or 10669412. OLE color: 10669412.

HSL color Cylindrical-coordinate representation of color #64CDA2: hue angle of 155.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #64CDA2 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB100205162-
CMYK0.5100.210.20
HSL155.43º51.22%59.8%-
HSV(B)155.43º51.22%80.39%-
XYZ33.6148.9841.87-
YUV168.7124.2179-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.41%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 162 (63.67% from 255) = 34.69%
R=21.41%
G=43.90%
B=34.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1002051620.5100.210.20155.4351.2259.8
Hex64CDA233015149b333c
Octal14431524263025242336374
Binary110010011001101101000101100110101011010010011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,162); }

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

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

 a { background-color: rgb(100,205,162); }

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

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

 span { border-color: rgb(100,205,162); }

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