COLOR #73B788

HEX: #73B788 RGB: (115,183,136)

Color info

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

RGB color model

#73B788 color RGB value is (115,183,136).

RGB: (115,183,136) (45%, 72%, 53%)

RGB channels and saturation

R 115 of 255 = 45%
G 183 of 255 = 72%
B 136 of 255 = 53%

115
183
136

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

Portions of RGB colors in percentages

R + G + B = 115 + 183 + 136 = 434 (100%)
R 115 of 434 ~ 26.5%
G 183 of 434 ~ 42.17%
B 136 of 434 ~ 31.34'%

%26.5
%42.17
%31.34

CMYK color model

#73B788 color CMYK value is (37,0,26,28).

  • cyan value is 37.16%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 28.24%

CMYK: (37,0,26,28)
C37M0Y26K28 (37%, 0%, 26%, 28%)
(0.37 / 0.00 / 0.26 / 0.28)

CMYK percentages

%37.16
%0
%25.68
%28.24

Codes

Color #73B788 in popluar color models

73 B7 88
RGB 115 183 136
HSL 139° 32.08% 58.43%
HSB/HSV 139° 37.16% 71.76%
CMYK 37.16% 0.00% 25.68%
28.24%

Color #73B788 in popluar number systems.

HEX 73 B7 88
Decimal 115 183 136
Binary 1110011 10110111 10001000
Octal 163 267 210

Shades and tints

Shades of #73B788

#73B788
(115,183,136)
#69A77C
(105,167,124)
#5F9770
(95,151,112)
#558764
(85,135,100)
#4B7758
(75,119,88)
#41674C
(65,103,76)
#375740
(55,87,64)
#2D4734
(45,71,52)
#233728
(35,55,40)
#19271C
(25,39,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #73B788

#73B788
(115,183,136)
#7FBD92
(127,189,146)
#8BC39C
(139,195,156)
#97C9A6
(151,201,166)
#A3CFB0
(163,207,176)
#AFD5BA
(175,213,186)
#BBDBC4
(187,219,196)
#C7E1CE
(199,225,206)
#D3E7D8
(211,231,216)
#DFEDE2
(223,237,226)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B788 color. Also use rgb(115,183,136) instead hex code.

Text Font Color

.myTextColor { color: #73B788; }

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

This text font color is #73B788.

Background Color

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

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

This div background color is #73B788.

Border color

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

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

This div border color is #73B788.

Opacity

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

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

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

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

This text has shadow with #73B788 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73B788.

Preview

Color preview on black background

This text has color #73B788 on black background.


Color preview on white background

This text has color #73B788 on white background.


Black color preview on #73B788 background

This text has black color on #73B788 background.


White color preview on #73B788 background

This text has white color on #73B788 background.


Related colors

Complementary color

Complementary color for #hex is #8C4877.


I love getcolorcode.com

Triadic colors

1 #8873B7 and #B78873 with #73B788 are triadic colors.

2 #88B773 and #B77388 with #73B788 are triadic colors.