Html Css Color HEX #64E1AD Medium Aquamarine

📋 copy color: '#64E1AD'

red 100 ◦ green 225 ◦ blue 173

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

Shades of Medium Aquamarine #64E1AD

Tints of Medium Aquamarine #64E1AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 20.08%
G = 45.18%
B = 34.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#64E1AD (or 0x64E1AD) is known color: Medium Aquamarine. HEX triplet: 64, E1 and AD. RGB value is (100,225,173). Sum of RGB (Red+Green+Blue) = 100+225+173=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 225 (88.28% from 255 or 45.18% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E1AD is #9B1E52. Grayscale: #B5B5B5. Windows color (decimal): -10165843 or 11395428. OLE color: 11395428.

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

Color convert

RGB 100 225 173 -
CMYK 0.56 0 0.23 0.12
HSL 155.04º 0.68% 0.64% -
HSV(B) 155.04º 0.56% 0.88% -
XYZ 39.72 59.58 48.94 -
YUV 181.7 123.09 69.73 -
System Red Green Blue C M Y K H S L
Decimal 100 225 173 0.56 0 0.23 0.12 155.04 0.68 0.64
Hex 64 E1 AD 38 0 17 C 9B 44 40
Octal 144 341 255 70 0 27 14 233 104 100
Binary 1100100 11100001 10101101 111000 0 10111 1100 10011011 1000100 1000000

Color Harmonies of #64E1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E1AD

Black with #64E1AD

Text Example


Text Example

White with #64E1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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