COLOR #73BD9D

HEX: #73BD9D
RGB: (115,189,157)

Color info

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

RGB color model

#73BD9D color RGB value is (115,189,157).

  • red value is 115;
  • green value is 189;
  • blue value is 157.
RGB:
(115,189,157)
(45%,74%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 157 of 255 = 62%

115
189
157

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

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 157 = 461 (100%)
R 115 of 461 ~ 24.95%
G 189 of 461 ~ 41%
B 157 of 461 ~ 34.06%

%24.95
%41
%34.06

CMYK color model

#73BD9D color CMYK value is (39,0,17,26).

  • cyan value is 39.15%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(39,0,17,26)
C39M0Y17K26 
(39%,0%,17%,26%)
(0.39/0.00/0.17/0.26)	

CMYK percentages

%39.15
%0
%16.93
%25.88

Codes

Color #73BD9D in popluar color models

73BD9D
RGB115189157
HSL154°35.92%59.61%
HSB/HSV154°39.15%74.12%
CMYK39.15%0.00%16.93%
25.88%

Color #73BD9D in popluar number systems.

HEX73BD9D
Decimal115189157
Binary11100111011110110011101
Octal163275235

Shades and tints

Shades of #73BD9D

#73BD9D
(115,189,157)
#69AC8F
(105,172,143)
#5F9B81
(95,155,129)
#558A73
(85,138,115)
#4B7965
(75,121,101)
#416857
(65,104,87)
#375749
(55,87,73)
#2D463B
(45,70,59)
#23352D
(35,53,45)
#19241F
(25,36,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #73BD9D

#73BD9D
(115,189,157)
#7FC3A5
(127,195,165)
#8BC9AD
(139,201,173)
#97CFB5
(151,207,181)
#A3D5BD
(163,213,189)
#AFDBC5
(175,219,197)
#BBE1CD
(187,225,205)
#C7E7D5
(199,231,213)
#D3EDDD
(211,237,221)
#DFF3E5
(223,243,229)
#EBF9ED
(235,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BD9D; }

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

This text font color is #73BD9D.


Background Color

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

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

This div background color is #73BD9D.


Border color

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

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

This div border color is #73BD9D.


Opacity

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

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

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

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

This text has shadow with #73BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BD9D on black background.


Color preview on white background

This text has color #73BD9D on white background.



Black color preview on #73BD9D background

This text has black color on #73BD9D background.


White color preview on #73BD9D background

This text has white color on #73BD9D background.