#64E8B0

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

Shades of Medium Aquamarine #64E8B0

Tints of Medium Aquamarine #64E8B0

Color information

#64E8B0 (or 0x64E8B0) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E8 and B0. RGB value is (100,232,176). Sum of RGB (Red+Green+Blue) = 100+232+176=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 176 (69.14% from 255 or 34.65% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #64E8B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E8B0 is #9B174F. Grayscale: #BABABA. Windows color (decimal): -10164048 or 11593828. OLE color: 11593828.

HSL color Cylindrical-coordinate representation of color #64E8B0: hue angle of 154.55º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E8B0 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB100232176-
CMYK0.5700.240.09
HSL154.55º74.16%65.1%-
HSV(B)154.55º56.9%90.98%-
XYZ41.9563.5651.13-
YUV186.15122.2766.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.69%
GREEN value IS 232 (91.02% from 255) = 45.67%
BLUE value IS 176 (69.14% from 255) = 34.65%
R=19.69%
G=45.67%
B=34.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002321760.5700.240.09154.5574.1665.1
Hex64E8B03901899b4a41
Octal1443502607103011233112101
Binary1100100111010001011000011100101100010011001101110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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