Html Css Color HEX #64E19D Medium Aquamarine

📋 copy color: '#64E19D'

red 100 ◦ green 225 ◦ blue 157

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

Shades of Medium Aquamarine #64E19D

Tints of Medium Aquamarine #64E19D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.68%

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

R = 20.75%
G = 46.68%
B = 32.57%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#64E19D (or 0x64E19D) is known color: Medium Aquamarine. HEX triplet: 64, E1 and 9D. RGB value is (100,225,157). Sum of RGB (Red+Green+Blue) = 100+225+157=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #64E19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E19D is #9B1E62. Grayscale: #B4B4B4. Windows color (decimal): -10165859 or 10346852. OLE color: 10346852.

HSL color Cylindrical-coordinate representation of color #64E19D: hue angle of 147.36º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E19D is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 157 -
CMYK 0.56 0 0.30 0.12
HSL 147.36º 0.68% 0.64% -
HSV(B) 147.36º 0.56% 0.88% -
XYZ 38.27 58.99 41.27 -
YUV 179.87 115.09 71.03 -
System Red Green Blue C M Y K H S L
Decimal 100 225 157 0.56 0 0.30 0.12 147.36 0.68 0.64
Hex 64 E1 9D 38 0 1E C 93 44 40
Octal 144 341 235 70 0 36 14 223 104 100
Binary 1100100 11100001 10011101 111000 0 11110 1100 10010011 1000100 1000000

Color Harmonies of #64E19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E19D

Black with #64E19D

Text Example


Text Example

White with #64E19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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