COLOR #73E8BE

HEX: #73E8BE
RGB: (115,232,190)

Color info

#73E8BE contains mainly green and blue colors. Web safe color of #73E8BE is #66FFCC (or #6FC).

RGB color model

#73E8BE color RGB value is (115,232,190).

  • red value is 115;
  • green value is 232;
  • blue value is 190.
RGB:
(115,232,190)
(45%,91%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 232 of 255 = 91%
B 190 of 255 = 75%

115
232
190

R + G + B ~ 70%. #73E8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 232 + 190 = 537 (100%)
R 115 of 537 ~ 21.42%
G 232 of 537 ~ 43.2%
B 190 of 537 ~ 35.38%

%21.42
%43.2
%35.38

CMYK color model

#73E8BE color CMYK value is (50,0,18,9).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(50,0,18,9)
C50M0Y18K9 
(50%,0%,18%,9%)
(0.50/0.00/0.18/0.09)	

CMYK percentages

%50.43
%0
%18.1
%9.02

Codes

Color #73E8BE in popluar color models

73E8BE
RGB115232190
HSL158°71.78%68.04%
HSB/HSV158°50.43%90.98%
CMYK50.43%0.00%18.10%
9.02%

Color #73E8BE in popluar number systems.

HEX73E8BE
Decimal115232190
Binary11100111110100010111110
Octal163350276

Shades and tints

Shades of #73E8BE

#73E8BE
(115,232,190)
#69D3AD
(105,211,173)
#5FBE9C
(95,190,156)
#55A98B
(85,169,139)
#4B947A
(75,148,122)
#417F69
(65,127,105)
#376A58
(55,106,88)
#2D5547
(45,85,71)
#234036
(35,64,54)
#192B25
(25,43,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #73E8BE

#73E8BE
(115,232,190)
#7FEAC3
(127,234,195)
#8BECC8
(139,236,200)
#97EECD
(151,238,205)
#A3F0D2
(163,240,210)
#AFF2D7
(175,242,215)
#BBF4DC
(187,244,220)
#C7F6E1
(199,246,225)
#D3F8E6
(211,248,230)
#DFFAEB
(223,250,235)
#EBFCF0
(235,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E8BE; }

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

This text font color is #73E8BE.


Background Color

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

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

This div background color is #73E8BE.


Border color

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

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

This div border color is #73E8BE.


Opacity

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

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

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

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

This text has shadow with #73E8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E8BE on black background.


Color preview on white background

This text has color #73E8BE on white background.



Black color preview on #73E8BE background

This text has black color on #73E8BE background.


White color preview on #73E8BE background

This text has white color on #73E8BE background.