#64FE9C

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

Shades of Medium Aquamarine #64FE9C

Tints of Medium Aquamarine #64FE9C

Color information

#64FE9C (or 0x64FE9C) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FE and 9C. RGB value is (100,254,156). Sum of RGB (Red+Green+Blue) = 100+254+156=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FE9C is #9B0163. Grayscale: #C5C5C5. Windows color (decimal): -10158436 or 10288740. OLE color: 10288740.

HSL color Cylindrical-coordinate representation of color #64FE9C: hue angle of 141.82º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64FE9C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.

Color convert

RGB100254156-
CMYK0.6100.390.00
HSL141.82º98.72%69.41%-
HSV(B)141.82º60.63%99.61%-
XYZ46.775.9943.66-
YUV196.78104.9858.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.61%
GREEN value IS 254 (99.61% from 255) = 49.80%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=19.61%
G=49.80%
B=30.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002541560.6100.390.00141.8298.7269.41
Hex64FE9C3D02708e6345
Octal144376234750470216143105
Binary11001001111111010011100111101010011101000111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,254,156); }

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

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

 a { background-color: rgb(100,254,156); }

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

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

 span { border-color: rgb(100,254,156); }

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