COLOR #73BBBB

HEX: #73BBBB RGB: (115,187,187)

Color info

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

RGB color model

#73BBBB color RGB value is (115,187,187).

RGB: (115,187,187) (45%, 73%, 73%)

RGB channels and saturation

R 115 of 255 = 45%
G 187 of 255 = 73%
B 187 of 255 = 73%

115
187
187

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

Portions of RGB colors in percentages

R + G + B = 115 + 187 + 187 = 489 (100%)
R 115 of 489 ~ 23.52%
G 187 of 489 ~ 38.24%
B 187 of 489 ~ 38.24'%

%23.52
%38.24
%38.24

CMYK color model

#73BBBB color CMYK value is (39,0,0,27).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (39,0,0,27) C39M0Y0K27 (39%,0%,0%,27%) (0.39/0.00/0.00/0.27) 

CMYK percentages

%38.5
%0
%0
%26.67

Codes

Color #73BBBB in popluar color models

73 BB BB
RGB 115 187 187
HSL 180° 34.62% 59.22%
HSB/HSV 180° 38.50% 73.33%
CMYK 38.50% 0.00% 0.00%
26.67%

Color #73BBBB in popluar number systems.

HEX 73 BB BB
Decimal 115 187 187
Binary 1110011 10111011 10111011
Octal 163 273 273

Shades and tints

Shades of #73BBBB

#73BBBB
(115,187,187)
#69AAAA
(105,170,170)
#5F9999
(95,153,153)
#558888
(85,136,136)
#4B7777
(75,119,119)
#416666
(65,102,102)
#375555
(55,85,85)
#2D4444
(45,68,68)
#233333
(35,51,51)
#192222
(25,34,34)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #73BBBB

#73BBBB
(115,187,187)
#7FC1C1
(127,193,193)
#8BC7C7
(139,199,199)
#97CDCD
(151,205,205)
#A3D3D3
(163,211,211)
#AFD9D9
(175,217,217)
#BBDFDF
(187,223,223)
#C7E5E5
(199,229,229)
#D3EBEB
(211,235,235)
#DFF1F1
(223,241,241)
#EBF7F7
(235,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BBBB; }

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

This text font color is #73BBBB.

Background Color

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

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

This div background color is #73BBBB.

Border color

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

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

This div border color is #73BBBB.

Opacity

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

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

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

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

This text has shadow with #73BBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73BBBB.

Preview

Color preview on black background

This text has color #73BBBB on black background.


Color preview on white background

This text has color #73BBBB on white background.


Black color preview on #73BBBB background

This text has black color on #73BBBB background.


White color preview on #73BBBB background

This text has white color on #73BBBB background.


Related colors

Complementary color

Complementary color for #hex is #8C4444.


I love getcolorcode.com