COLOR #73CAD2

HEX: #73CAD2
RGB: (115,202,210)

Color info

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

RGB color model

#73CAD2 color RGB value is (115,202,210).

  • red value is 115;
  • green value is 202;
  • blue value is 210.
RGB:
(115,202,210)
(45%,79%,82%)

RGB channels and saturation

R 115 of 255 = 45%
G 202 of 255 = 79%
B 210 of 255 = 82%

115
202
210

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

Portions of RGB colors in percentages

R + G + B =
115 + 202 + 210 = 527 (100%)
R 115 of 527 ~ 21.82%
G 202 of 527 ~ 38.33%
B 210 of 527 ~ 39.85%

%21.82
%38.33
%39.85

CMYK color model

#73CAD2 color CMYK value is (45,4,0,18).

  • cyan value is 45.24%
  • magenta value is 3.81%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(45,4,0,18)
C45M4Y0K18 
(45%,4%,0%,18%)
(0.45/0.04/0.00/0.18)	

CMYK percentages

%45.24
%3.81
%0
%17.65

Codes

Color #73CAD2 in popluar color models

73CAD2
RGB115202210
HSL185°51.35%63.73%
HSB/HSV185°45.24%82.35%
CMYK45.24%3.81%0.00%
17.65%

Color #73CAD2 in popluar number systems.

HEX73CAD2
Decimal115202210
Binary11100111100101011010010
Octal163312322

Shades and tints

Shades of #73CAD2

#73CAD2
(115,202,210)
#69B8BF
(105,184,191)
#5FA6AC
(95,166,172)
#559499
(85,148,153)
#4B8286
(75,130,134)
#417073
(65,112,115)
#375E60
(55,94,96)
#2D4C4D
(45,76,77)
#233A3A
(35,58,58)
#192827
(25,40,39)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #73CAD2

#73CAD2
(115,202,210)
#7FCED6
(127,206,214)
#8BD2DA
(139,210,218)
#97D6DE
(151,214,222)
#A3DAE2
(163,218,226)
#AFDEE6
(175,222,230)
#BBE2EA
(187,226,234)
#C7E6EE
(199,230,238)
#D3EAF2
(211,234,242)
#DFEEF6
(223,238,246)
#EBF2FA
(235,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #73CAD2 color. Also use rgb(115,202,210) instead hex code.

Text Font Color

.myTextColor { color: #73CAD2; }

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

This text font color is #73CAD2.


Background Color

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

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

This div background color is #73CAD2.


Border color

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

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

This div border color is #73CAD2.


Opacity

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

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

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

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

This text has shadow with #73CAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CAD2 on black background.


Color preview on white background

This text has color #73CAD2 on white background.



Black color preview on #73CAD2 background

This text has black color on #73CAD2 background.


White color preview on #73CAD2 background

This text has white color on #73CAD2 background.