COLOR #73D1DC

HEX: #73D1DC
RGB: (115,209,220)

Color info

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

RGB color model

#73D1DC color RGB value is (115,209,220).

  • red value is 115;
  • green value is 209;
  • blue value is 220.
RGB:
(115,209,220)
(45%,82%,86%)

RGB channels and saturation

R 115 of 255 = 45%
G 209 of 255 = 82%
B 220 of 255 = 86%

115
209
220

R + G + B ~ 71%. #73D1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 209 + 220 = 544 (100%)
R 115 of 544 ~ 21.14%
G 209 of 544 ~ 38.42%
B 220 of 544 ~ 40.44%

%21.14
%38.42
%40.44

CMYK color model

#73D1DC color CMYK value is (48,5,0,14).

  • cyan value is 47.73%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(48,5,0,14)
C48M5Y0K14 
(48%,5%,0%,14%)
(0.48/0.05/0.00/0.14)	

CMYK percentages

%47.73
%5
%0
%13.73

Codes

Color #73D1DC in popluar color models

73D1DC
RGB115209220
HSL186°60.00%65.69%
HSB/HSV186°47.73%86.27%
CMYK47.73%5.00%0.00%
13.73%

Color #73D1DC in popluar number systems.

HEX73D1DC
Decimal115209220
Binary11100111101000111011100
Octal163321334

Shades and tints

Shades of #73D1DC

#73D1DC
(115,209,220)
#69BEC8
(105,190,200)
#5FABB4
(95,171,180)
#5598A0
(85,152,160)
#4B858C
(75,133,140)
#417278
(65,114,120)
#375F64
(55,95,100)
#2D4C50
(45,76,80)
#23393C
(35,57,60)
#192628
(25,38,40)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #73D1DC

#73D1DC
(115,209,220)
#7FD5DF
(127,213,223)
#8BD9E2
(139,217,226)
#97DDE5
(151,221,229)
#A3E1E8
(163,225,232)
#AFE5EB
(175,229,235)
#BBE9EE
(187,233,238)
#C7EDF1
(199,237,241)
#D3F1F4
(211,241,244)
#DFF5F7
(223,245,247)
#EBF9FA
(235,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D1DC color. Also use rgb(115,209,220) instead hex code.

Text Font Color

.myTextColor { color: #73D1DC; }

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

This text font color is #73D1DC.


Background Color

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

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

This div background color is #73D1DC.


Border color

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

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

This div border color is #73D1DC.


Opacity

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

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

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

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

This text has shadow with #73D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D1DC on black background.


Color preview on white background

This text has color #73D1DC on white background.



Black color preview on #73D1DC background

This text has black color on #73D1DC background.


White color preview on #73D1DC background

This text has white color on #73D1DC background.