COLOR #64E5AB

HEX: #64E5AB RGB: (100,229,171)

Color info

#64E5AB contains mainly green and blue colors. Web safe color of #64E5AB is #66CC99 (or #6C9).

RGB color model

#64E5AB color RGB value is (100,229,171).

RGB: (100,229,171) (39%, 90%, 67%)

RGB channels and saturation

R 100 of 255 = 39%
G 229 of 255 = 90%
B 171 of 255 = 67%

100
229
171

R + G + B ~ 65%. #64E5AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 100 + 229 + 171 = 500 (100%)
R 100 of 500 ~ 20%
G 229 of 500 ~ 45.8%
B 171 of 500 ~ 34.2'%

%20
%45.8
%34.2

CMYK color model

#64E5AB color CMYK value is (56,0,25,10).

  • cyan value is 56.33%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 10.20%

CMYK: (56,0,25,10)
C56M0Y25K10 (56%, 0%, 25%, 10%)
(0.56 / 0.00 / 0.25 / 0.10)

CMYK percentages

%56.33
%0
%25.33
%10.2

Codes

Color #64E5AB in popluar color models

64 E5 AB
RGB 100 229 171
HSL 153° 71.27% 64.51%
HSB/HSV 153° 56.33% 89.80%
CMYK 56.33% 0.00% 25.33%
10.20%

Color #64E5AB in popluar number systems.

HEX 64 E5 AB
Decimal 100 229 171
Binary 1100100 11100101 10101011
Octal 144 345 253

Shades and tints

Shades of #64E5AB

#64E5AB
(100,229,171)
#5BD19C
(91,209,156)
#52BD8D
(82,189,141)
#49A97E
(73,169,126)
#40956F
(64,149,111)
#378160
(55,129,96)
#2E6D51
(46,109,81)
#255942
(37,89,66)
#1C4533
(28,69,51)
#133124
(19,49,36)
#0A1D15
(10,29,21)
#000000
(0,0,0)

Tints of #64E5AB

#64E5AB
(100,229,171)
#72E7B2
(114,231,178)
#80E9B9
(128,233,185)
#8EEBC0
(142,235,192)
#9CEDC7
(156,237,199)
#AAEFCE
(170,239,206)
#B8F1D5
(184,241,213)
#C6F3DC
(198,243,220)
#D4F5E3
(212,245,227)
#E2F7EA
(226,247,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64E5AB color. Also use rgb(100,229,171) instead hex code.

Text Font Color

.myTextColor { color: #64E5AB; }

<p style="color:#64E5AB">This sample text font color is #64E5AB.</p>

This text font color is #64E5AB.

Background Color

.myBgColor { background-color: #64E5AB; }

<div style="background-color:#64E5AB">Inner text</div>

This div background color is #64E5AB.

Border color

.myBorderColor { border: 1px solid #64E5AB; }

<div style="border:3px solid #64E5AB">Div</div>

This div border color is #64E5AB.

Opacity

.myOpacity80 { color: #64E5AB; opacity: 0.8; }

<p style="color:#64E5AB;opacity:0.8;">80%</p>

Text with #64E5AB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #64E5AB;}

<p style="text-shadow: 3px 3px 1px #64E5AB">Text here.</p>

This text has shadow with #64E5AB color.


.textShadow {text-shadow: 3px 3px 1px #64E5AB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #64E5AB, 5px 5px 20px red">Text here.</p>

This text has shadow with #64E5AB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#64E5AB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#64E5AB, Direction=45, Strength=4)">Text</p>

This text has shadow with #64E5AB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #64E5AB;
-webkit-box-shadow: 1px 1px 3px 2px #64E5AB;
box-shadow: 1px 1px 3px 2px #64E5AB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64E5AB; -webkit-box-shadow: 1px 1px 3px 2px #64E5AB; box-shadow:1px 1px 3px 2px #64E5AB;">
Div content here
</div>

This div box has shadow with color #64E5AB.

Preview

Color preview on black background

This text has color #64E5AB on black background.


Color preview on white background

This text has color #64E5AB on white background.


Black color preview on #64E5AB background

This text has black color on #64E5AB background.


White color preview on #64E5AB background

This text has white color on #64E5AB background.


Related colors

Complementary color

Complementary color for #hex is #9B1A54.


I love getcolorcode.com

Triadic colors

1 #AB64E5 and #E5AB64 with #64E5AB are triadic colors.

2 #ABE564 and #E564AB with #64E5AB are triadic colors.