Html Css Color HEX #64E49D Medium Aquamarine

📋 copy color: '#64E49D'

red 100 ◦ green 228 ◦ blue 157

#64E49D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #64E49D

Tints of Medium Aquamarine #64E49D

RGB

 RED value IS 100 (39.45% from 255) = 20.62%

 GREEN value IS 228 (89.45% from 255) = 47.01%

 BLUE value IS 157 (61.72% from 255) = 32.37%

R = 20.62%
G = 47.01%
B = 32.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#64E49D (or 0x64E49D) is known color: Medium Aquamarine. HEX triplet: 64, E4 and 9D. RGB value is (100,228,157). Sum of RGB (Red+Green+Blue) = 100+228+157=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #64E49D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E49D is #9B1B62. Grayscale: #B5B5B5. Windows color (decimal): -10165091 or 10347620. OLE color: 10347620.

HSL color Cylindrical-coordinate representation of color #64E49D: hue angle of 146.72º degrees, saturation: 0.7, 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 #64E49D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 157 -
CMYK 0.56 0 0.31 0.11
HSL 146.72º 0.7% 0.64% -
HSV(B) 146.72º 0.56% 0.89% -
XYZ 39.08 60.63 41.54 -
YUV 181.63 114.09 69.77 -
System Red Green Blue C M Y K H S L
Decimal 100 228 157 0.56 0 0.31 0.11 146.72 0.7 0.64
Hex 64 E4 9D 38 0 1F B 93 46 40
Octal 144 344 235 70 0 37 13 223 106 100
Binary 1100100 11100100 10011101 111000 0 11111 1011 10010011 1000110 1000000

Color Harmonies of #64E49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E49D

Black with #64E49D

Text Example


Text Example

White with #64E49D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64E49D;
 }
 .AnyTagClassName
 {
   color: #64E49D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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