COLOR #73E1BC

HEX: #73E1BC
RGB: (115,225,188)

Color info

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

RGB color model

#73E1BC color RGB value is (115,225,188).

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

RGB channels and saturation

R 115 of 255 = 45%
G 225 of 255 = 88%
B 188 of 255 = 74%

115
225
188

R + G + B ~ 69%. #73E1BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 225 + 188 = 528 (100%)
R 115 of 528 ~ 21.78%
G 225 of 528 ~ 42.61%
B 188 of 528 ~ 35.61%

%21.78
%42.61
%35.61

CMYK color model

#73E1BC color CMYK value is (49,0,16,12).

  • cyan value is 48.89%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 11.76%
CMYK:
(49,0,16,12)
C49M0Y16K12 
(49%,0%,16%,12%)
(0.49/0.00/0.16/0.12)	

CMYK percentages

%48.89
%0
%16.44
%11.76

Codes

Color #73E1BC in popluar color models

73E1BC
RGB115225188
HSL160°64.71%66.67%
HSB/HSV160°48.89%88.24%
CMYK48.89%0.00%16.44%
11.76%

Color #73E1BC in popluar number systems.

HEX73E1BC
Decimal115225188
Binary11100111110000110111100
Octal163341274

Shades and tints

Shades of #73E1BC

#73E1BC
(115,225,188)
#69CDAB
(105,205,171)
#5FB99A
(95,185,154)
#55A589
(85,165,137)
#4B9178
(75,145,120)
#417D67
(65,125,103)
#376956
(55,105,86)
#2D5545
(45,85,69)
#234134
(35,65,52)
#192D23
(25,45,35)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #73E1BC

#73E1BC
(115,225,188)
#7FE3C2
(127,227,194)
#8BE5C8
(139,229,200)
#97E7CE
(151,231,206)
#A3E9D4
(163,233,212)
#AFEBDA
(175,235,218)
#BBEDE0
(187,237,224)
#C7EFE6
(199,239,230)
#D3F1EC
(211,241,236)
#DFF3F2
(223,243,242)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E1BC; }

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

This text font color is #73E1BC.


Background Color

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

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

This div background color is #73E1BC.


Border color

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

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

This div border color is #73E1BC.


Opacity

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

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

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

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

This text has shadow with #73E1BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E1BC on black background.


Color preview on white background

This text has color #73E1BC on white background.



Black color preview on #73E1BC background

This text has black color on #73E1BC background.


White color preview on #73E1BC background

This text has white color on #73E1BC background.