COLOR #73B69F

HEX: #73B69F RGB: (115,182,159)

Color info

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

RGB color model

#73B69F color RGB value is (115,182,159).

RGB: (115,182,159) (45%, 71%, 62%)

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 159 of 255 = 62%

115
182
159

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

Portions of RGB colors in percentages

R + G + B = 115 + 182 + 159 = 456 (100%)
R 115 of 456 ~ 25.22%
G 182 of 456 ~ 39.91%
B 159 of 456 ~ 34.87'%

%25.22
%39.91
%34.87

CMYK color model

#73B69F color CMYK value is (37,0,13,29).

  • cyan value is 36.81%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%

CMYK: (37,0,13,29)
C37M0Y13K29 (37%, 0%, 13%, 29%)
(0.37 / 0.00 / 0.13 / 0.29)

CMYK percentages

%36.81
%0
%12.64
%28.63

Codes

Color #73B69F in popluar color models

73 B6 9F
RGB 115 182 159
HSL 159° 31.46% 58.24%
HSB/HSV 159° 36.81% 71.37%
CMYK 36.81% 0.00% 12.64%
28.63%

Color #73B69F in popluar number systems.

HEX 73 B6 9F
Decimal 115 182 159
Binary 1110011 10110110 10011111
Octal 163 266 237

Shades and tints

Shades of #73B69F

#73B69F
(115,182,159)
#69A691
(105,166,145)
#5F9683
(95,150,131)
#558675
(85,134,117)
#4B7667
(75,118,103)
#416659
(65,102,89)
#37564B
(55,86,75)
#2D463D
(45,70,61)
#23362F
(35,54,47)
#192621
(25,38,33)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #73B69F

#73B69F
(115,182,159)
#7FBCA7
(127,188,167)
#8BC2AF
(139,194,175)
#97C8B7
(151,200,183)
#A3CEBF
(163,206,191)
#AFD4C7
(175,212,199)
#BBDACF
(187,218,207)
#C7E0D7
(199,224,215)
#D3E6DF
(211,230,223)
#DFECE7
(223,236,231)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B69F; }

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

This text font color is #73B69F.

Background Color

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

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

This div background color is #73B69F.

Border color

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

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

This div border color is #73B69F.

Opacity

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

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

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

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

This text has shadow with #73B69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B69F.

Preview

Color preview on black background

This text has color #73B69F on black background.


Color preview on white background

This text has color #73B69F on white background.


Black color preview on #73B69F background

This text has black color on #73B69F background.


White color preview on #73B69F background

This text has white color on #73B69F background.


Related colors

Complementary color

Complementary color for #hex is #8C4960.


I love getcolorcode.com

Triadic colors

1 #9F73B6 and #B69F73 with #73B69F are triadic colors.

2 #9FB673 and #B6739F with #73B69F are triadic colors.