Html Css Color HEX #64ECA4 Medium Aquamarine

📋 copy color: '#64ECA4'

red 100 ◦ green 236 ◦ blue 164

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

Shades of Medium Aquamarine #64ECA4

Tints of Medium Aquamarine #64ECA4

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

 BLUE value IS 164 (64.45% from 255) = 32.8%

R = 20%
G = 47.2%
B = 32.8%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#64ECA4 (or 0x64ECA4) is known color: Medium Aquamarine. HEX triplet: 64, EC and A4. RGB value is (100,236,164). Sum of RGB (Red+Green+Blue) = 100+236+164=500 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #64ECA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64ECA4 is #9B135B. Grayscale: #BBBBBB. Windows color (decimal): -10163036 or 10808420. OLE color: 10808420.

HSL color Cylindrical-coordinate representation of color #64ECA4: hue angle of 148.24º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64ECA4 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 164 -
CMYK 0.58 0 0.31 0.07
HSL 148.24º 0.78% 0.66% -
HSV(B) 148.24º 0.58% 0.93% -
XYZ 41.95 65.38 45.53 -
YUV 187.13 114.94 65.85 -
System Red Green Blue C M Y K H S L
Decimal 100 236 164 0.58 0 0.31 0.07 148.24 0.78 0.66
Hex 64 EC A4 3A 0 1F 7 94 4E 42
Octal 144 354 244 72 0 37 7 224 116 102
Binary 1100100 11101100 10100100 111010 0 11111 111 10010100 1001110 1000010

Color Harmonies of #64ECA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64ECA4

Black with #64ECA4

Text Example


Text Example

White with #64ECA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,164); }

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

background-color css

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

 a { background-color: rgb(100,236,164); }

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

border-color css

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

 span { border-color: rgb(100,236,164); }

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