#64E097

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

Shades of Medium Aquamarine #64E097

Tints of Medium Aquamarine #64E097

Color information

#64E097 (or 0x64E097) is unknown color: approx Medium Aquamarine. HEX triplet: 64, E0 and 97. RGB value is (100,224,151). Sum of RGB (Red+Green+Blue) = 100+224+151=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #64E097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E097 is #9B1F68. Grayscale: #B2B2B2. Windows color (decimal): -10166121 or 9953380. OLE color: 9953380.

HSL color Cylindrical-coordinate representation of color #64E097: hue angle of 144.68º 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 #64E097 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB100224151-
CMYK0.5500.330.12
HSL144.68º66.67%63.53%-
HSV(B)144.68º55.36%87.84%-
XYZ37.558.2638.55-
YUV178.6112.4271.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.05%
GREEN value IS 224 (87.89% from 255) = 47.16%
BLUE value IS 151 (59.38% from 255) = 31.79%
R=21.05%
G=47.16%
B=31.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1002241510.5500.330.12144.6866.6763.53
Hex64E09737021C914340
Octal1443402276704114221103100
Binary11001001110000010010111110111010000111001001000110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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