COLOR #73C2CE

HEX: #73C2CE RGB: (115,194,206)

Color info

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

RGB color model

#73C2CE color RGB value is (115,194,206).

RGB: (115,194,206) (45%, 76%, 81%)

RGB channels and saturation

R 115 of 255 = 45%
G 194 of 255 = 76%
B 206 of 255 = 81%

115
194
206

R + G + B ~ 67%. #73C2CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 115 + 194 + 206 = 515 (100%)
R 115 of 515 ~ 22.33%
G 194 of 515 ~ 37.67%
B 206 of 515 ~ 40'%

%22.33
%37.67
%40

CMYK color model

#73C2CE color CMYK value is (44,6,0,19).

  • cyan value is 44.17%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (44,6,0,19)
C44M6Y0K19 (44%, 6%, 0%, 19%)
(0.44 / 0.06 / 0.00 / 0.19)

CMYK percentages

%44.17
%5.83
%0
%19.22

Codes

Color #73C2CE in popluar color models

73 C2 CE
RGB 115 194 206
HSL 188° 48.15% 62.94%
HSB/HSV 188° 44.17% 80.78%
CMYK 44.17% 5.83% 0.00%
19.22%

Color #73C2CE in popluar number systems.

HEX 73 C2 CE
Decimal 115 194 206
Binary 1110011 11000010 11001110
Octal 163 302 316

Shades and tints

Shades of #73C2CE

#73C2CE
(115,194,206)
#69B1BC
(105,177,188)
#5FA0AA
(95,160,170)
#558F98
(85,143,152)
#4B7E86
(75,126,134)
#416D74
(65,109,116)
#375C62
(55,92,98)
#2D4B50
(45,75,80)
#233A3E
(35,58,62)
#19292C
(25,41,44)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #73C2CE

#73C2CE
(115,194,206)
#7FC7D2
(127,199,210)
#8BCCD6
(139,204,214)
#97D1DA
(151,209,218)
#A3D6DE
(163,214,222)
#AFDBE2
(175,219,226)
#BBE0E6
(187,224,230)
#C7E5EA
(199,229,234)
#D3EAEE
(211,234,238)
#DFEFF2
(223,239,242)
#EBF4F6
(235,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C2CE; }

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

This text font color is #73C2CE.

Background Color

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

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

This div background color is #73C2CE.

Border color

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

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

This div border color is #73C2CE.

Opacity

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

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

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

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

This text has shadow with #73C2CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #73C2CE.

Preview

Color preview on black background

This text has color #73C2CE on black background.


Color preview on white background

This text has color #73C2CE on white background.


Black color preview on #73C2CE background

This text has black color on #73C2CE background.


White color preview on #73C2CE background

This text has white color on #73C2CE background.


Related colors

Complementary color

Complementary color for #hex is #8C3D31.


I love getcolorcode.com

Triadic colors

1 #CE73C2 and #C2CE73 with #73C2CE are triadic colors.

2 #CEC273 and #C273CE with #73C2CE are triadic colors.