#64E0AD

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

Shades of Medium Aquamarine #64E0AD

Tints of Medium Aquamarine #64E0AD

Color information

#64E0AD (or 0x64E0AD) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E0 and AD. RGB value is (100,224,173). Sum of RGB (Red+Green+Blue) = 100+224+173=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #64E0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E0AD is #9B1F52. Grayscale: #B5B5B5. Windows color (decimal): -10166099 or 11395172. OLE color: 11395172.

HSL color Cylindrical-coordinate representation of color #64E0AD: hue angle of 155.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64E0AD is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB100224173-
CMYK0.5500.230.12
HSL155.32º66.67%63.53%-
HSV(B)155.32º55.36%87.84%-
XYZ39.4559.0448.85-
YUV181.11123.4270.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.12%
GREEN value IS 224 (87.89% from 255) = 45.07%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=20.12%
G=45.07%
B=34.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002241730.5500.230.12155.3266.6763.53
Hex64E0AD37017C9b4340
Octal1443402556702714233103100
Binary1100100111000001010110111011101011111001001101110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,224,173); }

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

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

 a { background-color: rgb(100,224,173); }

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

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

 span { border-color: rgb(100,224,173); }

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