COLOR #73C2E1

HEX: #73C2E1
RGB: (115,194,225)

Color info

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

RGB color model

#73C2E1 color RGB value is (115,194,225).

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

RGB channels and saturation

R 115 of 255 = 45%
G 194 of 255 = 76%
B 225 of 255 = 88%

115
194
225

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

Portions of RGB colors in percentages

R + G + B =
115 + 194 + 225 = 534 (100%)
R 115 of 534 ~ 21.54%
G 194 of 534 ~ 36.33%
B 225 of 534 ~ 42.13%

%21.54
%36.33
%42.13

CMYK color model

#73C2E1 color CMYK value is (49,14,0,12).

  • cyan value is 48.89%
  • magenta value is 13.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(49,14,0,12)
C49M14Y0K12 
(49%,14%,0%,12%)
(0.49/0.14/0.00/0.12)	

CMYK percentages

%48.89
%13.78
%0
%11.76

Codes

Color #73C2E1 in popluar color models

73C2E1
RGB115194225
HSL197°64.71%66.67%
HSB/HSV197°48.89%88.24%
CMYK48.89%13.78%0.00%
11.76%

Color #73C2E1 in popluar number systems.

HEX73C2E1
Decimal115194225
Binary11100111100001011100001
Octal163302341

Shades and tints

Shades of #73C2E1

#73C2E1
(115,194,225)
#69B1CD
(105,177,205)
#5FA0B9
(95,160,185)
#558FA5
(85,143,165)
#4B7E91
(75,126,145)
#416D7D
(65,109,125)
#375C69
(55,92,105)
#2D4B55
(45,75,85)
#233A41
(35,58,65)
#19292D
(25,41,45)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #73C2E1

#73C2E1
(115,194,225)
#7FC7E3
(127,199,227)
#8BCCE5
(139,204,229)
#97D1E7
(151,209,231)
#A3D6E9
(163,214,233)
#AFDBEB
(175,219,235)
#BBE0ED
(187,224,237)
#C7E5EF
(199,229,239)
#D3EAF1
(211,234,241)
#DFEFF3
(223,239,243)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C2E1; }

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

This text font color is #73C2E1.


Background Color

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

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

This div background color is #73C2E1.


Border color

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

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

This div border color is #73C2E1.


Opacity

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

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

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

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

This text has shadow with #73C2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C2E1 on black background.


Color preview on white background

This text has color #73C2E1 on white background.



Black color preview on #73C2E1 background

This text has black color on #73C2E1 background.


White color preview on #73C2E1 background

This text has white color on #73C2E1 background.