COLOR #73C8C2

HEX: #73C8C2
RGB: (115,200,194)

Color info

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

RGB color model

#73C8C2 color RGB value is (115,200,194).

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

RGB channels and saturation

R 115 of 255 = 45%
G 200 of 255 = 78%
B 194 of 255 = 76%

115
200
194

R + G + B ~ 66%. #73C8C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 200 + 194 = 509 (100%)
R 115 of 509 ~ 22.59%
G 200 of 509 ~ 39.29%
B 194 of 509 ~ 38.11%

%22.59
%39.29
%38.11

CMYK color model

#73C8C2 color CMYK value is (43,0,3,22).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 21.57%
CMYK:
(43,0,3,22)
C43M0Y3K22 
(43%,0%,3%,22%)
(0.43/0.00/0.03/0.22)	

CMYK percentages

%42.5
%0
%3
%21.57

Codes

Color #73C8C2 in popluar color models

73C8C2
RGB115200194
HSL176°43.59%61.76%
HSB/HSV176°42.50%78.43%
CMYK42.50%0.00%3.00%
21.57%

Color #73C8C2 in popluar number systems.

HEX73C8C2
Decimal115200194
Binary11100111100100011000010
Octal163310302

Shades and tints

Shades of #73C8C2

#73C8C2
(115,200,194)
#69B6B1
(105,182,177)
#5FA4A0
(95,164,160)
#55928F
(85,146,143)
#4B807E
(75,128,126)
#416E6D
(65,110,109)
#375C5C
(55,92,92)
#2D4A4B
(45,74,75)
#23383A
(35,56,58)
#192629
(25,38,41)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #73C8C2

#73C8C2
(115,200,194)
#7FCDC7
(127,205,199)
#8BD2CC
(139,210,204)
#97D7D1
(151,215,209)
#A3DCD6
(163,220,214)
#AFE1DB
(175,225,219)
#BBE6E0
(187,230,224)
#C7EBE5
(199,235,229)
#D3F0EA
(211,240,234)
#DFF5EF
(223,245,239)
#EBFAF4
(235,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C8C2; }

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

This text font color is #73C8C2.


Background Color

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

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

This div background color is #73C8C2.


Border color

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

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

This div border color is #73C8C2.


Opacity

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

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

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

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

This text has shadow with #73C8C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C8C2 on black background.


Color preview on white background

This text has color #73C8C2 on white background.



Black color preview on #73C8C2 background

This text has black color on #73C8C2 background.


White color preview on #73C8C2 background

This text has white color on #73C8C2 background.