COLOR #73CD9B

HEX: #73CD9B
RGB: (115,205,155)

Color info

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

RGB color model

#73CD9B color RGB value is (115,205,155).

  • red value is 115;
  • green value is 205;
  • blue value is 155.
RGB:
(115,205,155)
(45%,80%,61%)

RGB channels and saturation

R 115 of 255 = 45%
G 205 of 255 = 80%
B 155 of 255 = 61%

115
205
155

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

Portions of RGB colors in percentages

R + G + B =
115 + 205 + 155 = 475 (100%)
R 115 of 475 ~ 24.21%
G 205 of 475 ~ 43.16%
B 155 of 475 ~ 32.63%

%24.21
%43.16
%32.63

CMYK color model

#73CD9B color CMYK value is (44,0,24,20).

  • cyan value is 43.90%
  • magenta value is 0.00%
  • yellow value is 24.39%
  • key color value is 19.61%
CMYK:
(44,0,24,20)
C44M0Y24K20 
(44%,0%,24%,20%)
(0.44/0.00/0.24/0.20)	

CMYK percentages

%43.9
%0
%24.39
%19.61

Codes

Color #73CD9B in popluar color models

73CD9B
RGB115205155
HSL147°47.37%62.75%
HSB/HSV147°43.90%80.39%
CMYK43.90%0.00%24.39%
19.61%

Color #73CD9B in popluar number systems.

HEX73CD9B
Decimal115205155
Binary11100111100110110011011
Octal163315233

Shades and tints

Shades of #73CD9B

#73CD9B
(115,205,155)
#69BB8D
(105,187,141)
#5FA97F
(95,169,127)
#559771
(85,151,113)
#4B8563
(75,133,99)
#417355
(65,115,85)
#376147
(55,97,71)
#2D4F39
(45,79,57)
#233D2B
(35,61,43)
#192B1D
(25,43,29)
#0F190F
(15,25,15)
#000000
(0,0,0)

Tints of #73CD9B

#73CD9B
(115,205,155)
#7FD1A4
(127,209,164)
#8BD5AD
(139,213,173)
#97D9B6
(151,217,182)
#A3DDBF
(163,221,191)
#AFE1C8
(175,225,200)
#BBE5D1
(187,229,209)
#C7E9DA
(199,233,218)
#D3EDE3
(211,237,227)
#DFF1EC
(223,241,236)
#EBF5F5
(235,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CD9B color. Also use rgb(115,205,155) instead hex code.

Text Font Color

.myTextColor { color: #73CD9B; }

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

This text font color is #73CD9B.


Background Color

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

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

This div background color is #73CD9B.


Border color

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

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

This div border color is #73CD9B.


Opacity

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

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

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

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

This text has shadow with #73CD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CD9B on black background.


Color preview on white background

This text has color #73CD9B on white background.



Black color preview on #73CD9B background

This text has black color on #73CD9B background.


White color preview on #73CD9B background

This text has white color on #73CD9B background.