COLOR #73CFB5

HEX: #73CFB5
RGB: (115,207,181)

Color info

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

RGB color model

#73CFB5 color RGB value is (115,207,181).

  • red value is 115;
  • green value is 207;
  • blue value is 181.
RGB:
(115,207,181)
(45%,81%,71%)

RGB channels and saturation

R 115 of 255 = 45%
G 207 of 255 = 81%
B 181 of 255 = 71%

115
207
181

R + G + B ~ 66%. #73CFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 207 + 181 = 503 (100%)
R 115 of 503 ~ 22.86%
G 207 of 503 ~ 41.15%
B 181 of 503 ~ 35.98%

%22.86
%41.15
%35.98

CMYK color model

#73CFB5 color CMYK value is (44,0,13,19).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 18.82%
CMYK:
(44,0,13,19)
C44M0Y13K19 
(44%,0%,13%,19%)
(0.44/0.00/0.13/0.19)	

CMYK percentages

%44.44
%0
%12.56
%18.82

Codes

Color #73CFB5 in popluar color models

73CFB5
RGB115207181
HSL163°48.94%63.14%
HSB/HSV163°44.44%81.18%
CMYK44.44%0.00%12.56%
18.82%

Color #73CFB5 in popluar number systems.

HEX73CFB5
Decimal115207181
Binary11100111100111110110101
Octal163317265

Shades and tints

Shades of #73CFB5

#73CFB5
(115,207,181)
#69BDA5
(105,189,165)
#5FAB95
(95,171,149)
#559985
(85,153,133)
#4B8775
(75,135,117)
#417565
(65,117,101)
#376355
(55,99,85)
#2D5145
(45,81,69)
#233F35
(35,63,53)
#192D25
(25,45,37)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #73CFB5

#73CFB5
(115,207,181)
#7FD3BB
(127,211,187)
#8BD7C1
(139,215,193)
#97DBC7
(151,219,199)
#A3DFCD
(163,223,205)
#AFE3D3
(175,227,211)
#BBE7D9
(187,231,217)
#C7EBDF
(199,235,223)
#D3EFE5
(211,239,229)
#DFF3EB
(223,243,235)
#EBF7F1
(235,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CFB5; }

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

This text font color is #73CFB5.


Background Color

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

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

This div background color is #73CFB5.


Border color

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

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

This div border color is #73CFB5.


Opacity

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

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

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

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

This text has shadow with #73CFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CFB5 on black background.


Color preview on white background

This text has color #73CFB5 on white background.



Black color preview on #73CFB5 background

This text has black color on #73CFB5 background.


White color preview on #73CFB5 background

This text has white color on #73CFB5 background.