#64E397

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

Shades of Medium Aquamarine #64E397

Tints of Medium Aquamarine #64E397

Color information

#64E397 (or 0x64E397) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E3 and 97. RGB value is (100,227,151). Sum of RGB (Red+Green+Blue) = 100+227+151=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 227 (89.06% from 255 or 47.49% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 227 - color contains mainly: green. Hex color #64E397 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E397 is #9B1C68. Grayscale: #B4B4B4. Windows color (decimal): -10165353 or 9954148. OLE color: 9954148.

HSL color Cylindrical-coordinate representation of color #64E397: hue angle of 144.09º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E397 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB100227151-
CMYK0.5600.330.11
HSL144.09º69.4%64.12%-
HSV(B)144.09º55.95%89.02%-
XYZ38.3159.8838.82-
YUV180.36111.4270.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.92%
GREEN value IS 227 (89.06% from 255) = 47.49%
BLUE value IS 151 (59.38% from 255) = 31.59%
R=20.92%
G=47.49%
B=31.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002271510.5600.330.11144.0969.464.12
Hex64E39738021B904540
Octal1443432277004113220105100
Binary11001001110001110010111111000010000110111001000010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,227,151); }

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

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

 a { background-color: rgb(100,227,151); }

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

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

 span { border-color: rgb(100,227,151); }

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