Html Css Color HEX #64E4AC Medium Aquamarine

📋 copy color: '#64E4AC'

red 100 ◦ green 228 ◦ blue 172

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

Shades of Medium Aquamarine #64E4AC

Tints of Medium Aquamarine #64E4AC

RGB

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

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

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

R = 20%
G = 45.6%
B = 34.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#64E4AC (or 0x64E4AC) is known color: Medium Aquamarine. HEX triplet: 64, E4 and AC. RGB value is (100,228,172). Sum of RGB (Red+Green+Blue) = 100+228+172=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #64E4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E4AC is #9B1B53. Grayscale: #B7B7B7. Windows color (decimal): -10165076 or 11330660. OLE color: 11330660.

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

Color convert

RGB 100 228 172 -
CMYK 0.56 0 0.25 0.11
HSL 153.75º 0.7% 0.64% -
HSV(B) 153.75º 0.56% 0.89% -
XYZ 40.45 61.17 48.71 -
YUV 183.34 121.59 68.55 -
System Red Green Blue C M Y K H S L
Decimal 100 228 172 0.56 0 0.25 0.11 153.75 0.7 0.64
Hex 64 E4 AC 38 0 19 B 9A 46 40
Octal 144 344 254 70 0 31 13 232 106 100
Binary 1100100 11100100 10101100 111000 0 11001 1011 10011010 1000110 1000000

Color Harmonies of #64E4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E4AC

Black with #64E4AC

Text Example


Text Example

White with #64E4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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