COLOR #73E0D6

HEX: #73E0D6
RGB: (115,224,214)

Color info

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

RGB color model

#73E0D6 color RGB value is (115,224,214).

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

RGB channels and saturation

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

115
224
214

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

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 214 = 553 (100%)
R 115 of 553 ~ 20.8%
G 224 of 553 ~ 40.51%
B 214 of 553 ~ 38.7%

%20.8
%40.51
%38.7

CMYK color model

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

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • 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.46
%12.16

Codes

Color #73E0D6 in popluar color models

73E0D6
RGB115224214
HSL174°63.74%66.47%
HSB/HSV174°48.66%87.84%
CMYK48.66%0.00%4.46%
12.16%

Color #73E0D6 in popluar number systems.

HEX73E0D6
Decimal115224214
Binary11100111110000011010110
Octal163340326

Shades and tints

Shades of #73E0D6

#73E0D6
(115,224,214)
#69CCC3
(105,204,195)
#5FB8B0
(95,184,176)
#55A49D
(85,164,157)
#4B908A
(75,144,138)
#417C77
(65,124,119)
#376864
(55,104,100)
#2D5451
(45,84,81)
#23403E
(35,64,62)
#192C2B
(25,44,43)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #73E0D6

#73E0D6
(115,224,214)
#7FE2D9
(127,226,217)
#8BE4DC
(139,228,220)
#97E6DF
(151,230,223)
#A3E8E2
(163,232,226)
#AFEAE5
(175,234,229)
#BBECE8
(187,236,232)
#C7EEEB
(199,238,235)
#D3F0EE
(211,240,238)
#DFF2F1
(223,242,241)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E0D6; }

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

This text font color is #73E0D6.


Background Color

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

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

This div background color is #73E0D6.


Border color

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

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

This div border color is #73E0D6.


Opacity

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

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

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

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

This text has shadow with #73E0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E0D6 on black background.


Color preview on white background

This text has color #73E0D6 on white background.



Black color preview on #73E0D6 background

This text has black color on #73E0D6 background.


White color preview on #73E0D6 background

This text has white color on #73E0D6 background.