COLOR #73D8C3

HEX: #73D8C3 RGB: (115,216,195)

Color info

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

RGB color model

#73D8C3 color RGB value is (115,216,195).

RGB: (115,216,195) (45%, 85%, 76%)

RGB channels and saturation

R 115 of 255 = 45%
G 216 of 255 = 85%
B 195 of 255 = 76%

115
216
195

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

Portions of RGB colors in percentages

R + G + B = 115 + 216 + 195 = 526 (100%)
R 115 of 526 ~ 21.86%
G 216 of 526 ~ 41.06%
B 195 of 526 ~ 37.07'%

%21.86
%41.06
%37.07

CMYK color model

#73D8C3 color CMYK value is (47,0,10,15).

  • cyan value is 46.76%
  • magenta value is 0.00%
  • yellow value is 9.72%
  • key color value is 15.29%

CMYK: (47,0,10,15)
C47M0Y10K15 (47%, 0%, 10%, 15%)
(0.47 / 0.00 / 0.10 / 0.15)

CMYK percentages

%46.76
%0
%9.72
%15.29

Codes

Color #73D8C3 in popluar color models

73 D8 C3
RGB 115 216 195
HSL 168° 56.42% 64.90%
HSB/HSV 168° 46.76% 84.71%
CMYK 46.76% 0.00% 9.72%
15.29%

Color #73D8C3 in popluar number systems.

HEX 73 D8 C3
Decimal 115 216 195
Binary 1110011 11011000 11000011
Octal 163 330 303

Shades and tints

Shades of #73D8C3

#73D8C3
(115,216,195)
#69C5B2
(105,197,178)
#5FB2A1
(95,178,161)
#559F90
(85,159,144)
#4B8C7F
(75,140,127)
#41796E
(65,121,110)
#37665D
(55,102,93)
#2D534C
(45,83,76)
#23403B
(35,64,59)
#192D2A
(25,45,42)
#0F1A19
(15,26,25)
#000000
(0,0,0)

Tints of #73D8C3

#73D8C3
(115,216,195)
#7FDBC8
(127,219,200)
#8BDECD
(139,222,205)
#97E1D2
(151,225,210)
#A3E4D7
(163,228,215)
#AFE7DC
(175,231,220)
#BBEAE1
(187,234,225)
#C7EDE6
(199,237,230)
#D3F0EB
(211,240,235)
#DFF3F0
(223,243,240)
#EBF6F5
(235,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D8C3 color. Also use rgb(115,216,195) instead hex code.

Text Font Color

.myTextColor { color: #73D8C3; }

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

This text font color is #73D8C3.

Background Color

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

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

This div background color is #73D8C3.

Border color

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

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

This div border color is #73D8C3.

Opacity

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

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

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

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

This text has shadow with #73D8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73D8C3.

Preview

Color preview on black background

This text has color #73D8C3 on black background.


Color preview on white background

This text has color #73D8C3 on white background.


Black color preview on #73D8C3 background

This text has black color on #73D8C3 background.


White color preview on #73D8C3 background

This text has white color on #73D8C3 background.


Related colors

Complementary color

Complementary color for #hex is #8C273C.


I love getcolorcode.com

Triadic colors

1 #C373D8 and #D8C373 with #73D8C3 are triadic colors.

2 #C3D873 and #D873C3 with #73D8C3 are triadic colors.