COLOR #73BB9A

HEX: #73BB9A RGB: (115,187,154)

Color info

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

RGB color model

#73BB9A color RGB value is (115,187,154).

RGB: (115,187,154) (45%, 73%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 154 of 255 = 60%

115
187
154

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

Portions of RGB colors in percentages

R + G + B = 115 + 187 + 154 = 456 (100%)
R 115 of 456 ~ 25.22%
G 187 of 456 ~ 41.01%
B 154 of 456 ~ 33.77'%

%25.22
%41.01
%33.77

CMYK color model

#73BB9A color CMYK value is (39,0,18,27).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (39,0,18,27)
C39M0Y18K27 (39%, 0%, 18%, 27%)
(0.39 / 0.00 / 0.18 / 0.27)

CMYK percentages

%38.5
%0
%17.65
%26.67

Codes

Color #73BB9A in popluar color models

73 BB 9A
RGB 115 187 154
HSL 153° 34.62% 59.22%
HSB/HSV 153° 38.50% 73.33%
CMYK 38.50% 0.00% 17.65%
26.67%

Color #73BB9A in popluar number systems.

HEX 73 BB 9A
Decimal 115 187 154
Binary 1110011 10111011 10011010
Octal 163 273 232

Shades and tints

Shades of #73BB9A

#73BB9A
(115,187,154)
#69AA8C
(105,170,140)
#5F997E
(95,153,126)
#558870
(85,136,112)
#4B7762
(75,119,98)
#416654
(65,102,84)
#375546
(55,85,70)
#2D4438
(45,68,56)
#23332A
(35,51,42)
#19221C
(25,34,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #73BB9A

#73BB9A
(115,187,154)
#7FC1A3
(127,193,163)
#8BC7AC
(139,199,172)
#97CDB5
(151,205,181)
#A3D3BE
(163,211,190)
#AFD9C7
(175,217,199)
#BBDFD0
(187,223,208)
#C7E5D9
(199,229,217)
#D3EBE2
(211,235,226)
#DFF1EB
(223,241,235)
#EBF7F4
(235,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BB9A color. Also use rgb(115,187,154) instead hex code.

Text Font Color

.myTextColor { color: #73BB9A; }

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

This text font color is #73BB9A.

Background Color

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

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

This div background color is #73BB9A.

Border color

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

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

This div border color is #73BB9A.

Opacity

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

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

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

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

This text has shadow with #73BB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BB9A.

Preview

Color preview on black background

This text has color #73BB9A on black background.


Color preview on white background

This text has color #73BB9A on white background.


Black color preview on #73BB9A background

This text has black color on #73BB9A background.


White color preview on #73BB9A background

This text has white color on #73BB9A background.


Related colors

Complementary color

Complementary color for #hex is #8C4465.


I love getcolorcode.com

Triadic colors

1 #9A73BB and #BB9A73 with #73BB9A are triadic colors.

2 #9ABB73 and #BB739A with #73BB9A are triadic colors.