Html Css Color HEX #64E49B Medium Aquamarine

📋 copy color: '#64E49B'

red 100 ◦ green 228 ◦ blue 155

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

Shades of Medium Aquamarine #64E49B

Tints of Medium Aquamarine #64E49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 20.7%
G = 47.2%
B = 32.09%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#64E49B (or 0x64E49B) is known color: Medium Aquamarine. HEX triplet: 64, E4 and 9B. RGB value is (100,228,155). Sum of RGB (Red+Green+Blue) = 100+228+155=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #64E49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E49B is #9B1B64. Grayscale: #B5B5B5. Windows color (decimal): -10165093 or 10216548. OLE color: 10216548.

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

Color convert

RGB 100 228 155 -
CMYK 0.56 0 0.32 0.11
HSL 145.78º 0.7% 0.64% -
HSV(B) 145.78º 0.56% 0.89% -
XYZ 38.92 60.56 40.65 -
YUV 181.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 100 228 155 0.56 0 0.32 0.11 145.78 0.7 0.64
Hex 64 E4 9B 38 0 20 B 92 46 40
Octal 144 344 233 70 0 40 13 222 106 100
Binary 1100100 11100100 10011011 111000 0 100000 1011 10010010 1000110 1000000

Color Harmonies of #64E49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E49B

Black with #64E49B

Text Example


Text Example

White with #64E49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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