COLOR #73BDBD

HEX: #73BDBD
RGB: (115,189,189)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

115
189
189

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

Portions of RGB colors in percentages

R + G + B =
115 + 189 + 189 = 493 (100%)
R 115 of 493 ~ 23.33%
G 189 of 493 ~ 38.34%
B 189 of 493 ~ 38.34%

%23.33
%38.34
%38.34

CMYK color model

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

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

CMYK percentages

%39.15
%0
%0
%25.88

Codes

Color #73BDBD in popluar color models

73BDBD
RGB115189189
HSL180°35.92%59.61%
HSB/HSV180°39.15%74.12%
CMYK39.15%0.00%0.00%
25.88%

Color #73BDBD in popluar number systems.

HEX73BDBD
Decimal115189189
Binary11100111011110110111101
Octal163275275

Shades and tints

Shades of #73BDBD

#73BDBD
(115,189,189)
#69ACAC
(105,172,172)
#5F9B9B
(95,155,155)
#558A8A
(85,138,138)
#4B7979
(75,121,121)
#416868
(65,104,104)
#375757
(55,87,87)
#2D4646
(45,70,70)
#233535
(35,53,53)
#192424
(25,36,36)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #73BDBD

#73BDBD
(115,189,189)
#7FC3C3
(127,195,195)
#8BC9C9
(139,201,201)
#97CFCF
(151,207,207)
#A3D5D5
(163,213,213)
#AFDBDB
(175,219,219)
#BBE1E1
(187,225,225)
#C7E7E7
(199,231,231)
#D3EDED
(211,237,237)
#DFF3F3
(223,243,243)
#EBF9F9
(235,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BDBD; }

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

This text font color is #73BDBD.


Background Color

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

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

This div background color is #73BDBD.


Border color

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

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

This div border color is #73BDBD.


Opacity

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

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

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

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

This text has shadow with #73BDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BDBD on black background.


Color preview on white background

This text has color #73BDBD on white background.



Black color preview on #73BDBD background

This text has black color on #73BDBD background.


White color preview on #73BDBD background

This text has white color on #73BDBD background.