COLOR #73BFBC

HEX: #73BFBC
RGB: (115,191,188)

Color info

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

RGB color model

#73BFBC color RGB value is (115,191,188).

  • red value is 115;
  • green value is 191;
  • blue value is 188.
RGB:
(115,191,188)
(45%,75%,74%)

RGB channels and saturation

R 115 of 255 = 45%
G 191 of 255 = 75%
B 188 of 255 = 74%

115
191
188

R + G + B ~ 65%. #73BFBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 191 + 188 = 494 (100%)
R 115 of 494 ~ 23.28%
G 191 of 494 ~ 38.66%
B 188 of 494 ~ 38.06%

%23.28
%38.66
%38.06

CMYK color model

#73BFBC color CMYK value is (40,0,2,25).

  • cyan value is 39.79%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 25.10%
CMYK:
(40,0,2,25)
C40M0Y2K25 
(40%,0%,2%,25%)
(0.40/0.00/0.02/0.25)	

CMYK percentages

%39.79
%0
%1.57
%25.1

Codes

Color #73BFBC in popluar color models

73BFBC
RGB115191188
HSL178°37.25%60.00%
HSB/HSV178°39.79%74.90%
CMYK39.79%0.00%1.57%
25.10%

Color #73BFBC in popluar number systems.

HEX73BFBC
Decimal115191188
Binary11100111011111110111100
Octal163277274

Shades and tints

Shades of #73BFBC

#73BFBC
(115,191,188)
#69AEAB
(105,174,171)
#5F9D9A
(95,157,154)
#558C89
(85,140,137)
#4B7B78
(75,123,120)
#416A67
(65,106,103)
#375956
(55,89,86)
#2D4845
(45,72,69)
#233734
(35,55,52)
#192623
(25,38,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #73BFBC

#73BFBC
(115,191,188)
#7FC4C2
(127,196,194)
#8BC9C8
(139,201,200)
#97CECE
(151,206,206)
#A3D3D4
(163,211,212)
#AFD8DA
(175,216,218)
#BBDDE0
(187,221,224)
#C7E2E6
(199,226,230)
#D3E7EC
(211,231,236)
#DFECF2
(223,236,242)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73BFBC color. Also use rgb(115,191,188) instead hex code.

Text Font Color

.myTextColor { color: #73BFBC; }

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

This text font color is #73BFBC.


Background Color

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

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

This div background color is #73BFBC.


Border color

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

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

This div border color is #73BFBC.


Opacity

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

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

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

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

This text has shadow with #73BFBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BFBC on black background.


Color preview on white background

This text has color #73BFBC on white background.



Black color preview on #73BFBC background

This text has black color on #73BFBC background.


White color preview on #73BFBC background

This text has white color on #73BFBC background.