COLOR #73B18E

HEX: #73B18E
RGB: (115,177,142)

Color info

#73B18E contains mainly green and blue colors. Web safe color of #73B18E is #669999 (or #699).

RGB color model

#73B18E color RGB value is (115,177,142).

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

RGB channels and saturation

R 115 of 255 = 45%
G 177 of 255 = 69%
B 142 of 255 = 56%

115
177
142

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

Portions of RGB colors in percentages

R + G + B =
115 + 177 + 142 = 434 (100%)
R 115 of 434 ~ 26.5%
G 177 of 434 ~ 40.78%
B 142 of 434 ~ 32.72%

%26.5
%40.78
%32.72

CMYK color model

#73B18E color CMYK value is (35,0,20,31).

  • cyan value is 35.03%
  • magenta value is 0.00%
  • yellow value is 19.77%
  • key color value is 30.59%
CMYK:
(35,0,20,31)
C35M0Y20K31 
(35%,0%,20%,31%)
(0.35/0.00/0.20/0.31)	

CMYK percentages

%35.03
%0
%19.77
%30.59

Codes

Color #73B18E in popluar color models

73B18E
RGB115177142
HSL146°28.44%57.25%
HSB/HSV146°35.03%69.41%
CMYK35.03%0.00%19.77%
30.59%

Color #73B18E in popluar number systems.

HEX73B18E
Decimal115177142
Binary11100111011000110001110
Octal163261216

Shades and tints

Shades of #73B18E

#73B18E
(115,177,142)
#69A182
(105,161,130)
#5F9176
(95,145,118)
#55816A
(85,129,106)
#4B715E
(75,113,94)
#416152
(65,97,82)
#375146
(55,81,70)
#2D413A
(45,65,58)
#23312E
(35,49,46)
#192122
(25,33,34)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #73B18E

#73B18E
(115,177,142)
#7FB898
(127,184,152)
#8BBFA2
(139,191,162)
#97C6AC
(151,198,172)
#A3CDB6
(163,205,182)
#AFD4C0
(175,212,192)
#BBDBCA
(187,219,202)
#C7E2D4
(199,226,212)
#D3E9DE
(211,233,222)
#DFF0E8
(223,240,232)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B18E; }

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

This text font color is #73B18E.


Background Color

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

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

This div background color is #73B18E.


Border color

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

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

This div border color is #73B18E.


Opacity

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

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

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

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

This text has shadow with #73B18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B18E on black background.


Color preview on white background

This text has color #73B18E on white background.



Black color preview on #73B18E background

This text has black color on #73B18E background.


White color preview on #73B18E background

This text has white color on #73B18E background.