#64FE9D

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

Shades of Medium Aquamarine #64FE9D

Tints of Medium Aquamarine #64FE9D

Color information

#64FE9D (or 0x64FE9D) is unknown color: approx Medium Aquamarine. HEX triplet: 64, FE and 9D. RGB value is (100,254,157). Sum of RGB (Red+Green+Blue) = 100+254+157=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #64FE9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64FE9D is #9B0162. Grayscale: #C5C5C5. Windows color (decimal): -10158435 or 10354276. OLE color: 10354276.

HSL color Cylindrical-coordinate representation of color #64FE9D: hue angle of 142.21º 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 #64FE9D is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB100254157-
CMYK0.6100.380.00
HSL142.21º98.72%69.41%-
HSV(B)142.21º60.63%99.61%-
XYZ46.7876.0344.11-
YUV196.9105.4858.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.57%
GREEN value IS 254 (99.61% from 255) = 49.71%
BLUE value IS 157 (61.72% from 255) = 30.72%
R=19.57%
G=49.71%
B=30.72%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1002541570.6100.380.00142.2198.7269.41
Hex64FE9D3D02608e6345
Octal144376235750460216143105
Binary11001001111111010011101111101010011001000111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64FE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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