COLOR #73E0D7

HEX: #73E0D7
RGB: (115,224,215)

Color info

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

RGB color model

#73E0D7 color RGB value is (115,224,215).

  • red value is 115;
  • green value is 224;
  • blue value is 215.
RGB:
(115,224,215)
(45%,88%,84%)

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 215 of 255 = 84%

115
224
215

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

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 215 = 554 (100%)
R 115 of 554 ~ 20.76%
G 224 of 554 ~ 40.43%
B 215 of 554 ~ 38.81%

%20.76
%40.43
%38.81

CMYK color model

#73E0D7 color CMYK value is (49,0,4,12).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(49,0,4,12)
C49M0Y4K12 
(49%,0%,4%,12%)
(0.49/0.00/0.04/0.12)	

CMYK percentages

%48.66
%0
%4.02
%12.16

Codes

Color #73E0D7 in popluar color models

73E0D7
RGB115224215
HSL175°63.74%66.47%
HSB/HSV175°48.66%87.84%
CMYK48.66%0.00%4.02%
12.16%

Color #73E0D7 in popluar number systems.

HEX73E0D7
Decimal115224215
Binary11100111110000011010111
Octal163340327

Shades and tints

Shades of #73E0D7

#73E0D7
(115,224,215)
#69CCC4
(105,204,196)
#5FB8B1
(95,184,177)
#55A49E
(85,164,158)
#4B908B
(75,144,139)
#417C78
(65,124,120)
#376865
(55,104,101)
#2D5452
(45,84,82)
#23403F
(35,64,63)
#192C2C
(25,44,44)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #73E0D7

#73E0D7
(115,224,215)
#7FE2DA
(127,226,218)
#8BE4DD
(139,228,221)
#97E6E0
(151,230,224)
#A3E8E3
(163,232,227)
#AFEAE6
(175,234,230)
#BBECE9
(187,236,233)
#C7EEEC
(199,238,236)
#D3F0EF
(211,240,239)
#DFF2F2
(223,242,242)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E0D7 color. Also use rgb(115,224,215) instead hex code.

Text Font Color

.myTextColor { color: #73E0D7; }

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

This text font color is #73E0D7.


Background Color

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

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

This div background color is #73E0D7.


Border color

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

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

This div border color is #73E0D7.


Opacity

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

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

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

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

This text has shadow with #73E0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E0D7 on black background.


Color preview on white background

This text has color #73E0D7 on white background.



Black color preview on #73E0D7 background

This text has black color on #73E0D7 background.


White color preview on #73E0D7 background

This text has white color on #73E0D7 background.