#64D4AE

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

Shades of Medium Aquamarine #64D4AE

Tints of Medium Aquamarine #64D4AE

Color information

#64D4AE (or 0x64D4AE) is unknown color: approx Medium Aquamarine. HEX triplet: 64, D4 and AE. RGB value is (100,212,174). Sum of RGB (Red+Green+Blue) = 100+212+174=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 212 (83.20% from 255 or 43.62% from 486); Blue value is 174 (68.36% from 255 or 35.80% from 486); Max value from RGB is 212 - color contains mainly: green. Hex color #64D4AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64D4AE is #9B2B51. Grayscale: #AEAEAE. Windows color (decimal): -10169170 or 11457636. OLE color: 11457636.

HSL color Cylindrical-coordinate representation of color #64D4AE: hue angle of 159.64º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D4AE is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB100212174-
CMYK0.5300.180.17
HSL159.64º56.57%61.18%-
HSV(B)159.64º52.83%83.14%-
XYZ36.4452.8548.33-
YUV174.18127.8975.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.58%
GREEN value IS 212 (83.20% from 255) = 43.62%
BLUE value IS 174 (68.36% from 255) = 35.80%
R=20.58%
G=43.62%
B=35.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002121740.5300.180.17159.6456.5761.18
Hex64D4AE3501211a0393d
Octal14432425665022212407175
Binary110010011010100101011101101010100101000110100000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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