Html Css Color HEX #64EAA0 Medium Aquamarine

📋 copy color: '#64EAA0'

red 100 ◦ green 234 ◦ blue 160

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

Shades of Medium Aquamarine #64EAA0

Tints of Medium Aquamarine #64EAA0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.37%

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 20.24%
G = 47.37%
B = 32.39%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#64EAA0 (or 0x64EAA0) is known color: Medium Aquamarine. HEX triplet: 64, EA and A0. RGB value is (100,234,160). Sum of RGB (Red+Green+Blue) = 100+234+160=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 234 (91.80% from 255 or 47.37% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EAA0 is #9B155F. Grayscale: #B9B9B9. Windows color (decimal): -10163552 or 10545764. OLE color: 10545764.

HSL color Cylindrical-coordinate representation of color #64EAA0: hue angle of 146.87º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EAA0 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 160 -
CMYK 0.57 0 0.32 0.08
HSL 146.87º 0.76% 0.65% -
HSV(B) 146.87º 0.57% 0.92% -
XYZ 41.02 64.09 43.47 -
YUV 185.5 113.61 67.02 -
System Red Green Blue C M Y K H S L
Decimal 100 234 160 0.57 0 0.32 0.08 146.87 0.76 0.65
Hex 64 EA A0 39 0 20 8 93 4C 41
Octal 144 352 240 71 0 40 10 223 114 101
Binary 1100100 11101010 10100000 111001 0 100000 1000 10010011 1001100 1000001

Color Harmonies of #64EAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAA0

Black with #64EAA0

Text Example


Text Example

White with #64EAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,160); }

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

background-color css

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

 a { background-color: rgb(100,234,160); }

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

border-color css

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

 span { border-color: rgb(100,234,160); }

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