COLOR #73BDBC

HEX: #73BDBC
RGB: (115,189,188)

Color info

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

RGB color model

#73BDBC color RGB value is (115,189,188).

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

RGB channels and saturation

R 115 of 255 = 45%
G 189 of 255 = 74%
B 188 of 255 = 74%

115
189
188

R + G + B ~ 64%. #73BDBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 188 = 492 (100%)
R 115 of 492 ~ 23.37%
G 189 of 492 ~ 38.41%
B 188 of 492 ~ 38.21%

%23.37
%38.41
%38.21

CMYK color model

#73BDBC color CMYK value is (39,0,1,26).

  • cyan value is 39.15%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(39,0,1,26)
C39M0Y1K26 
(39%,0%,1%,26%)
(0.39/0.00/0.01/0.26)	

CMYK percentages

%39.15
%0
%0.53
%25.88

Codes

Color #73BDBC in popluar color models

73BDBC
RGB115189188
HSL179°35.92%59.61%
HSB/HSV179°39.15%74.12%
CMYK39.15%0.00%0.53%
25.88%

Color #73BDBC in popluar number systems.

HEX73BDBC
Decimal115189188
Binary11100111011110110111100
Octal163275274

Shades and tints

Shades of #73BDBC

#73BDBC
(115,189,188)
#69ACAB
(105,172,171)
#5F9B9A
(95,155,154)
#558A89
(85,138,137)
#4B7978
(75,121,120)
#416867
(65,104,103)
#375756
(55,87,86)
#2D4645
(45,70,69)
#233534
(35,53,52)
#192423
(25,36,35)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #73BDBC

#73BDBC
(115,189,188)
#7FC3C2
(127,195,194)
#8BC9C8
(139,201,200)
#97CFCE
(151,207,206)
#A3D5D4
(163,213,212)
#AFDBDA
(175,219,218)
#BBE1E0
(187,225,224)
#C7E7E6
(199,231,230)
#D3EDEC
(211,237,236)
#DFF3F2
(223,243,242)
#EBF9F8
(235,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BDBC; }

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

This text font color is #73BDBC.


Background Color

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

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

This div background color is #73BDBC.


Border color

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

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

This div border color is #73BDBC.


Opacity

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

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

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

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

This text has shadow with #73BDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BDBC on black background.


Color preview on white background

This text has color #73BDBC on white background.



Black color preview on #73BDBC background

This text has black color on #73BDBC background.


White color preview on #73BDBC background

This text has white color on #73BDBC background.