COLOR #73C9BE

HEX: #73C9BE
RGB: (115,201,190)

Color info

#73C9BE contains mainly green and blue colors. Web safe color of #73C9BE is #66CCCC (or #6CC).

RGB color model

#73C9BE color RGB value is (115,201,190).

  • red value is 115;
  • green value is 201;
  • blue value is 190.
RGB:
(115,201,190)
(45%,79%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 201 of 255 = 79%
B 190 of 255 = 75%

115
201
190

R + G + B ~ 66%. #73C9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 201 + 190 = 506 (100%)
R 115 of 506 ~ 22.73%
G 201 of 506 ~ 39.72%
B 190 of 506 ~ 37.55%

%22.73
%39.72
%37.55

CMYK color model

#73C9BE color CMYK value is (43,0,5,21).

  • cyan value is 42.79%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(43,0,5,21)
C43M0Y5K21 
(43%,0%,5%,21%)
(0.43/0.00/0.05/0.21)	

CMYK percentages

%42.79
%0
%5.47
%21.18

Codes

Color #73C9BE in popluar color models

73C9BE
RGB115201190
HSL172°44.33%61.96%
HSB/HSV172°42.79%78.82%
CMYK42.79%0.00%5.47%
21.18%

Color #73C9BE in popluar number systems.

HEX73C9BE
Decimal115201190
Binary11100111100100110111110
Octal163311276

Shades and tints

Shades of #73C9BE

#73C9BE
(115,201,190)
#69B7AD
(105,183,173)
#5FA59C
(95,165,156)
#55938B
(85,147,139)
#4B817A
(75,129,122)
#416F69
(65,111,105)
#375D58
(55,93,88)
#2D4B47
(45,75,71)
#233936
(35,57,54)
#192725
(25,39,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #73C9BE

#73C9BE
(115,201,190)
#7FCDC3
(127,205,195)
#8BD1C8
(139,209,200)
#97D5CD
(151,213,205)
#A3D9D2
(163,217,210)
#AFDDD7
(175,221,215)
#BBE1DC
(187,225,220)
#C7E5E1
(199,229,225)
#D3E9E6
(211,233,230)
#DFEDEB
(223,237,235)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73C9BE color. Also use rgb(115,201,190) instead hex code.

Text Font Color

.myTextColor { color: #73C9BE; }

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

This text font color is #73C9BE.


Background Color

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

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

This div background color is #73C9BE.


Border color

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

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

This div border color is #73C9BE.


Opacity

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

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

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

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

This text has shadow with #73C9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C9BE on black background.


Color preview on white background

This text has color #73C9BE on white background.



Black color preview on #73C9BE background

This text has black color on #73C9BE background.


White color preview on #73C9BE background

This text has white color on #73C9BE background.