COLOR #73C2A1

HEX: #73C2A1
RGB: (115,194,161)

Color info

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

RGB color model

#73C2A1 color RGB value is (115,194,161).

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

RGB channels and saturation

R 115 of 255 = 45%
G 194 of 255 = 76%
B 161 of 255 = 63%

115
194
161

R + G + B ~ 61%. #73C2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 194 + 161 = 470 (100%)
R 115 of 470 ~ 24.47%
G 194 of 470 ~ 41.28%
B 161 of 470 ~ 34.26%

%24.47
%41.28
%34.26

CMYK color model

#73C2A1 color CMYK value is (41,0,17,24).

  • cyan value is 40.72%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 23.92%
CMYK:
(41,0,17,24)
C41M0Y17K24 
(41%,0%,17%,24%)
(0.41/0.00/0.17/0.24)	

CMYK percentages

%40.72
%0
%17.01
%23.92

Codes

Color #73C2A1 in popluar color models

73C2A1
RGB115194161
HSL155°39.30%60.59%
HSB/HSV155°40.72%76.08%
CMYK40.72%0.00%17.01%
23.92%

Color #73C2A1 in popluar number systems.

HEX73C2A1
Decimal115194161
Binary11100111100001010100001
Octal163302241

Shades and tints

Shades of #73C2A1

#73C2A1
(115,194,161)
#69B193
(105,177,147)
#5FA085
(95,160,133)
#558F77
(85,143,119)
#4B7E69
(75,126,105)
#416D5B
(65,109,91)
#375C4D
(55,92,77)
#2D4B3F
(45,75,63)
#233A31
(35,58,49)
#192923
(25,41,35)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #73C2A1

#73C2A1
(115,194,161)
#7FC7A9
(127,199,169)
#8BCCB1
(139,204,177)
#97D1B9
(151,209,185)
#A3D6C1
(163,214,193)
#AFDBC9
(175,219,201)
#BBE0D1
(187,224,209)
#C7E5D9
(199,229,217)
#D3EAE1
(211,234,225)
#DFEFE9
(223,239,233)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C2A1; }

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

This text font color is #73C2A1.


Background Color

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

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

This div background color is #73C2A1.


Border color

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

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

This div border color is #73C2A1.


Opacity

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

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

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

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

This text has shadow with #73C2A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C2A1 on black background.


Color preview on white background

This text has color #73C2A1 on white background.



Black color preview on #73C2A1 background

This text has black color on #73C2A1 background.


White color preview on #73C2A1 background

This text has white color on #73C2A1 background.