COLOR #73B0AE

HEX: #73B0AE
RGB: (115,176,174)

Color info

#73B0AE contains mainly green and blue colors. Web safe color of #73B0AE is #669999 (or #699).

RGB color model

#73B0AE color RGB value is (115,176,174).

  • red value is 115;
  • green value is 176;
  • blue value is 174.
RGB:
(115,176,174)
(45%,69%,68%)

RGB channels and saturation

R 115 of 255 = 45%
G 176 of 255 = 69%
B 174 of 255 = 68%

115
176
174

R + G + B ~ 61%. #73B0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 176 + 174 = 465 (100%)
R 115 of 465 ~ 24.73%
G 176 of 465 ~ 37.85%
B 174 of 465 ~ 37.42%

%24.73
%37.85
%37.42

CMYK color model

#73B0AE color CMYK value is (35,0,1,31).

  • cyan value is 34.66%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(35,0,1,31)
C35M0Y1K31 
(35%,0%,1%,31%)
(0.35/0.00/0.01/0.31)	

CMYK percentages

%34.66
%0
%1.14
%30.98

Codes

Color #73B0AE in popluar color models

73B0AE
RGB115176174
HSL178°27.85%57.06%
HSB/HSV178°34.66%69.02%
CMYK34.66%0.00%1.14%
30.98%

Color #73B0AE in popluar number systems.

HEX73B0AE
Decimal115176174
Binary11100111011000010101110
Octal163260256

Shades and tints

Shades of #73B0AE

#73B0AE
(115,176,174)
#69A09F
(105,160,159)
#5F9090
(95,144,144)
#558081
(85,128,129)
#4B7072
(75,112,114)
#416063
(65,96,99)
#375054
(55,80,84)
#2D4045
(45,64,69)
#233036
(35,48,54)
#192027
(25,32,39)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #73B0AE

#73B0AE
(115,176,174)
#7FB7B5
(127,183,181)
#8BBEBC
(139,190,188)
#97C5C3
(151,197,195)
#A3CCCA
(163,204,202)
#AFD3D1
(175,211,209)
#BBDAD8
(187,218,216)
#C7E1DF
(199,225,223)
#D3E8E6
(211,232,230)
#DFEFED
(223,239,237)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73B0AE color. Also use rgb(115,176,174) instead hex code.

Text Font Color

.myTextColor { color: #73B0AE; }

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

This text font color is #73B0AE.


Background Color

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

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

This div background color is #73B0AE.


Border color

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

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

This div border color is #73B0AE.


Opacity

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

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

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

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

This text has shadow with #73B0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73B0AE on black background.


Color preview on white background

This text has color #73B0AE on white background.



Black color preview on #73B0AE background

This text has black color on #73B0AE background.


White color preview on #73B0AE background

This text has white color on #73B0AE background.