COLOR #73E5D4

HEX: #73E5D4
RGB: (115,229,212)

Color info

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

RGB color model

#73E5D4 color RGB value is (115,229,212).

  • red value is 115;
  • green value is 229;
  • blue value is 212.
RGB:
(115,229,212)
(45%,90%,83%)

RGB channels and saturation

R 115 of 255 = 45%
G 229 of 255 = 90%
B 212 of 255 = 83%

115
229
212

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

Portions of RGB colors in percentages

R + G + B =
115 + 229 + 212 = 556 (100%)
R 115 of 556 ~ 20.68%
G 229 of 556 ~ 41.19%
B 212 of 556 ~ 38.13%

%20.68
%41.19
%38.13

CMYK color model

#73E5D4 color CMYK value is (50,0,7,10).

  • cyan value is 49.78%
  • magenta value is 0.00%
  • yellow value is 7.42%
  • key color value is 10.20%
CMYK:
(50,0,7,10)
C50M0Y7K10 
(50%,0%,7%,10%)
(0.50/0.00/0.07/0.10)	

CMYK percentages

%49.78
%0
%7.42
%10.2

Codes

Color #73E5D4 in popluar color models

73E5D4
RGB115229212
HSL171°68.67%67.45%
HSB/HSV171°49.78%89.80%
CMYK49.78%0.00%7.42%
10.20%

Color #73E5D4 in popluar number systems.

HEX73E5D4
Decimal115229212
Binary11100111110010111010100
Octal163345324

Shades and tints

Shades of #73E5D4

#73E5D4
(115,229,212)
#69D1C1
(105,209,193)
#5FBDAE
(95,189,174)
#55A99B
(85,169,155)
#4B9588
(75,149,136)
#418175
(65,129,117)
#376D62
(55,109,98)
#2D594F
(45,89,79)
#23453C
(35,69,60)
#193129
(25,49,41)
#0F1D16
(15,29,22)
#000000
(0,0,0)

Tints of #73E5D4

#73E5D4
(115,229,212)
#7FE7D7
(127,231,215)
#8BE9DA
(139,233,218)
#97EBDD
(151,235,221)
#A3EDE0
(163,237,224)
#AFEFE3
(175,239,227)
#BBF1E6
(187,241,230)
#C7F3E9
(199,243,233)
#D3F5EC
(211,245,236)
#DFF7EF
(223,247,239)
#EBF9F2
(235,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E5D4 color. Also use rgb(115,229,212) instead hex code.

Text Font Color

.myTextColor { color: #73E5D4; }

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

This text font color is #73E5D4.


Background Color

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

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

This div background color is #73E5D4.


Border color

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

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

This div border color is #73E5D4.


Opacity

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

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

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

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

This text has shadow with #73E5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E5D4 on black background.


Color preview on white background

This text has color #73E5D4 on white background.



Black color preview on #73E5D4 background

This text has black color on #73E5D4 background.


White color preview on #73E5D4 background

This text has white color on #73E5D4 background.