COLOR #72F6CE

HEX: #72F6CE
RGB: (114,246,206)

Color info

#72F6CE contains mainly green and blue colors. Web safe color of #72F6CE is #66FFCC (or #6FC).

RGB color model

#72F6CE color RGB value is (114,246,206).

  • red value is 114;
  • green value is 246;
  • blue value is 206.
RGB:
(114,246,206)
(45%,96%,81%)

RGB channels and saturation

R 114 of 255 = 45%
G 246 of 255 = 96%
B 206 of 255 = 81%

114
246
206

R + G + B ~ 74%. #72F6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 246 + 206 = 566 (100%)
R 114 of 566 ~ 20.14%
G 246 of 566 ~ 43.46%
B 206 of 566 ~ 36.4%

%20.14
%43.46
%36.4

CMYK color model

#72F6CE color CMYK value is (54,0,16,4).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 16.26%
  • key color value is 3.53%
CMYK:
(54,0,16,4)
C54M0Y16K4 
(54%,0%,16%,4%)
(0.54/0.00/0.16/0.04)	

CMYK percentages

%53.66
%0
%16.26
%3.53

Codes

Color #72F6CE in popluar color models

72F6CE
RGB114246206
HSL162°88.00%70.59%
HSB/HSV162°53.66%96.47%
CMYK53.66%0.00%16.26%
3.53%

Color #72F6CE in popluar number systems.

HEX72F6CE
Decimal114246206
Binary11100101111011011001110
Octal162366316

Shades and tints

Shades of #72F6CE

#72F6CE
(114,246,206)
#68E0BC
(104,224,188)
#5ECAAA
(94,202,170)
#54B498
(84,180,152)
#4A9E86
(74,158,134)
#408874
(64,136,116)
#367262
(54,114,98)
#2C5C50
(44,92,80)
#22463E
(34,70,62)
#18302C
(24,48,44)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #72F6CE

#72F6CE
(114,246,206)
#7EF6D2
(126,246,210)
#8AF6D6
(138,246,214)
#96F6DA
(150,246,218)
#A2F6DE
(162,246,222)
#AEF6E2
(174,246,226)
#BAF6E6
(186,246,230)
#C6F6EA
(198,246,234)
#D2F6EE
(210,246,238)
#DEF6F2
(222,246,242)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72F6CE color. Also use rgb(114,246,206) instead hex code.

Text Font Color

.myTextColor { color: #72F6CE; }

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

This text font color is #72F6CE.


Background Color

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

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

This div background color is #72F6CE.


Border color

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

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

This div border color is #72F6CE.


Opacity

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

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

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

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

This text has shadow with #72F6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F6CE on black background.


Color preview on white background

This text has color #72F6CE on white background.



Black color preview on #72F6CE background

This text has black color on #72F6CE background.


White color preview on #72F6CE background

This text has white color on #72F6CE background.