Html Css Color HEX #64E5AC Medium Aquamarine

📋 copy color: '#64E5AC'

red 100 ◦ green 229 ◦ blue 172

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

Shades of Medium Aquamarine #64E5AC

Tints of Medium Aquamarine #64E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 45.71%

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

R = 19.96%
G = 45.71%
B = 34.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#64E5AC (or 0x64E5AC) is known color: Medium Aquamarine. HEX triplet: 64, E5 and AC. RGB value is (100,229,172). Sum of RGB (Red+Green+Blue) = 100+229+172=501 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.96% from 501); Green value is 229 (89.84% from 255 or 45.71% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E5AC is #9B1A53. Grayscale: #B8B8B8. Windows color (decimal): -10164820 or 11330916. OLE color: 11330916.

HSL color Cylindrical-coordinate representation of color #64E5AC: hue angle of 153.49º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5AC is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 229 172 -
CMYK 0.56 0 0.25 0.10
HSL 153.49º 0.71% 0.65% -
HSV(B) 153.49º 0.56% 0.9% -
XYZ 40.72 61.73 48.8 -
YUV 183.93 121.26 68.13 -
System Red Green Blue C M Y K H S L
Decimal 100 229 172 0.56 0 0.25 0.10 153.49 0.71 0.65
Hex 64 E5 AC 38 0 19 A 99 47 41
Octal 144 345 254 70 0 31 12 231 107 101
Binary 1100100 11100101 10101100 111000 0 11001 1010 10011001 1000111 1000001

Color Harmonies of #64E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E5AC

Black with #64E5AC

Text Example


Text Example

White with #64E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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