COLOR #72CCBF

HEX: #72CCBF
RGB: (114,204,191)

Color info

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

RGB color model

#72CCBF color RGB value is (114,204,191).

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

RGB channels and saturation

R 114 of 255 = 45%
G 204 of 255 = 80%
B 191 of 255 = 75%

114
204
191

R + G + B ~ 67%. #72CCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 204 + 191 = 509 (100%)
R 114 of 509 ~ 22.4%
G 204 of 509 ~ 40.08%
B 191 of 509 ~ 37.52%

%22.4
%40.08
%37.52

CMYK color model

#72CCBF color CMYK value is (44,0,6,20).

  • cyan value is 44.12%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 20.00%
CMYK:
(44,0,6,20)
C44M0Y6K20 
(44%,0%,6%,20%)
(0.44/0.00/0.06/0.20)	

CMYK percentages

%44.12
%0
%6.37
%20

Codes

Color #72CCBF in popluar color models

72CCBF
RGB114204191
HSL171°46.88%62.35%
HSB/HSV171°44.12%80.00%
CMYK44.12%0.00%6.37%
20.00%

Color #72CCBF in popluar number systems.

HEX72CCBF
Decimal114204191
Binary11100101100110010111111
Octal162314277

Shades and tints

Shades of #72CCBF

#72CCBF
(114,204,191)
#68BAAE
(104,186,174)
#5EA89D
(94,168,157)
#54968C
(84,150,140)
#4A847B
(74,132,123)
#40726A
(64,114,106)
#366059
(54,96,89)
#2C4E48
(44,78,72)
#223C37
(34,60,55)
#182A26
(24,42,38)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #72CCBF

#72CCBF
(114,204,191)
#7ED0C4
(126,208,196)
#8AD4C9
(138,212,201)
#96D8CE
(150,216,206)
#A2DCD3
(162,220,211)
#AEE0D8
(174,224,216)
#BAE4DD
(186,228,221)
#C6E8E2
(198,232,226)
#D2ECE7
(210,236,231)
#DEF0EC
(222,240,236)
#EAF4F1
(234,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72CCBF color. Also use rgb(114,204,191) instead hex code.

Text Font Color

.myTextColor { color: #72CCBF; }

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

This text font color is #72CCBF.


Background Color

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

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

This div background color is #72CCBF.


Border color

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

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

This div border color is #72CCBF.


Opacity

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

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

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

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

This text has shadow with #72CCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72CCBF on black background.


Color preview on white background

This text has color #72CCBF on white background.



Black color preview on #72CCBF background

This text has black color on #72CCBF background.


White color preview on #72CCBF background

This text has white color on #72CCBF background.