COLOR #73B69B

HEX: #73B69B RGB: (115,182,155)

Color info

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

RGB color model

#73B69B color RGB value is (115,182,155).

RGB: (115,182,155) (45%, 71%, 61%)

RGB channels and saturation

R 115 of 255 = 45%
G 182 of 255 = 71%
B 155 of 255 = 61%

115
182
155

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

Portions of RGB colors in percentages

R + G + B = 115 + 182 + 155 = 452 (100%)
R 115 of 452 ~ 25.44%
G 182 of 452 ~ 40.27%
B 155 of 452 ~ 34.29'%

%25.44
%40.27
%34.29

CMYK color model

#73B69B color CMYK value is (37,0,15,29).

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

CMYK: (37,0,15,29)
C37M0Y15K29 (37%, 0%, 15%, 29%)
(0.37 / 0.00 / 0.15 / 0.29)

CMYK percentages

%36.81
%0
%14.84
%28.63

Codes

Color #73B69B in popluar color models

73 B6 9B
RGB 115 182 155
HSL 156° 31.46% 58.24%
HSB/HSV 156° 36.81% 71.37%
CMYK 36.81% 0.00% 14.84%
28.63%

Color #73B69B in popluar number systems.

HEX 73 B6 9B
Decimal 115 182 155
Binary 1110011 10110110 10011011
Octal 163 266 233

Shades and tints

Shades of #73B69B

#73B69B
(115,182,155)
#69A68D
(105,166,141)
#5F967F
(95,150,127)
#558671
(85,134,113)
#4B7663
(75,118,99)
#416655
(65,102,85)
#375647
(55,86,71)
#2D4639
(45,70,57)
#23362B
(35,54,43)
#19261D
(25,38,29)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #73B69B

#73B69B
(115,182,155)
#7FBCA4
(127,188,164)
#8BC2AD
(139,194,173)
#97C8B6
(151,200,182)
#A3CEBF
(163,206,191)
#AFD4C8
(175,212,200)
#BBDAD1
(187,218,209)
#C7E0DA
(199,224,218)
#D3E6E3
(211,230,227)
#DFECEC
(223,236,236)
#EBF2F5
(235,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73B69B; }

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

This text font color is #73B69B.

Background Color

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

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

This div background color is #73B69B.

Border color

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

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

This div border color is #73B69B.

Opacity

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

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

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

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

This text has shadow with #73B69B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B69B.

Preview

Color preview on black background

This text has color #73B69B on black background.


Color preview on white background

This text has color #73B69B on white background.


Black color preview on #73B69B background

This text has black color on #73B69B background.


White color preview on #73B69B background

This text has white color on #73B69B background.


Related colors

Complementary color

Complementary color for #hex is #8C4964.


I love getcolorcode.com

Triadic colors

1 #9B73B6 and #B69B73 with #73B69B are triadic colors.

2 #9BB673 and #B6739B with #73B69B are triadic colors.