COLOR #89DA9A

HEX: #89DA9A RGB: (137,218,154)

Color info

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

RGB color model

#89DA9A color RGB value is (137,218,154).

RGB: (137,218,154) (54%, 85%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 218 of 255 = 85%
B 154 of 255 = 60%

137
218
154

R + G + B ~ 66%. #89DA9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 218 + 154 = 509 (100%)
R 137 of 509 ~ 26.92%
G 218 of 509 ~ 42.83%
B 154 of 509 ~ 30.26'%

%26.92
%42.83
%30.26

CMYK color model

#89DA9A color CMYK value is (37,0,29,15).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 29.36%
  • key color value is 14.51%

CMYK: (37,0,29,15)
C37M0Y29K15 (37%, 0%, 29%, 15%)
(0.37 / 0.00 / 0.29 / 0.15)

CMYK percentages

%37.16
%0
%29.36
%14.51

Codes

Color #89DA9A in popluar color models

89 DA 9A
RGB 137 218 154
HSL 133° 52.26% 69.61%
HSB/HSV 133° 37.16% 85.49%
CMYK 37.16% 0.00% 29.36%
14.51%

Color #89DA9A in popluar number systems.

HEX 89 DA 9A
Decimal 137 218 154
Binary 10001001 11011010 10011010
Octal 211 332 232

Shades and tints

Shades of #89DA9A

#89DA9A
(137,218,154)
#7DC78C
(125,199,140)
#71B47E
(113,180,126)
#65A170
(101,161,112)
#598E62
(89,142,98)
#4D7B54
(77,123,84)
#416846
(65,104,70)
#355538
(53,85,56)
#29422A
(41,66,42)
#1D2F1C
(29,47,28)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #89DA9A

#89DA9A
(137,218,154)
#93DDA3
(147,221,163)
#9DE0AC
(157,224,172)
#A7E3B5
(167,227,181)
#B1E6BE
(177,230,190)
#BBE9C7
(187,233,199)
#C5ECD0
(197,236,208)
#CFEFD9
(207,239,217)
#D9F2E2
(217,242,226)
#E3F5EB
(227,245,235)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DA9A color. Also use rgb(137,218,154) instead hex code.

Text Font Color

.myTextColor { color: #89DA9A; }

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

This text font color is #89DA9A.

Background Color

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

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

This div background color is #89DA9A.

Border color

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

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

This div border color is #89DA9A.

Opacity

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

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

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

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

This text has shadow with #89DA9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DA9A.

Preview

Color preview on black background

This text has color #89DA9A on black background.


Color preview on white background

This text has color #89DA9A on white background.


Black color preview on #89DA9A background

This text has black color on #89DA9A background.


White color preview on #89DA9A background

This text has white color on #89DA9A background.


Related colors

Complementary color

Complementary color for #hex is #762565.


I love getcolorcode.com

Triadic colors

1 #9A89DA and #DA9A89 with #89DA9A are triadic colors.

2 #9ADA89 and #DA899A with #89DA9A are triadic colors.