COLOR #73BABF

HEX: #73BABF
RGB: (115,186,191)

Color info

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

RGB color model

#73BABF color RGB value is (115,186,191).

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

RGB channels and saturation

R 115 of 255 = 45%
G 186 of 255 = 73%
B 191 of 255 = 75%

115
186
191

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

Portions of RGB colors in percentages

R + G + B =
115 + 186 + 191 = 492 (100%)
R 115 of 492 ~ 23.37%
G 186 of 492 ~ 37.8%
B 191 of 492 ~ 38.82%

%23.37
%37.8
%38.82

CMYK color model

#73BABF color CMYK value is (40,3,0,25).

  • cyan value is 39.79%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(40,3,0,25)
C40M3Y0K25 
(40%,3%,0%,25%)
(0.40/0.03/0.00/0.25)	

CMYK percentages

%39.79
%2.62
%0
%25.1

Codes

Color #73BABF in popluar color models

73BABF
RGB115186191
HSL184°37.25%60.00%
HSB/HSV184°39.79%74.90%
CMYK39.79%2.62%0.00%
25.10%

Color #73BABF in popluar number systems.

HEX73BABF
Decimal115186191
Binary11100111011101010111111
Octal163272277

Shades and tints

Shades of #73BABF

#73BABF
(115,186,191)
#69AAAE
(105,170,174)
#5F9A9D
(95,154,157)
#558A8C
(85,138,140)
#4B7A7B
(75,122,123)
#416A6A
(65,106,106)
#375A59
(55,90,89)
#2D4A48
(45,74,72)
#233A37
(35,58,55)
#192A26
(25,42,38)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #73BABF

#73BABF
(115,186,191)
#7FC0C4
(127,192,196)
#8BC6C9
(139,198,201)
#97CCCE
(151,204,206)
#A3D2D3
(163,210,211)
#AFD8D8
(175,216,216)
#BBDEDD
(187,222,221)
#C7E4E2
(199,228,226)
#D3EAE7
(211,234,231)
#DFF0EC
(223,240,236)
#EBF6F1
(235,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73BABF; }

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

This text font color is #73BABF.


Background Color

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

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

This div background color is #73BABF.


Border color

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

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

This div border color is #73BABF.


Opacity

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

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

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

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

This text has shadow with #73BABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73BABF on black background.


Color preview on white background

This text has color #73BABF on white background.



Black color preview on #73BABF background

This text has black color on #73BABF background.


White color preview on #73BABF background

This text has white color on #73BABF background.