COLOR #73B09F

HEX: #73B09F RGB: (115,176,159)

Color info

#73B09F contains mainly green and blue colors. Web safe color of #73B09F is #669999 (or #699).

RGB color model

#73B09F color RGB value is (115,176,159).

RGB: (115,176,159) (45%, 69%, 62%)

RGB channels and saturation

R 115 of 255 = 45%
G 176 of 255 = 69%
B 159 of 255 = 62%

115
176
159

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

Portions of RGB colors in percentages

R + G + B = 115 + 176 + 159 = 450 (100%)
R 115 of 450 ~ 25.56%
G 176 of 450 ~ 39.11%
B 159 of 450 ~ 35.33'%

%25.56
%39.11
%35.33

CMYK color model

#73B09F color CMYK value is (35,0,10,31).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 30.98%
CMYK: (35,0,10,31) C35M0Y10K31 (35%,0%,10%,31%) (0.35/0.00/0.10/0.31) 

CMYK percentages

%34.66
%0
%9.66
%30.98

Codes

Color #73B09F in popluar color models

73 B0 9F
RGB 115 176 159
HSL 163° 27.85% 57.06%
HSB/HSV 163° 34.66% 69.02%
CMYK 34.66% 0.00% 9.66%
30.98%

Color #73B09F in popluar number systems.

HEX 73 B0 9F
Decimal 115 176 159
Binary 1110011 10110000 10011111
Octal 163 260 237

Shades and tints

Shades of #73B09F

#73B09F
(115,176,159)
#69A091
(105,160,145)
#5F9083
(95,144,131)
#558075
(85,128,117)
#4B7067
(75,112,103)
#416059
(65,96,89)
#37504B
(55,80,75)
#2D403D
(45,64,61)
#23302F
(35,48,47)
#192021
(25,32,33)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #73B09F

#73B09F
(115,176,159)
#7FB7A7
(127,183,167)
#8BBEAF
(139,190,175)
#97C5B7
(151,197,183)
#A3CCBF
(163,204,191)
#AFD3C7
(175,211,199)
#BBDACF
(187,218,207)
#C7E1D7
(199,225,215)
#D3E8DF
(211,232,223)
#DFEFE7
(223,239,231)
#EBF6EF
(235,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B09F color. Also use rgb(115,176,159) instead hex code.

Text Font Color

.myTextColor { color: #73B09F; }

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

This text font color is #73B09F.

Background Color

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

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

This div background color is #73B09F.

Border color

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

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

This div border color is #73B09F.

Opacity

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

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

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

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

This text has shadow with #73B09F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B09F.

Preview

Color preview on black background

This text has color #73B09F on black background.


Color preview on white background

This text has color #73B09F on white background.


Black color preview on #73B09F background

This text has black color on #73B09F background.


White color preview on #73B09F background

This text has white color on #73B09F background.


Related colors

Complementary color

Complementary color for #hex is #8C4F60.


I love getcolorcode.com

Triadic colors

1 #9F73B0 and #B09F73 with #73B09F are triadic colors.

2 #9FB073 and #B0739F with #73B09F are triadic colors.