#64D0AE

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

Shades of Medium Aquamarine #64D0AE

Tints of Medium Aquamarine #64D0AE

Color information

#64D0AE (or 0x64D0AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D0 and AE. RGB value is (100,208,174). Sum of RGB (Red+Green+Blue) = 100+208+174=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #64D0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D0AE is #9B2F51. Grayscale: #ABABAB. Windows color (decimal): -10170194 or 11456612. OLE color: 11456612.

HSL color Cylindrical-coordinate representation of color #64D0AE: hue angle of 161.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64D0AE is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB100208174-
CMYK0.5200.160.18
HSL161.11º53.47%60.39%-
HSV(B)161.11º51.92%81.57%-
XYZ35.4550.8848-
YUV171.83129.2276.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.75%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 174 (68.36% from 255) = 36.10%
R=20.75%
G=43.15%
B=36.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002081740.5200.160.18161.1153.4760.39
Hex64D0AE3401012a1353c
Octal14432025664020222416574
Binary110010011010000101011101101000100001001010100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,208,174); }

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

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

 a { background-color: rgb(100,208,174); }

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

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

 span { border-color: rgb(100,208,174); }

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