#64E796

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

Shades of Medium Aquamarine #64E796

Tints of Medium Aquamarine #64E796

Color information

#64E796 (or 0x64E796) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E7 and 96. RGB value is (100,231,150). Sum of RGB (Red+Green+Blue) = 100+231+150=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 231 (90.62% from 255 or 48.02% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 231 - color contains mainly: green. Hex color #64E796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E796 is #9B1869. Grayscale: #B6B6B6. Windows color (decimal): -10164330 or 9889636. OLE color: 9889636.

HSL color Cylindrical-coordinate representation of color #64E796: hue angle of 142.9º degrees, saturation: 0.73, 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 #64E796 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB100231150-
CMYK0.5700.350.09
HSL142.9º73.18%64.9%-
HSV(B)142.9º56.71%90.59%-
XYZ39.3462.0638.76-
YUV182.6109.669.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.79%
GREEN value IS 231 (90.62% from 255) = 48.02%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=20.79%
G=48.02%
B=31.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1002311500.5700.350.09142.973.1864.9
Hex64E7963902398f4941
Octal1443472267104311217111101
Binary11001001110011110010110111001010001110011000111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,231,150); }

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

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

 a { background-color: rgb(100,231,150); }

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

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

 span { border-color: rgb(100,231,150); }

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