#64DFA1

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

Shades of Medium Aquamarine #64DFA1

Tints of Medium Aquamarine #64DFA1

Color information

#64DFA1 (or 0x64DFA1) is unknown color: approx Medium Aquamarine. HEX triplet: 64, DF and A1. RGB value is (100,223,161). Sum of RGB (Red+Green+Blue) = 100+223+161=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #64DFA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64DFA1 is #9B205E. Grayscale: #B3B3B3. Windows color (decimal): -10166367 or 10608484. OLE color: 10608484.

HSL color Cylindrical-coordinate representation of color #64DFA1: hue angle of 149.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DFA1 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB100223161-
CMYK0.5500.280.13
HSL149.76º65.78%63.33%-
HSV(B)149.76º55.16%87.45%-
XYZ38.0858.0642.92-
YUV179.15117.7571.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.66%
GREEN value IS 223 (87.5% from 255) = 46.07%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=20.66%
G=46.07%
B=33.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002231610.5500.280.13149.7665.7863.33
Hex64DFA13701CD96423f
Octal144337241670341522610277
Binary110010011011111101000011101110111001101100101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,223,161); }

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

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

 a { background-color: rgb(100,223,161); }

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

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

 span { border-color: rgb(100,223,161); }

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