COLOR #73BC91

HEX: #73BC91 RGB: (115,188,145)

Color info

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

RGB color model

#73BC91 color RGB value is (115,188,145).

RGB: (115,188,145) (45%, 74%, 57%)

RGB channels and saturation

R 115 of 255 = 45%
G 188 of 255 = 74%
B 145 of 255 = 57%

115
188
145

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

Portions of RGB colors in percentages

R + G + B = 115 + 188 + 145 = 448 (100%)
R 115 of 448 ~ 25.67%
G 188 of 448 ~ 41.96%
B 145 of 448 ~ 32.37'%

%25.67
%41.96
%32.37

CMYK color model

#73BC91 color CMYK value is (39,0,23,26).

  • cyan value is 38.83%
  • magenta value is 0.00%
  • yellow value is 22.87%
  • key color value is 26.27%

CMYK: (39,0,23,26)
C39M0Y23K26 (39%, 0%, 23%, 26%)
(0.39 / 0.00 / 0.23 / 0.26)

CMYK percentages

%38.83
%0
%22.87
%26.27

Codes

Color #73BC91 in popluar color models

73 BC 91
RGB 115 188 145
HSL 145° 35.27% 59.41%
HSB/HSV 145° 38.83% 73.73%
CMYK 38.83% 0.00% 22.87%
26.27%

Color #73BC91 in popluar number systems.

HEX 73 BC 91
Decimal 115 188 145
Binary 1110011 10111100 10010001
Octal 163 274 221

Shades and tints

Shades of #73BC91

#73BC91
(115,188,145)
#69AB84
(105,171,132)
#5F9A77
(95,154,119)
#55896A
(85,137,106)
#4B785D
(75,120,93)
#416750
(65,103,80)
#375643
(55,86,67)
#2D4536
(45,69,54)
#233429
(35,52,41)
#19231C
(25,35,28)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #73BC91

#73BC91
(115,188,145)
#7FC29B
(127,194,155)
#8BC8A5
(139,200,165)
#97CEAF
(151,206,175)
#A3D4B9
(163,212,185)
#AFDAC3
(175,218,195)
#BBE0CD
(187,224,205)
#C7E6D7
(199,230,215)
#D3ECE1
(211,236,225)
#DFF2EB
(223,242,235)
#EBF8F5
(235,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BC91 color. Also use rgb(115,188,145) instead hex code.

Text Font Color

.myTextColor { color: #73BC91; }

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

This text font color is #73BC91.

Background Color

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

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

This div background color is #73BC91.

Border color

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

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

This div border color is #73BC91.

Opacity

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

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

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

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

This text has shadow with #73BC91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BC91.

Preview

Color preview on black background

This text has color #73BC91 on black background.


Color preview on white background

This text has color #73BC91 on white background.


Black color preview on #73BC91 background

This text has black color on #73BC91 background.


White color preview on #73BC91 background

This text has white color on #73BC91 background.


Related colors

Complementary color

Complementary color for #hex is #8C436E.


I love getcolorcode.com

Triadic colors

1 #9173BC and #BC9173 with #73BC91 are triadic colors.

2 #91BC73 and #BC7391 with #73BC91 are triadic colors.