COLOR #73D3CD

HEX: #73D3CD RGB: (115,211,205)

Color info

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

RGB color model

#73D3CD color RGB value is (115,211,205).

RGB: (115,211,205) (45%, 83%, 80%)

RGB channels and saturation

R 115 of 255 = 45%
G 211 of 255 = 83%
B 205 of 255 = 80%

115
211
205

R + G + B ~ 69%. #73D3CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 211 + 205 = 531 (100%)
R 115 of 531 ~ 21.66%
G 211 of 531 ~ 39.74%
B 205 of 531 ~ 38.61'%

%21.66
%39.74
%38.61

CMYK color model

#73D3CD color CMYK value is (45,0,3,17).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (45,0,3,17)
C45M0Y3K17 (45%, 0%, 3%, 17%)
(0.45 / 0.00 / 0.03 / 0.17)

CMYK percentages

%45.5
%0
%2.84
%17.25

Codes

Color #73D3CD in popluar color models

73 D3 CD
RGB 115 211 205
HSL 176° 52.17% 63.92%
HSB/HSV 176° 45.50% 82.75%
CMYK 45.50% 0.00% 2.84%
17.25%

Color #73D3CD in popluar number systems.

HEX 73 D3 CD
Decimal 115 211 205
Binary 1110011 11010011 11001101
Octal 163 323 315

Shades and tints

Shades of #73D3CD

#73D3CD
(115,211,205)
#69C0BB
(105,192,187)
#5FADA9
(95,173,169)
#559A97
(85,154,151)
#4B8785
(75,135,133)
#417473
(65,116,115)
#376161
(55,97,97)
#2D4E4F
(45,78,79)
#233B3D
(35,59,61)
#19282B
(25,40,43)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #73D3CD

#73D3CD
(115,211,205)
#7FD7D1
(127,215,209)
#8BDBD5
(139,219,213)
#97DFD9
(151,223,217)
#A3E3DD
(163,227,221)
#AFE7E1
(175,231,225)
#BBEBE5
(187,235,229)
#C7EFE9
(199,239,233)
#D3F3ED
(211,243,237)
#DFF7F1
(223,247,241)
#EBFBF5
(235,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D3CD color. Also use rgb(115,211,205) instead hex code.

Text Font Color

.myTextColor { color: #73D3CD; }

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

This text font color is #73D3CD.

Background Color

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

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

This div background color is #73D3CD.

Border color

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

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

This div border color is #73D3CD.

Opacity

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

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

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

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

This text has shadow with #73D3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D3CD.

Preview

Color preview on black background

This text has color #73D3CD on black background.


Color preview on white background

This text has color #73D3CD on white background.


Black color preview on #73D3CD background

This text has black color on #73D3CD background.


White color preview on #73D3CD background

This text has white color on #73D3CD background.


Related colors

Complementary color

Complementary color for #hex is #8C2C32.


I love getcolorcode.com

Triadic colors

1 #CD73D3 and #D3CD73 with #73D3CD are triadic colors.

2 #CDD373 and #D373CD with #73D3CD are triadic colors.