COLOR #73D1B1

HEX: #73D1B1
RGB: (115,209,177)

Color info

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

RGB color model

#73D1B1 color RGB value is (115,209,177).

  • red value is 115;
  • green value is 209;
  • blue value is 177.
RGB:
(115,209,177)
(45%,82%,69%)

RGB channels and saturation

R 115 of 255 = 45%
G 209 of 255 = 82%
B 177 of 255 = 69%

115
209
177

R + G + B ~ 65%. #73D1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 209 + 177 = 501 (100%)
R 115 of 501 ~ 22.95%
G 209 of 501 ~ 41.72%
B 177 of 501 ~ 35.33%

%22.95
%41.72
%35.33

CMYK color model

#73D1B1 color CMYK value is (45,0,15,18).

  • cyan value is 44.98%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 18.04%
CMYK:
(45,0,15,18)
C45M0Y15K18 
(45%,0%,15%,18%)
(0.45/0.00/0.15/0.18)	

CMYK percentages

%44.98
%0
%15.31
%18.04

Codes

Color #73D1B1 in popluar color models

73D1B1
RGB115209177
HSL160°50.54%63.53%
HSB/HSV160°44.98%81.96%
CMYK44.98%0.00%15.31%
18.04%

Color #73D1B1 in popluar number systems.

HEX73D1B1
Decimal115209177
Binary11100111101000110110001
Octal163321261

Shades and tints

Shades of #73D1B1

#73D1B1
(115,209,177)
#69BEA1
(105,190,161)
#5FAB91
(95,171,145)
#559881
(85,152,129)
#4B8571
(75,133,113)
#417261
(65,114,97)
#375F51
(55,95,81)
#2D4C41
(45,76,65)
#233931
(35,57,49)
#192621
(25,38,33)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #73D1B1

#73D1B1
(115,209,177)
#7FD5B8
(127,213,184)
#8BD9BF
(139,217,191)
#97DDC6
(151,221,198)
#A3E1CD
(163,225,205)
#AFE5D4
(175,229,212)
#BBE9DB
(187,233,219)
#C7EDE2
(199,237,226)
#D3F1E9
(211,241,233)
#DFF5F0
(223,245,240)
#EBF9F7
(235,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D1B1 color. Also use rgb(115,209,177) instead hex code.

Text Font Color

.myTextColor { color: #73D1B1; }

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

This text font color is #73D1B1.


Background Color

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

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

This div background color is #73D1B1.


Border color

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

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

This div border color is #73D1B1.


Opacity

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

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

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

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

This text has shadow with #73D1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D1B1 on black background.


Color preview on white background

This text has color #73D1B1 on white background.



Black color preview on #73D1B1 background

This text has black color on #73D1B1 background.


White color preview on #73D1B1 background

This text has white color on #73D1B1 background.