COLOR #73D0AE

HEX: #73D0AE
RGB: (115,208,174)

Color info

#73D0AE contains mainly green and blue colors. Web safe color of #73D0AE is #66CC99 (or #6C9).

RGB color model

#73D0AE color RGB value is (115,208,174).

  • red value is 115;
  • green value is 208;
  • blue value is 174.
RGB:
(115,208,174)
(45%,82%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 208 of 255 = 82%
B 174 of 255 = 68%

115
208
174

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

Portions of RGB colors in percentages

R + G + B =
115 + 208 + 174 = 497 (100%)
R 115 of 497 ~ 23.14%
G 208 of 497 ~ 41.85%
B 174 of 497 ~ 35.01%

%23.14
%41.85
%35.01

CMYK color model

#73D0AE color CMYK value is (45,0,16,18).

  • cyan value is 44.71%
  • magenta value is 0.00%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(45,0,16,18)
C45M0Y16K18 
(45%,0%,16%,18%)
(0.45/0.00/0.16/0.18)	

CMYK percentages

%44.71
%0
%16.35
%18.43

Codes

Color #73D0AE in popluar color models

73D0AE
RGB115208174
HSL158°49.73%63.33%
HSB/HSV158°44.71%81.57%
CMYK44.71%0.00%16.35%
18.43%

Color #73D0AE in popluar number systems.

HEX73D0AE
Decimal115208174
Binary11100111101000010101110
Octal163320256

Shades and tints

Shades of #73D0AE

#73D0AE
(115,208,174)
#69BE9F
(105,190,159)
#5FAC90
(95,172,144)
#559A81
(85,154,129)
#4B8872
(75,136,114)
#417663
(65,118,99)
#376454
(55,100,84)
#2D5245
(45,82,69)
#234036
(35,64,54)
#192E27
(25,46,39)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #73D0AE

#73D0AE
(115,208,174)
#7FD4B5
(127,212,181)
#8BD8BC
(139,216,188)
#97DCC3
(151,220,195)
#A3E0CA
(163,224,202)
#AFE4D1
(175,228,209)
#BBE8D8
(187,232,216)
#C7ECDF
(199,236,223)
#D3F0E6
(211,240,230)
#DFF4ED
(223,244,237)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73D0AE color. Also use rgb(115,208,174) instead hex code.

Text Font Color

.myTextColor { color: #73D0AE; }

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

This text font color is #73D0AE.


Background Color

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

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

This div background color is #73D0AE.


Border color

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

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

This div border color is #73D0AE.


Opacity

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

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

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

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

This text has shadow with #73D0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73D0AE on black background.


Color preview on white background

This text has color #73D0AE on white background.



Black color preview on #73D0AE background

This text has black color on #73D0AE background.


White color preview on #73D0AE background

This text has white color on #73D0AE background.