COLOR #73C09B

HEX: #73C09B RGB: (115,192,155)

Color info

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

RGB color model

#73C09B color RGB value is (115,192,155).

RGB: (115,192,155) (45%, 75%, 61%)

RGB channels and saturation

R 115 of 255 = 45%
G 192 of 255 = 75%
B 155 of 255 = 61%

115
192
155

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

Portions of RGB colors in percentages

R + G + B = 115 + 192 + 155 = 462 (100%)
R 115 of 462 ~ 24.89%
G 192 of 462 ~ 41.56%
B 155 of 462 ~ 33.55'%

%24.89
%41.56
%33.55

CMYK color model

#73C09B color CMYK value is (40,0,19,25).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 19.27%
  • key color value is 24.71%

CMYK: (40,0,19,25)
C40M0Y19K25 (40%, 0%, 19%, 25%)
(0.40 / 0.00 / 0.19 / 0.25)

CMYK percentages

%40.1
%0
%19.27
%24.71

Codes

Color #73C09B in popluar color models

73 C0 9B
RGB 115 192 155
HSL 151° 37.93% 60.20%
HSB/HSV 151° 40.10% 75.29%
CMYK 40.10% 0.00% 19.27%
24.71%

Color #73C09B in popluar number systems.

HEX 73 C0 9B
Decimal 115 192 155
Binary 1110011 11000000 10011011
Octal 163 300 233

Shades and tints

Shades of #73C09B

#73C09B
(115,192,155)
#69AF8D
(105,175,141)
#5F9E7F
(95,158,127)
#558D71
(85,141,113)
#4B7C63
(75,124,99)
#416B55
(65,107,85)
#375A47
(55,90,71)
#2D4939
(45,73,57)
#23382B
(35,56,43)
#19271D
(25,39,29)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73C09B

#73C09B
(115,192,155)
#7FC5A4
(127,197,164)
#8BCAAD
(139,202,173)
#97CFB6
(151,207,182)
#A3D4BF
(163,212,191)
#AFD9C8
(175,217,200)
#BBDED1
(187,222,209)
#C7E3DA
(199,227,218)
#D3E8E3
(211,232,227)
#DFEDEC
(223,237,236)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C09B; }

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

This text font color is #73C09B.

Background Color

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

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

This div background color is #73C09B.

Border color

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

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

This div border color is #73C09B.

Opacity

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

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

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

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

This text has shadow with #73C09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C09B.

Preview

Color preview on black background

This text has color #73C09B on black background.


Color preview on white background

This text has color #73C09B on white background.


Black color preview on #73C09B background

This text has black color on #73C09B background.


White color preview on #73C09B background

This text has white color on #73C09B background.


Related colors

Complementary color

Complementary color for #hex is #8C3F64.


I love getcolorcode.com

Triadic colors

1 #9B73C0 and #C09B73 with #73C09B are triadic colors.

2 #9BC073 and #C0739B with #73C09B are triadic colors.