COLOR #73E2E5

HEX: #73E2E5
RGB: (115,226,229)

Color info

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

RGB color model

#73E2E5 color RGB value is (115,226,229).

  • red value is 115;
  • green value is 226;
  • blue value is 229.
RGB:
(115,226,229)
(45%,89%,90%)

RGB channels and saturation

R 115 of 255 = 45%
G 226 of 255 = 89%
B 229 of 255 = 90%

115
226
229

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

Portions of RGB colors in percentages

R + G + B =
115 + 226 + 229 = 570 (100%)
R 115 of 570 ~ 20.18%
G 226 of 570 ~ 39.65%
B 229 of 570 ~ 40.18%

%20.18
%39.65
%40.18

CMYK color model

#73E2E5 color CMYK value is (50,1,0,10).

  • cyan value is 49.78%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(50,1,0,10)
C50M1Y0K10 
(50%,1%,0%,10%)
(0.50/0.01/0.00/0.10)	

CMYK percentages

%49.78
%1.31
%0
%10.2

Codes

Color #73E2E5 in popluar color models

73E2E5
RGB115226229
HSL182°68.67%67.45%
HSB/HSV182°49.78%89.80%
CMYK49.78%1.31%0.00%
10.20%

Color #73E2E5 in popluar number systems.

HEX73E2E5
Decimal115226229
Binary11100111110001011100101
Octal163342345

Shades and tints

Shades of #73E2E5

#73E2E5
(115,226,229)
#69CED1
(105,206,209)
#5FBABD
(95,186,189)
#55A6A9
(85,166,169)
#4B9295
(75,146,149)
#417E81
(65,126,129)
#376A6D
(55,106,109)
#2D5659
(45,86,89)
#234245
(35,66,69)
#192E31
(25,46,49)
#0F1A1D
(15,26,29)
#000000
(0,0,0)

Tints of #73E2E5

#73E2E5
(115,226,229)
#7FE4E7
(127,228,231)
#8BE6E9
(139,230,233)
#97E8EB
(151,232,235)
#A3EAED
(163,234,237)
#AFECEF
(175,236,239)
#BBEEF1
(187,238,241)
#C7F0F3
(199,240,243)
#D3F2F5
(211,242,245)
#DFF4F7
(223,244,247)
#EBF6F9
(235,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73E2E5 color. Also use rgb(115,226,229) instead hex code.

Text Font Color

.myTextColor { color: #73E2E5; }

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

This text font color is #73E2E5.


Background Color

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

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

This div background color is #73E2E5.


Border color

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

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

This div border color is #73E2E5.


Opacity

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

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

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

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

This text has shadow with #73E2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73E2E5 on black background.


Color preview on white background

This text has color #73E2E5 on white background.



Black color preview on #73E2E5 background

This text has black color on #73E2E5 background.


White color preview on #73E2E5 background

This text has white color on #73E2E5 background.