Html Css Color HEX #64E1AC Medium Aquamarine

📋 copy color: '#64E1AC'

red 100 ◦ green 225 ◦ blue 172

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

Shades of Medium Aquamarine #64E1AC

Tints of Medium Aquamarine #64E1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.61%

R = 20.12%
G = 45.27%
B = 34.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#64E1AC (or 0x64E1AC) is known color: Medium Aquamarine. HEX triplet: 64, E1 and AC. RGB value is (100,225,172). Sum of RGB (Red+Green+Blue) = 100+225+172=497 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.12% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #64E1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E1AC is #9B1E53. Grayscale: #B5B5B5. Windows color (decimal): -10165844 or 11329892. OLE color: 11329892.

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

Color convert

RGB 100 225 172 -
CMYK 0.56 0 0.24 0.12
HSL 154.56º 0.68% 0.64% -
HSV(B) 154.56º 0.56% 0.88% -
XYZ 39.63 59.54 48.43 -
YUV 181.58 122.59 69.81 -
System Red Green Blue C M Y K H S L
Decimal 100 225 172 0.56 0 0.24 0.12 154.56 0.68 0.64
Hex 64 E1 AC 38 0 18 C 9B 44 40
Octal 144 341 254 70 0 30 14 233 104 100
Binary 1100100 11100001 10101100 111000 0 11000 1100 10011011 1000100 1000000

Color Harmonies of #64E1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E1AC

Black with #64E1AC

Text Example


Text Example

White with #64E1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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