COLOR #73CB9E

HEX: #73CB9E
RGB: (115,203,158)

Color info

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

RGB color model

#73CB9E color RGB value is (115,203,158).

  • red value is 115;
  • green value is 203;
  • blue value is 158.
RGB:
(115,203,158)
(45%,80%,62%)

RGB channels and saturation

R 115 of 255 = 45%
G 203 of 255 = 80%
B 158 of 255 = 62%

115
203
158

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

Portions of RGB colors in percentages

R + G + B =
115 + 203 + 158 = 476 (100%)
R 115 of 476 ~ 24.16%
G 203 of 476 ~ 42.65%
B 158 of 476 ~ 33.19%

%24.16
%42.65
%33.19

CMYK color model

#73CB9E color CMYK value is (43,0,22,20).

  • cyan value is 43.35%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(43,0,22,20)
C43M0Y22K20 
(43%,0%,22%,20%)
(0.43/0.00/0.22/0.20)	

CMYK percentages

%43.35
%0
%22.17
%20.39

Codes

Color #73CB9E in popluar color models

73CB9E
RGB115203158
HSL149°45.83%62.35%
HSB/HSV149°43.35%79.61%
CMYK43.35%0.00%22.17%
20.39%

Color #73CB9E in popluar number systems.

HEX73CB9E
Decimal115203158
Binary11100111100101110011110
Octal163313236

Shades and tints

Shades of #73CB9E

#73CB9E
(115,203,158)
#69B990
(105,185,144)
#5FA782
(95,167,130)
#559574
(85,149,116)
#4B8366
(75,131,102)
#417158
(65,113,88)
#375F4A
(55,95,74)
#2D4D3C
(45,77,60)
#233B2E
(35,59,46)
#192920
(25,41,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #73CB9E

#73CB9E
(115,203,158)
#7FCFA6
(127,207,166)
#8BD3AE
(139,211,174)
#97D7B6
(151,215,182)
#A3DBBE
(163,219,190)
#AFDFC6
(175,223,198)
#BBE3CE
(187,227,206)
#C7E7D6
(199,231,214)
#D3EBDE
(211,235,222)
#DFEFE6
(223,239,230)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CB9E color. Also use rgb(115,203,158) instead hex code.

Text Font Color

.myTextColor { color: #73CB9E; }

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

This text font color is #73CB9E.


Background Color

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

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

This div background color is #73CB9E.


Border color

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

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

This div border color is #73CB9E.


Opacity

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

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

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

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

This text has shadow with #73CB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CB9E on black background.


Color preview on white background

This text has color #73CB9E on white background.



Black color preview on #73CB9E background

This text has black color on #73CB9E background.


White color preview on #73CB9E background

This text has white color on #73CB9E background.