COLOR #73CA8D

HEX: #73CA8D
RGB: (115,202,141)

Color info

#73CA8D contains mainly green color. Web safe color of #73CA8D is #66CC99 (or #6C9).

RGB color model

#73CA8D color RGB value is (115,202,141).

  • red value is 115;
  • green value is 202;
  • blue value is 141.
RGB:
(115,202,141)
(45%,79%,55%)

RGB channels and saturation

R 115 of 255 = 45%
G 202 of 255 = 79%
B 141 of 255 = 55%

115
202
141

R + G + B ~ 60%. #73CA8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 202 + 141 = 458 (100%)
R 115 of 458 ~ 25.11%
G 202 of 458 ~ 44.1%
B 141 of 458 ~ 30.79%

%25.11
%44.1
%30.79

CMYK color model

#73CA8D color CMYK value is (43,0,30,21).

  • cyan value is 43.07%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(43,0,30,21)
C43M0Y30K21 
(43%,0%,30%,21%)
(0.43/0.00/0.30/0.21)	

CMYK percentages

%43.07
%0
%30.2
%20.78

Codes

Color #73CA8D in popluar color models

73CA8D
RGB115202141
HSL138°45.08%62.16%
HSB/HSV138°43.07%79.22%
CMYK43.07%0.00%30.20%
20.78%

Color #73CA8D in popluar number systems.

HEX73CA8D
Decimal115202141
Binary11100111100101010001101
Octal163312215

Shades and tints

Shades of #73CA8D

#73CA8D
(115,202,141)
#69B881
(105,184,129)
#5FA675
(95,166,117)
#559469
(85,148,105)
#4B825D
(75,130,93)
#417051
(65,112,81)
#375E45
(55,94,69)
#2D4C39
(45,76,57)
#233A2D
(35,58,45)
#192821
(25,40,33)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #73CA8D

#73CA8D
(115,202,141)
#7FCE97
(127,206,151)
#8BD2A1
(139,210,161)
#97D6AB
(151,214,171)
#A3DAB5
(163,218,181)
#AFDEBF
(175,222,191)
#BBE2C9
(187,226,201)
#C7E6D3
(199,230,211)
#D3EADD
(211,234,221)
#DFEEE7
(223,238,231)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CA8D color. Also use rgb(115,202,141) instead hex code.

Text Font Color

.myTextColor { color: #73CA8D; }

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

This text font color is #73CA8D.


Background Color

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

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

This div background color is #73CA8D.


Border color

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

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

This div border color is #73CA8D.


Opacity

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

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

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

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

This text has shadow with #73CA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CA8D on black background.


Color preview on white background

This text has color #73CA8D on white background.



Black color preview on #73CA8D background

This text has black color on #73CA8D background.


White color preview on #73CA8D background

This text has white color on #73CA8D background.