COLOR #73CCCC

HEX: #73CCCC
RGB: (115,204,204)

Color info

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

RGB color model

#73CCCC color RGB value is (115,204,204).

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

RGB channels and saturation

R 115 of 255 = 45%
G 204 of 255 = 80%
B 204 of 255 = 80%

115
204
204

R + G + B ~ 68%. #73CCCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
115 + 204 + 204 = 523 (100%)
R 115 of 523 ~ 21.99%
G 204 of 523 ~ 39.01%
B 204 of 523 ~ 39.01%

%21.99
%39.01
%39.01

CMYK color model

#73CCCC color CMYK value is (44,0,0,20).

  • cyan value is 43.63%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(44,0,0,20)
C44M0Y0K20 
(44%,0%,0%,20%)
(0.44/0.00/0.00/0.20)	

CMYK percentages

%43.63
%0
%0
%20

Codes

Color #73CCCC in popluar color models

73CCCC
RGB115204204
HSL180°46.60%62.55%
HSB/HSV180°43.63%80.00%
CMYK43.63%0.00%0.00%
20.00%

Color #73CCCC in popluar number systems.

HEX73CCCC
Decimal115204204
Binary11100111100110011001100
Octal163314314

Shades and tints

Shades of #73CCCC

#73CCCC
(115,204,204)
#69BABA
(105,186,186)
#5FA8A8
(95,168,168)
#559696
(85,150,150)
#4B8484
(75,132,132)
#417272
(65,114,114)
#376060
(55,96,96)
#2D4E4E
(45,78,78)
#233C3C
(35,60,60)
#192A2A
(25,42,42)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #73CCCC

#73CCCC
(115,204,204)
#7FD0D0
(127,208,208)
#8BD4D4
(139,212,212)
#97D8D8
(151,216,216)
#A3DCDC
(163,220,220)
#AFE0E0
(175,224,224)
#BBE4E4
(187,228,228)
#C7E8E8
(199,232,232)
#D3ECEC
(211,236,236)
#DFF0F0
(223,240,240)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #73CCCC; }

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

This text font color is #73CCCC.


Background Color

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

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

This div background color is #73CCCC.


Border color

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

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

This div border color is #73CCCC.


Opacity

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

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

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

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

This text has shadow with #73CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #73CCCC on black background.


Color preview on white background

This text has color #73CCCC on white background.



Black color preview on #73CCCC background

This text has black color on #73CCCC background.


White color preview on #73CCCC background

This text has white color on #73CCCC background.