COLOR #73E1EE

HEX: #73E1EE
RGB: (115,225,238)

Color info

#73E1EE contains mainly green and blue colors. Web safe color of #73E1EE is #66CCFF (or #6CF).

RGB color model

#73E1EE color RGB value is (115,225,238).

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

RGB channels and saturation

R 115 of 255 = 45%
G 225 of 255 = 88%
B 238 of 255 = 93%

115
225
238

R + G + B ~ 75%. #73E1EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 225 + 238 = 578 (100%)
R 115 of 578 ~ 19.9%
G 225 of 578 ~ 38.93%
B 238 of 578 ~ 41.18%

%19.9
%38.93
%41.18

CMYK color model

#73E1EE color CMYK value is (52,5,0,7).

  • cyan value is 51.68%
  • magenta value is 5.46%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(52,5,0,7)
C52M5Y0K7 
(52%,5%,0%,7%)
(0.52/0.05/0.00/0.07)	

CMYK percentages

%51.68
%5.46
%0
%6.67

Codes

Color #73E1EE in popluar color models

73E1EE
RGB115225238
HSL186°78.34%69.22%
HSB/HSV186°51.68%93.33%
CMYK51.68%5.46%0.00%
6.67%

Color #73E1EE in popluar number systems.

HEX73E1EE
Decimal115225238
Binary11100111110000111101110
Octal163341356

Shades and tints

Shades of #73E1EE

#73E1EE
(115,225,238)
#69CDD9
(105,205,217)
#5FB9C4
(95,185,196)
#55A5AF
(85,165,175)
#4B919A
(75,145,154)
#417D85
(65,125,133)
#376970
(55,105,112)
#2D555B
(45,85,91)
#234146
(35,65,70)
#192D31
(25,45,49)
#0F191C
(15,25,28)
#000000
(0,0,0)

Tints of #73E1EE

#73E1EE
(115,225,238)
#7FE3EF
(127,227,239)
#8BE5F0
(139,229,240)
#97E7F1
(151,231,241)
#A3E9F2
(163,233,242)
#AFEBF3
(175,235,243)
#BBEDF4
(187,237,244)
#C7EFF5
(199,239,245)
#D3F1F6
(211,241,246)
#DFF3F7
(223,243,247)
#EBF5F8
(235,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73E1EE; }

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

This text font color is #73E1EE.


Background Color

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

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

This div background color is #73E1EE.


Border color

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

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

This div border color is #73E1EE.


Opacity

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

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

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

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

This text has shadow with #73E1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E1EE on black background.


Color preview on white background

This text has color #73E1EE on white background.



Black color preview on #73E1EE background

This text has black color on #73E1EE background.


White color preview on #73E1EE background

This text has white color on #73E1EE background.