COLOR #73C1AC

HEX: #73C1AC
RGB: (115,193,172)

Color info

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

RGB color model

#73C1AC color RGB value is (115,193,172).

  • red value is 115;
  • green value is 193;
  • blue value is 172.
RGB:
(115,193,172)
(45%,76%,67%)

RGB channels and saturation

R 115 of 255 = 45%
G 193 of 255 = 76%
B 172 of 255 = 67%

115
193
172

R + G + B ~ 63%. #73C1AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 193 + 172 = 480 (100%)
R 115 of 480 ~ 23.96%
G 193 of 480 ~ 40.21%
B 172 of 480 ~ 35.83%

%23.96
%40.21
%35.83

CMYK color model

#73C1AC color CMYK value is (40,0,11,24).

  • cyan value is 40.41%
  • magenta value is 0.00%
  • yellow value is 10.88%
  • key color value is 24.31%
CMYK:
(40,0,11,24)
C40M0Y11K24 
(40%,0%,11%,24%)
(0.40/0.00/0.11/0.24)	

CMYK percentages

%40.41
%0
%10.88
%24.31

Codes

Color #73C1AC in popluar color models

73C1AC
RGB115193172
HSL164°38.61%60.39%
HSB/HSV164°40.41%75.69%
CMYK40.41%0.00%10.88%
24.31%

Color #73C1AC in popluar number systems.

HEX73C1AC
Decimal115193172
Binary11100111100000110101100
Octal163301254

Shades and tints

Shades of #73C1AC

#73C1AC
(115,193,172)
#69B09D
(105,176,157)
#5F9F8E
(95,159,142)
#558E7F
(85,142,127)
#4B7D70
(75,125,112)
#416C61
(65,108,97)
#375B52
(55,91,82)
#2D4A43
(45,74,67)
#233934
(35,57,52)
#192825
(25,40,37)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #73C1AC

#73C1AC
(115,193,172)
#7FC6B3
(127,198,179)
#8BCBBA
(139,203,186)
#97D0C1
(151,208,193)
#A3D5C8
(163,213,200)
#AFDACF
(175,218,207)
#BBDFD6
(187,223,214)
#C7E4DD
(199,228,221)
#D3E9E4
(211,233,228)
#DFEEEB
(223,238,235)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C1AC color. Also use rgb(115,193,172) instead hex code.

Text Font Color

.myTextColor { color: #73C1AC; }

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

This text font color is #73C1AC.


Background Color

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

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

This div background color is #73C1AC.


Border color

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

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

This div border color is #73C1AC.


Opacity

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

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

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

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

This text has shadow with #73C1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C1AC on black background.


Color preview on white background

This text has color #73C1AC on white background.



Black color preview on #73C1AC background

This text has black color on #73C1AC background.


White color preview on #73C1AC background

This text has white color on #73C1AC background.