COLOR #73E0A7

HEX: #73E0A7
RGB: (115,224,167)

Color info

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

RGB color model

#73E0A7 color RGB value is (115,224,167).

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

RGB channels and saturation

R 115 of 255 = 45%
G 224 of 255 = 88%
B 167 of 255 = 65%

115
224
167

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

Portions of RGB colors in percentages

R + G + B =
115 + 224 + 167 = 506 (100%)
R 115 of 506 ~ 22.73%
G 224 of 506 ~ 44.27%
B 167 of 506 ~ 33%

%22.73
%44.27
%33

CMYK color model

#73E0A7 color CMYK value is (49,0,25,12).

  • cyan value is 48.66%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 12.16%
CMYK:
(49,0,25,12)
C49M0Y25K12 
(49%,0%,25%,12%)
(0.49/0.00/0.25/0.12)	

CMYK percentages

%48.66
%0
%25.45
%12.16

Codes

Color #73E0A7 in popluar color models

73E0A7
RGB115224167
HSL149°63.74%66.47%
HSB/HSV149°48.66%87.84%
CMYK48.66%0.00%25.45%
12.16%

Color #73E0A7 in popluar number systems.

HEX73E0A7
Decimal115224167
Binary11100111110000010100111
Octal163340247

Shades and tints

Shades of #73E0A7

#73E0A7
(115,224,167)
#69CC98
(105,204,152)
#5FB889
(95,184,137)
#55A47A
(85,164,122)
#4B906B
(75,144,107)
#417C5C
(65,124,92)
#37684D
(55,104,77)
#2D543E
(45,84,62)
#23402F
(35,64,47)
#192C20
(25,44,32)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #73E0A7

#73E0A7
(115,224,167)
#7FE2AF
(127,226,175)
#8BE4B7
(139,228,183)
#97E6BF
(151,230,191)
#A3E8C7
(163,232,199)
#AFEACF
(175,234,207)
#BBECD7
(187,236,215)
#C7EEDF
(199,238,223)
#D3F0E7
(211,240,231)
#DFF2EF
(223,242,239)
#EBF4F7
(235,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E0A7; }

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

This text font color is #73E0A7.


Background Color

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

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

This div background color is #73E0A7.


Border color

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

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

This div border color is #73E0A7.


Opacity

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

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

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

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

This text has shadow with #73E0A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E0A7 on black background.


Color preview on white background

This text has color #73E0A7 on white background.



Black color preview on #73E0A7 background

This text has black color on #73E0A7 background.


White color preview on #73E0A7 background

This text has white color on #73E0A7 background.