COLOR #73DFB6

HEX: #73DFB6
RGB: (115,223,182)

Color info

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

RGB color model

#73DFB6 color RGB value is (115,223,182).

  • red value is 115;
  • green value is 223;
  • blue value is 182.
RGB:
(115,223,182)
(45%,87%,71%)

RGB channels and saturation

R 115 of 255 = 45%
G 223 of 255 = 87%
B 182 of 255 = 71%

115
223
182

R + G + B ~ 68%. #73DFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 223 + 182 = 520 (100%)
R 115 of 520 ~ 22.12%
G 223 of 520 ~ 42.88%
B 182 of 520 ~ 35%

%22.12
%42.88
%35

CMYK color model

#73DFB6 color CMYK value is (48,0,18,13).

  • cyan value is 48.43%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%
CMYK:
(48,0,18,13)
C48M0Y18K13 
(48%,0%,18%,13%)
(0.48/0.00/0.18/0.13)	

CMYK percentages

%48.43
%0
%18.39
%12.55

Codes

Color #73DFB6 in popluar color models

73DFB6
RGB115223182
HSL157°62.79%66.27%
HSB/HSV157°48.43%87.45%
CMYK48.43%0.00%18.39%
12.55%

Color #73DFB6 in popluar number systems.

HEX73DFB6
Decimal115223182
Binary11100111101111110110110
Octal163337266

Shades and tints

Shades of #73DFB6

#73DFB6
(115,223,182)
#69CBA6
(105,203,166)
#5FB796
(95,183,150)
#55A386
(85,163,134)
#4B8F76
(75,143,118)
#417B66
(65,123,102)
#376756
(55,103,86)
#2D5346
(45,83,70)
#233F36
(35,63,54)
#192B26
(25,43,38)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #73DFB6

#73DFB6
(115,223,182)
#7FE1BC
(127,225,188)
#8BE3C2
(139,227,194)
#97E5C8
(151,229,200)
#A3E7CE
(163,231,206)
#AFE9D4
(175,233,212)
#BBEBDA
(187,235,218)
#C7EDE0
(199,237,224)
#D3EFE6
(211,239,230)
#DFF1EC
(223,241,236)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73DFB6 color. Also use rgb(115,223,182) instead hex code.

Text Font Color

.myTextColor { color: #73DFB6; }

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

This text font color is #73DFB6.


Background Color

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

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

This div background color is #73DFB6.


Border color

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

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

This div border color is #73DFB6.


Opacity

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

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

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

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

This text has shadow with #73DFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73DFB6 on black background.


Color preview on white background

This text has color #73DFB6 on white background.



Black color preview on #73DFB6 background

This text has black color on #73DFB6 background.


White color preview on #73DFB6 background

This text has white color on #73DFB6 background.