COLOR #72C9CF

HEX: #72C9CF
RGB: (114,201,207)

Color info

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

RGB color model

#72C9CF color RGB value is (114,201,207).

  • red value is 114;
  • green value is 201;
  • blue value is 207.
RGB:
(114,201,207)
(45%,79%,81%)

RGB channels and saturation

R 114 of 255 = 45%
G 201 of 255 = 79%
B 207 of 255 = 81%

114
201
207

R + G + B ~ 68%. #72C9CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 201 + 207 = 522 (100%)
R 114 of 522 ~ 21.84%
G 201 of 522 ~ 38.51%
B 207 of 522 ~ 39.66%

%21.84
%38.51
%39.66

CMYK color model

#72C9CF color CMYK value is (45,3,0,19).

  • cyan value is 44.93%
  • magenta value is 2.90%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(45,3,0,19)
C45M3Y0K19 
(45%,3%,0%,19%)
(0.45/0.03/0.00/0.19)	

CMYK percentages

%44.93
%2.9
%0
%18.82

Codes

Color #72C9CF in popluar color models

72C9CF
RGB114201207
HSL184°49.21%62.94%
HSB/HSV184°44.93%81.18%
CMYK44.93%2.90%0.00%
18.82%

Color #72C9CF in popluar number systems.

HEX72C9CF
Decimal114201207
Binary11100101100100111001111
Octal162311317

Shades and tints

Shades of #72C9CF

#72C9CF
(114,201,207)
#68B7BD
(104,183,189)
#5EA5AB
(94,165,171)
#549399
(84,147,153)
#4A8187
(74,129,135)
#406F75
(64,111,117)
#365D63
(54,93,99)
#2C4B51
(44,75,81)
#22393F
(34,57,63)
#18272D
(24,39,45)
#0E151B
(14,21,27)
#000000
(0,0,0)

Tints of #72C9CF

#72C9CF
(114,201,207)
#7ECDD3
(126,205,211)
#8AD1D7
(138,209,215)
#96D5DB
(150,213,219)
#A2D9DF
(162,217,223)
#AEDDE3
(174,221,227)
#BAE1E7
(186,225,231)
#C6E5EB
(198,229,235)
#D2E9EF
(210,233,239)
#DEEDF3
(222,237,243)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72C9CF color. Also use rgb(114,201,207) instead hex code.

Text Font Color

.myTextColor { color: #72C9CF; }

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

This text font color is #72C9CF.


Background Color

.myBgColor { background-color: #72C9CF; }

<div style="background-color:#72C9CF">Inner text</div>

This div background color is #72C9CF.


Border color

.myBorderColor { border: 1px solid #72C9CF; }

<div style="border:3px solid #72C9CF">Div</div>

This div border color is #72C9CF.


Opacity

.myOpacity80 { color: #72C9CF; opacity: 0.8; }

<p style="color:#72C9CF;opacity:0.8;">80%</p>

Text with #72C9CF 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 #72C9CF;}

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

This text has shadow with #72C9CF color.

.textShadow {text-shadow: 3px 3px 1px #72C9CF, 3px 3px 1px red;}

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

This text has shadow with #72C9CF primary color and red secondary color.


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

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

This text has shadow with #72C9CF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72C9CF on black background.


Color preview on white background

This text has color #72C9CF on white background.



Black color preview on #72C9CF background

This text has black color on #72C9CF background.


White color preview on #72C9CF background

This text has white color on #72C9CF background.