#64EAB0

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

Shades of Medium Aquamarine #64EAB0

Tints of Medium Aquamarine #64EAB0

Color information

#64EAB0 (or 0x64EAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 64, EA and B0. RGB value is (100,234,176). Sum of RGB (Red+Green+Blue) = 100+234+176=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 234 (91.80% from 255 or 45.88% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAB0 is #9B154F. Grayscale: #BBBBBB. Windows color (decimal): -10163536 or 11594340. OLE color: 11594340.

HSL color Cylindrical-coordinate representation of color #64EAB0: hue angle of 154.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAB0 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB100234176-
CMYK0.5700.250.08
HSL154.03º76.14%65.49%-
HSV(B)154.03º57.26%91.76%-
XYZ42.5164.6951.32-
YUV187.32121.6165.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.61%
GREEN value IS 234 (91.80% from 255) = 45.88%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=19.61%
G=45.88%
B=34.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341760.5700.250.08154.0376.1465.49
Hex64EAB03901989a4c41
Octal1443522607103110232114101
Binary1100100111010101011000011100101100110001001101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,234,176); }

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

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

 a { background-color: rgb(100,234,176); }

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

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

 span { border-color: rgb(100,234,176); }

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