COLOR #73D6B8

HEX: #73D6B8
RGB: (115,214,184)

Color info

#73D6B8 contains mainly green and blue colors. Web safe color of #73D6B8 is #66CCCC (or #6CC).

RGB color model

#73D6B8 color RGB value is (115,214,184).

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

RGB channels and saturation

R 115 of 255 = 45%
G 214 of 255 = 84%
B 184 of 255 = 72%

115
214
184

R + G + B ~ 67%. #73D6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 214 + 184 = 513 (100%)
R 115 of 513 ~ 22.42%
G 214 of 513 ~ 41.72%
B 184 of 513 ~ 35.87%

%22.42
%41.72
%35.87

CMYK color model

#73D6B8 color CMYK value is (46,0,14,16).

  • cyan value is 46.26%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 16.08%
CMYK:
(46,0,14,16)
C46M0Y14K16 
(46%,0%,14%,16%)
(0.46/0.00/0.14/0.16)	

CMYK percentages

%46.26
%0
%14.02
%16.08

Codes

Color #73D6B8 in popluar color models

73D6B8
RGB115214184
HSL162°54.70%64.51%
HSB/HSV162°46.26%83.92%
CMYK46.26%0.00%14.02%
16.08%

Color #73D6B8 in popluar number systems.

HEX73D6B8
Decimal115214184
Binary11100111101011010111000
Octal163326270

Shades and tints

Shades of #73D6B8

#73D6B8
(115,214,184)
#69C3A8
(105,195,168)
#5FB098
(95,176,152)
#559D88
(85,157,136)
#4B8A78
(75,138,120)
#417768
(65,119,104)
#376458
(55,100,88)
#2D5148
(45,81,72)
#233E38
(35,62,56)
#192B28
(25,43,40)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #73D6B8

#73D6B8
(115,214,184)
#7FD9BE
(127,217,190)
#8BDCC4
(139,220,196)
#97DFCA
(151,223,202)
#A3E2D0
(163,226,208)
#AFE5D6
(175,229,214)
#BBE8DC
(187,232,220)
#C7EBE2
(199,235,226)
#D3EEE8
(211,238,232)
#DFF1EE
(223,241,238)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73D6B8; }

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

This text font color is #73D6B8.


Background Color

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

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

This div background color is #73D6B8.


Border color

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

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

This div border color is #73D6B8.


Opacity

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

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

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

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

This text has shadow with #73D6B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D6B8 on black background.


Color preview on white background

This text has color #73D6B8 on white background.



Black color preview on #73D6B8 background

This text has black color on #73D6B8 background.


White color preview on #73D6B8 background

This text has white color on #73D6B8 background.