COLOR #73C6A7

HEX: #73C6A7
RGB: (115,198,167)

Color info

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

RGB color model

#73C6A7 color RGB value is (115,198,167).

  • red value is 115;
  • green value is 198;
  • blue value is 167.
RGB:
(115,198,167)
(45%,78%,65%)

RGB channels and saturation

R 115 of 255 = 45%
G 198 of 255 = 78%
B 167 of 255 = 65%

115
198
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 198 + 167 = 480 (100%)
R 115 of 480 ~ 23.96%
G 198 of 480 ~ 41.25%
B 167 of 480 ~ 34.79%

%23.96
%41.25
%34.79

CMYK color model

#73C6A7 color CMYK value is (42,0,16,22).

  • cyan value is 41.92%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(42,0,16,22)
C42M0Y16K22 
(42%,0%,16%,22%)
(0.42/0.00/0.16/0.22)	

CMYK percentages

%41.92
%0
%15.66
%22.35

Codes

Color #73C6A7 in popluar color models

73C6A7
RGB115198167
HSL158°42.13%61.37%
HSB/HSV158°41.92%77.65%
CMYK41.92%0.00%15.66%
22.35%

Color #73C6A7 in popluar number systems.

HEX73C6A7
Decimal115198167
Binary11100111100011010100111
Octal163306247

Shades and tints

Shades of #73C6A7

#73C6A7
(115,198,167)
#69B498
(105,180,152)
#5FA289
(95,162,137)
#55907A
(85,144,122)
#4B7E6B
(75,126,107)
#416C5C
(65,108,92)
#375A4D
(55,90,77)
#2D483E
(45,72,62)
#23362F
(35,54,47)
#192420
(25,36,32)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #73C6A7

#73C6A7
(115,198,167)
#7FCBAF
(127,203,175)
#8BD0B7
(139,208,183)
#97D5BF
(151,213,191)
#A3DAC7
(163,218,199)
#AFDFCF
(175,223,207)
#BBE4D7
(187,228,215)
#C7E9DF
(199,233,223)
#D3EEE7
(211,238,231)
#DFF3EF
(223,243,239)
#EBF8F7
(235,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C6A7 color. Also use rgb(115,198,167) instead hex code.

Text Font Color

.myTextColor { color: #73C6A7; }

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

This text font color is #73C6A7.


Background Color

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

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

This div background color is #73C6A7.


Border color

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

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

This div border color is #73C6A7.


Opacity

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

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

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

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

This text has shadow with #73C6A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C6A7 on black background.


Color preview on white background

This text has color #73C6A7 on white background.



Black color preview on #73C6A7 background

This text has black color on #73C6A7 background.


White color preview on #73C6A7 background

This text has white color on #73C6A7 background.