COLOR #73B88F

HEX: #73B88F
RGB: (115,184,143)

Color info

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

RGB color model

#73B88F color RGB value is (115,184,143).

  • red value is 115;
  • green value is 184;
  • blue value is 143.
RGB:
(115,184,143)
(45%,72%,56%)

RGB channels and saturation

R 115 of 255 = 45%
G 184 of 255 = 72%
B 143 of 255 = 56%

115
184
143

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

Portions of RGB colors in percentages

R + G + B =
115 + 184 + 143 = 442 (100%)
R 115 of 442 ~ 26.02%
G 184 of 442 ~ 41.63%
B 143 of 442 ~ 32.35%

%26.02
%41.63
%32.35

CMYK color model

#73B88F color CMYK value is (38,0,22,28).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%
CMYK:
(38,0,22,28)
C38M0Y22K28 
(38%,0%,22%,28%)
(0.38/0.00/0.22/0.28)	

CMYK percentages

%37.5
%0
%22.28
%27.84

Codes

Color #73B88F in popluar color models

73B88F
RGB115184143
HSL144°32.70%58.63%
HSB/HSV144°37.50%72.16%
CMYK37.50%0.00%22.28%
27.84%

Color #73B88F in popluar number systems.

HEX73B88F
Decimal115184143
Binary11100111011100010001111
Octal163270217

Shades and tints

Shades of #73B88F

#73B88F
(115,184,143)
#69A882
(105,168,130)
#5F9875
(95,152,117)
#558868
(85,136,104)
#4B785B
(75,120,91)
#41684E
(65,104,78)
#375841
(55,88,65)
#2D4834
(45,72,52)
#233827
(35,56,39)
#19281A
(25,40,26)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #73B88F

#73B88F
(115,184,143)
#7FBE99
(127,190,153)
#8BC4A3
(139,196,163)
#97CAAD
(151,202,173)
#A3D0B7
(163,208,183)
#AFD6C1
(175,214,193)
#BBDCCB
(187,220,203)
#C7E2D5
(199,226,213)
#D3E8DF
(211,232,223)
#DFEEE9
(223,238,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B88F color. Also use rgb(115,184,143) instead hex code.

Text Font Color

.myTextColor { color: #73B88F; }

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

This text font color is #73B88F.


Background Color

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

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

This div background color is #73B88F.


Border color

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

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

This div border color is #73B88F.


Opacity

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

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

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

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

This text has shadow with #73B88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B88F on black background.


Color preview on white background

This text has color #73B88F on white background.



Black color preview on #73B88F background

This text has black color on #73B88F background.


White color preview on #73B88F background

This text has white color on #73B88F background.