COLOR #89E2A5

HEX: #89E2A5 RGB: (137,226,165)

Color info

#89E2A5 contains mainly green color. Web safe color of #89E2A5 is #99CC99 (or #9C9).

RGB color model

#89E2A5 color RGB value is (137,226,165).

RGB: (137,226,165) (54%, 89%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 226 of 255 = 89%
B 165 of 255 = 65%

137
226
165

R + G + B ~ 69%. #89E2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 226 + 165 = 528 (100%)
R 137 of 528 ~ 25.95%
G 226 of 528 ~ 42.8%
B 165 of 528 ~ 31.25'%

%25.95
%42.8
%31.25

CMYK color model

#89E2A5 color CMYK value is (39,0,27,11).

  • cyan value is 39.38%
  • magenta value is 0.00%
  • yellow value is 26.99%
  • key color value is 11.37%

CMYK: (39,0,27,11)
C39M0Y27K11 (39%, 0%, 27%, 11%)
(0.39 / 0.00 / 0.27 / 0.11)

CMYK percentages

%39.38
%0
%26.99
%11.37

Codes

Color #89E2A5 in popluar color models

89 E2 A5
RGB 137 226 165
HSL 139° 60.54% 71.18%
HSB/HSV 139° 39.38% 88.63%
CMYK 39.38% 0.00% 26.99%
11.37%

Color #89E2A5 in popluar number systems.

HEX 89 E2 A5
Decimal 137 226 165
Binary 10001001 11100010 10100101
Octal 211 342 245

Shades and tints

Shades of #89E2A5

#89E2A5
(137,226,165)
#7DCE96
(125,206,150)
#71BA87
(113,186,135)
#65A678
(101,166,120)
#599269
(89,146,105)
#4D7E5A
(77,126,90)
#416A4B
(65,106,75)
#35563C
(53,86,60)
#29422D
(41,66,45)
#1D2E1E
(29,46,30)
#111A0F
(17,26,15)
#000000
(0,0,0)

Tints of #89E2A5

#89E2A5
(137,226,165)
#93E4AD
(147,228,173)
#9DE6B5
(157,230,181)
#A7E8BD
(167,232,189)
#B1EAC5
(177,234,197)
#BBECCD
(187,236,205)
#C5EED5
(197,238,213)
#CFF0DD
(207,240,221)
#D9F2E5
(217,242,229)
#E3F4ED
(227,244,237)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E2A5 color. Also use rgb(137,226,165) instead hex code.

Text Font Color

.myTextColor { color: #89E2A5; }

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

This text font color is #89E2A5.

Background Color

.myBgColor { background-color: #89E2A5; }

<div style="background-color:#89E2A5">Inner text</div>

This div background color is #89E2A5.

Border color

.myBorderColor { border: 1px solid #89E2A5; }

<div style="border:3px solid #89E2A5">Div</div>

This div border color is #89E2A5.

Opacity

.myOpacity80 { color: #89E2A5; opacity: 0.8; }

<p style="color:#89E2A5;opacity:0.8;">80%</p>

Text with #89E2A5 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 #89E2A5;}

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

This text has shadow with #89E2A5 color.


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

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

This text has shadow with #89E2A5 primary color and red secondary color.


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

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

This text has shadow with #89E2A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89E2A5.

Preview

Color preview on black background

This text has color #89E2A5 on black background.


Color preview on white background

This text has color #89E2A5 on white background.


Black color preview on #89E2A5 background

This text has black color on #89E2A5 background.


White color preview on #89E2A5 background

This text has white color on #89E2A5 background.


Related colors

Complementary color

Complementary color for #89E2A5 is #761D5A.


I love getcolorcode.com

Triadic colors

1 #A589E2 and #E2A589 with #89E2A5 are triadic colors.

2 #A5E289 and #E289A5 with #89E2A5 are triadic colors.