COLOR #73E6D1

HEX: #73E6D1
RGB: (115,230,209)

Color info

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

RGB color model

#73E6D1 color RGB value is (115,230,209).

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

RGB channels and saturation

R 115 of 255 = 45%
G 230 of 255 = 90%
B 209 of 255 = 82%

115
230
209

R + G + B ~ 72%. #73E6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 230 + 209 = 554 (100%)
R 115 of 554 ~ 20.76%
G 230 of 554 ~ 41.52%
B 209 of 554 ~ 37.73%

%20.76
%41.52
%37.73

CMYK color model

#73E6D1 color CMYK value is (50,0,9,10).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(50,0,9,10)
C50M0Y9K10 
(50%,0%,9%,10%)
(0.50/0.00/0.09/0.10)	

CMYK percentages

%50
%0
%9.13
%9.8

Codes

Color #73E6D1 in popluar color models

73E6D1
RGB115230209
HSL169°69.70%67.65%
HSB/HSV169°50.00%90.20%
CMYK50.00%0.00%9.13%
9.80%

Color #73E6D1 in popluar number systems.

HEX73E6D1
Decimal115230209
Binary11100111110011011010001
Octal163346321

Shades and tints

Shades of #73E6D1

#73E6D1
(115,230,209)
#69D2BE
(105,210,190)
#5FBEAB
(95,190,171)
#55AA98
(85,170,152)
#4B9685
(75,150,133)
#418272
(65,130,114)
#376E5F
(55,110,95)
#2D5A4C
(45,90,76)
#234639
(35,70,57)
#193226
(25,50,38)
#0F1E13
(15,30,19)
#000000
(0,0,0)

Tints of #73E6D1

#73E6D1
(115,230,209)
#7FE8D5
(127,232,213)
#8BEAD9
(139,234,217)
#97ECDD
(151,236,221)
#A3EEE1
(163,238,225)
#AFF0E5
(175,240,229)
#BBF2E9
(187,242,233)
#C7F4ED
(199,244,237)
#D3F6F1
(211,246,241)
#DFF8F5
(223,248,245)
#EBFAF9
(235,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E6D1; }

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

This text font color is #73E6D1.


Background Color

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

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

This div background color is #73E6D1.


Border color

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

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

This div border color is #73E6D1.


Opacity

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

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

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

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

This text has shadow with #73E6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E6D1 on black background.


Color preview on white background

This text has color #73E6D1 on white background.



Black color preview on #73E6D1 background

This text has black color on #73E6D1 background.


White color preview on #73E6D1 background

This text has white color on #73E6D1 background.