COLOR #73DFC7

HEX: #73DFC7 RGB: (115,223,199)

Color info

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

RGB color model

#73DFC7 color RGB value is (115,223,199).

RGB: (115,223,199) (45%, 87%, 78%)

RGB channels and saturation

R 115 of 255 = 45%
G 223 of 255 = 87%
B 199 of 255 = 78%

115
223
199

R + G + B ~ 70%. #73DFC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 223 + 199 = 537 (100%)
R 115 of 537 ~ 21.42%
G 223 of 537 ~ 41.53%
B 199 of 537 ~ 37.06'%

%21.42
%41.53
%37.06

CMYK color model

#73DFC7 color CMYK value is (48,0,11,13).

  • cyan value is 48.43%
  • magenta value is 0.00%
  • yellow value is 10.76%
  • key color value is 12.55%

CMYK: (48,0,11,13)
C48M0Y11K13 (48%, 0%, 11%, 13%)
(0.48 / 0.00 / 0.11 / 0.13)

CMYK percentages

%48.43
%0
%10.76
%12.55

Codes

Color #73DFC7 in popluar color models

73 DF C7
RGB 115 223 199
HSL 167° 62.79% 66.27%
HSB/HSV 167° 48.43% 87.45%
CMYK 48.43% 0.00% 10.76%
12.55%

Color #73DFC7 in popluar number systems.

HEX 73 DF C7
Decimal 115 223 199
Binary 1110011 11011111 11000111
Octal 163 337 307

Shades and tints

Shades of #73DFC7

#73DFC7
(115,223,199)
#69CBB5
(105,203,181)
#5FB7A3
(95,183,163)
#55A391
(85,163,145)
#4B8F7F
(75,143,127)
#417B6D
(65,123,109)
#37675B
(55,103,91)
#2D5349
(45,83,73)
#233F37
(35,63,55)
#192B25
(25,43,37)
#0F1713
(15,23,19)
#000000
(0,0,0)

Tints of #73DFC7

#73DFC7
(115,223,199)
#7FE1CC
(127,225,204)
#8BE3D1
(139,227,209)
#97E5D6
(151,229,214)
#A3E7DB
(163,231,219)
#AFE9E0
(175,233,224)
#BBEBE5
(187,235,229)
#C7EDEA
(199,237,234)
#D3EFEF
(211,239,239)
#DFF1F4
(223,241,244)
#EBF3F9
(235,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73DFC7; }

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

This text font color is #73DFC7.

Background Color

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

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

This div background color is #73DFC7.

Border color

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

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

This div border color is #73DFC7.

Opacity

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

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

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

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

This text has shadow with #73DFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73DFC7.

Preview

Color preview on black background

This text has color #73DFC7 on black background.


Color preview on white background

This text has color #73DFC7 on white background.


Black color preview on #73DFC7 background

This text has black color on #73DFC7 background.


White color preview on #73DFC7 background

This text has white color on #73DFC7 background.


Related colors

Complementary color

Complementary color for #hex is #8C2038.


I love getcolorcode.com

Triadic colors

1 #C773DF and #DFC773 with #73DFC7 are triadic colors.

2 #C7DF73 and #DF73C7 with #73DFC7 are triadic colors.