COLOR #73BD89

HEX: #73BD89 RGB: (115,189,137)

Color info

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

RGB color model

#73BD89 color RGB value is (115,189,137).

RGB: (115,189,137) (45%, 74%, 54%)

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 137 of 255 = 54%

115
189
137

R + G + B ~ 58%. #73BD89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 115 + 189 + 137 = 441 (100%)
R 115 of 441 ~ 26.08%
G 189 of 441 ~ 42.86%
B 137 of 441 ~ 31.07'%

%26.08
%42.86
%31.07

CMYK color model

#73BD89 color CMYK value is (39,0,28,26).

  • cyan value is 39.15%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (39,0,28,26)
C39M0Y28K26 (39%, 0%, 28%, 26%)
(0.39 / 0.00 / 0.28 / 0.26)

CMYK percentages

%39.15
%0
%27.51
%25.88

Codes

Color #73BD89 in popluar color models

73 BD 89
RGB 115 189 137
HSL 138° 35.92% 59.61%
HSB/HSV 138° 39.15% 74.12%
CMYK 39.15% 0.00% 27.51%
25.88%

Color #73BD89 in popluar number systems.

HEX 73 BD 89
Decimal 115 189 137
Binary 1110011 10111101 10001001
Octal 163 275 211

Shades and tints

Shades of #73BD89

#73BD89
(115,189,137)
#69AC7D
(105,172,125)
#5F9B71
(95,155,113)
#558A65
(85,138,101)
#4B7959
(75,121,89)
#41684D
(65,104,77)
#375741
(55,87,65)
#2D4635
(45,70,53)
#233529
(35,53,41)
#19241D
(25,36,29)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #73BD89

#73BD89
(115,189,137)
#7FC393
(127,195,147)
#8BC99D
(139,201,157)
#97CFA7
(151,207,167)
#A3D5B1
(163,213,177)
#AFDBBB
(175,219,187)
#BBE1C5
(187,225,197)
#C7E7CF
(199,231,207)
#D3EDD9
(211,237,217)
#DFF3E3
(223,243,227)
#EBF9ED
(235,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BD89 color. Also use rgb(115,189,137) instead hex code.

Text Font Color

.myTextColor { color: #73BD89; }

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

This text font color is #73BD89.

Background Color

.myBgColor { background-color: #73BD89; }

<div style="background-color:#73BD89">Inner text</div>

This div background color is #73BD89.

Border color

.myBorderColor { border: 1px solid #73BD89; }

<div style="border:3px solid #73BD89">Div</div>

This div border color is #73BD89.

Opacity

.myOpacity80 { color: #73BD89; opacity: 0.8; }

<p style="color:#73BD89;opacity:0.8;">80%</p>

Text with #73BD89 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 #73BD89;}

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

This text has shadow with #73BD89 color.


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

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

This text has shadow with #73BD89 primary color and red secondary color.


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

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

This text has shadow with #73BD89 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #73BD89.

Preview

Color preview on black background

This text has color #73BD89 on black background.


Color preview on white background

This text has color #73BD89 on white background.


Black color preview on #73BD89 background

This text has black color on #73BD89 background.


White color preview on #73BD89 background

This text has white color on #73BD89 background.


Related colors

Complementary color

Complementary color for #hex is #8C4276.


I love getcolorcode.com

Triadic colors

1 #8973BD and #BD8973 with #73BD89 are triadic colors.

2 #89BD73 and #BD7389 with #73BD89 are triadic colors.