COLOR #73C0C0

HEX: #73C0C0
RGB: (115,192,192)

Color info

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

RGB color model

#73C0C0 color RGB value is (115,192,192).

  • red value is 115;
  • green value is 192;
  • blue value is 192.
RGB:
(115,192,192)
(45%,75%,75%)

RGB channels and saturation

R 115 of 255 = 45%
G 192 of 255 = 75%
B 192 of 255 = 75%

115
192
192

R + G + B ~ 65%. #73C0C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 192 + 192 = 499 (100%)
R 115 of 499 ~ 23.05%
G 192 of 499 ~ 38.48%
B 192 of 499 ~ 38.48%

%23.05
%38.48
%38.48

CMYK color model

#73C0C0 color CMYK value is (40,0,0,25).

  • cyan value is 40.10%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(40,0,0,25)
C40M0Y0K25 
(40%,0%,0%,25%)
(0.40/0.00/0.00/0.25)	

CMYK percentages

%40.1
%0
%0
%24.71

Codes

Color #73C0C0 in popluar color models

73C0C0
RGB115192192
HSL180°37.93%60.20%
HSB/HSV180°40.10%75.29%
CMYK40.10%0.00%0.00%
24.71%

Color #73C0C0 in popluar number systems.

HEX73C0C0
Decimal115192192
Binary11100111100000011000000
Octal163300300

Shades and tints

Shades of #73C0C0

#73C0C0
(115,192,192)
#69AFAF
(105,175,175)
#5F9E9E
(95,158,158)
#558D8D
(85,141,141)
#4B7C7C
(75,124,124)
#416B6B
(65,107,107)
#375A5A
(55,90,90)
#2D4949
(45,73,73)
#233838
(35,56,56)
#192727
(25,39,39)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #73C0C0

#73C0C0
(115,192,192)
#7FC5C5
(127,197,197)
#8BCACA
(139,202,202)
#97CFCF
(151,207,207)
#A3D4D4
(163,212,212)
#AFD9D9
(175,217,217)
#BBDEDE
(187,222,222)
#C7E3E3
(199,227,227)
#D3E8E8
(211,232,232)
#DFEDED
(223,237,237)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73C0C0; }

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

This text font color is #73C0C0.


Background Color

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

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

This div background color is #73C0C0.


Border color

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

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

This div border color is #73C0C0.


Opacity

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

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

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

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

This text has shadow with #73C0C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73C0C0 on black background.


Color preview on white background

This text has color #73C0C0 on white background.



Black color preview on #73C0C0 background

This text has black color on #73C0C0 background.


White color preview on #73C0C0 background

This text has white color on #73C0C0 background.