COLOR #73B5A1

HEX: #73B5A1
RGB: (115,181,161)

Color info

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

RGB color model

#73B5A1 color RGB value is (115,181,161).

  • red value is 115;
  • green value is 181;
  • blue value is 161.
RGB:
(115,181,161)
(45%,71%,63%)

RGB channels and saturation

R 115 of 255 = 45%
G 181 of 255 = 71%
B 161 of 255 = 63%

115
181
161

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

Portions of RGB colors in percentages

R + G + B =
115 + 181 + 161 = 457 (100%)
R 115 of 457 ~ 25.16%
G 181 of 457 ~ 39.61%
B 161 of 457 ~ 35.23%

%25.16
%39.61
%35.23

CMYK color model

#73B5A1 color CMYK value is (36,0,11,29).

  • cyan value is 36.46%
  • magenta value is 0.00%
  • yellow value is 11.05%
  • key color value is 29.02%
CMYK:
(36,0,11,29)
C36M0Y11K29 
(36%,0%,11%,29%)
(0.36/0.00/0.11/0.29)	

CMYK percentages

%36.46
%0
%11.05
%29.02

Codes

Color #73B5A1 in popluar color models

73B5A1
RGB115181161
HSL162°30.84%58.04%
HSB/HSV162°36.46%70.98%
CMYK36.46%0.00%11.05%
29.02%

Color #73B5A1 in popluar number systems.

HEX73B5A1
Decimal115181161
Binary11100111011010110100001
Octal163265241

Shades and tints

Shades of #73B5A1

#73B5A1
(115,181,161)
#69A593
(105,165,147)
#5F9585
(95,149,133)
#558577
(85,133,119)
#4B7569
(75,117,105)
#41655B
(65,101,91)
#37554D
(55,85,77)
#2D453F
(45,69,63)
#233531
(35,53,49)
#192523
(25,37,35)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #73B5A1

#73B5A1
(115,181,161)
#7FBBA9
(127,187,169)
#8BC1B1
(139,193,177)
#97C7B9
(151,199,185)
#A3CDC1
(163,205,193)
#AFD3C9
(175,211,201)
#BBD9D1
(187,217,209)
#C7DFD9
(199,223,217)
#D3E5E1
(211,229,225)
#DFEBE9
(223,235,233)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B5A1 color. Also use rgb(115,181,161) instead hex code.

Text Font Color

.myTextColor { color: #73B5A1; }

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

This text font color is #73B5A1.


Background Color

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

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

This div background color is #73B5A1.


Border color

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

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

This div border color is #73B5A1.


Opacity

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

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

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

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

This text has shadow with #73B5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B5A1 on black background.


Color preview on white background

This text has color #73B5A1 on white background.



Black color preview on #73B5A1 background

This text has black color on #73B5A1 background.


White color preview on #73B5A1 background

This text has white color on #73B5A1 background.