COLOR #73BB98

HEX: #73BB98 RGB: (115,187,152)

Color info

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

RGB color model

#73BB98 color RGB value is (115,187,152).

RGB: (115,187,152) (45%, 73%, 60%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 152 of 255 = 60%

115
187
152

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

Portions of RGB colors in percentages

R + G + B = 115 + 187 + 152 = 454 (100%)
R 115 of 454 ~ 25.33%
G 187 of 454 ~ 41.19%
B 152 of 454 ~ 33.48'%

%25.33
%41.19
%33.48

CMYK color model

#73BB98 color CMYK value is (39,0,19,27).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 18.72%
  • key color value is 26.67%
CMYK: (39,0,19,27) C39M0Y19K27 (39%,0%,19%,27%) (0.39/0.00/0.19/0.27) 

CMYK percentages

%38.5
%0
%18.72
%26.67

Codes

Color #73BB98 in popluar color models

73 BB 98
RGB 115 187 152
HSL 151° 34.62% 59.22%
HSB/HSV 151° 38.50% 73.33%
CMYK 38.50% 0.00% 18.72%
26.67%

Color #73BB98 in popluar number systems.

HEX 73 BB 98
Decimal 115 187 152
Binary 1110011 10111011 10011000
Octal 163 273 230

Shades and tints

Shades of #73BB98

#73BB98
(115,187,152)
#69AA8B
(105,170,139)
#5F997E
(95,153,126)
#558871
(85,136,113)
#4B7764
(75,119,100)
#416657
(65,102,87)
#37554A
(55,85,74)
#2D443D
(45,68,61)
#233330
(35,51,48)
#192223
(25,34,35)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #73BB98

#73BB98
(115,187,152)
#7FC1A1
(127,193,161)
#8BC7AA
(139,199,170)
#97CDB3
(151,205,179)
#A3D3BC
(163,211,188)
#AFD9C5
(175,217,197)
#BBDFCE
(187,223,206)
#C7E5D7
(199,229,215)
#D3EBE0
(211,235,224)
#DFF1E9
(223,241,233)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BB98 color. Also use rgb(115,187,152) instead hex code.

Text Font Color

.myTextColor { color: #73BB98; }

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

This text font color is #73BB98.

Background Color

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

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

This div background color is #73BB98.

Border color

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

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

This div border color is #73BB98.

Opacity

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

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

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

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

This text has shadow with #73BB98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BB98.

Preview

Color preview on black background

This text has color #73BB98 on black background.


Color preview on white background

This text has color #73BB98 on white background.


Black color preview on #73BB98 background

This text has black color on #73BB98 background.


White color preview on #73BB98 background

This text has white color on #73BB98 background.


Related colors

Complementary color

Complementary color for #hex is #8C4467.


I love getcolorcode.com

Triadic colors

1 #9873BB and #BB9873 with #73BB98 are triadic colors.

2 #98BB73 and #BB7398 with #73BB98 are triadic colors.