COLOR #72F8B6

HEX: #72F8B6
RGB: (114,248,182)

Color info

#72F8B6 contains mainly green color. Web safe color of #72F8B6 is #66FFCC (or #6FC).

RGB color model

#72F8B6 color RGB value is (114,248,182).

  • red value is 114;
  • green value is 248;
  • blue value is 182.
RGB:
(114,248,182)
(45%,97%,71%)

RGB channels and saturation

R 114 of 255 = 45%
G 248 of 255 = 97%
B 182 of 255 = 71%

114
248
182

R + G + B ~ 71%. #72F8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 248 + 182 = 544 (100%)
R 114 of 544 ~ 20.96%
G 248 of 544 ~ 45.59%
B 182 of 544 ~ 33.46%

%20.96
%45.59
%33.46

CMYK color model

#72F8B6 color CMYK value is (54,0,27,3).

  • cyan value is 54.03%
  • magenta value is 0.00%
  • yellow value is 26.61%
  • key color value is 2.75%
CMYK:
(54,0,27,3)
C54M0Y27K3 
(54%,0%,27%,3%)
(0.54/0.00/0.27/0.03)	

CMYK percentages

%54.03
%0
%26.61
%2.75

Codes

Color #72F8B6 in popluar color models

72F8B6
RGB114248182
HSL150°90.54%70.98%
HSB/HSV150°54.03%97.25%
CMYK54.03%0.00%26.61%
2.75%

Color #72F8B6 in popluar number systems.

HEX72F8B6
Decimal114248182
Binary11100101111100010110110
Octal162370266

Shades and tints

Shades of #72F8B6

#72F8B6
(114,248,182)
#68E2A6
(104,226,166)
#5ECC96
(94,204,150)
#54B686
(84,182,134)
#4AA076
(74,160,118)
#408A66
(64,138,102)
#367456
(54,116,86)
#2C5E46
(44,94,70)
#224836
(34,72,54)
#183226
(24,50,38)
#0E1C16
(14,28,22)
#000000
(0,0,0)

Tints of #72F8B6

#72F8B6
(114,248,182)
#7EF8BC
(126,248,188)
#8AF8C2
(138,248,194)
#96F8C8
(150,248,200)
#A2F8CE
(162,248,206)
#AEF8D4
(174,248,212)
#BAF8DA
(186,248,218)
#C6F8E0
(198,248,224)
#D2F8E6
(210,248,230)
#DEF8EC
(222,248,236)
#EAF8F2
(234,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72F8B6 color. Also use rgb(114,248,182) instead hex code.

Text Font Color

.myTextColor { color: #72F8B6; }

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

This text font color is #72F8B6.


Background Color

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

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

This div background color is #72F8B6.


Border color

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

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

This div border color is #72F8B6.


Opacity

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

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

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

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

This text has shadow with #72F8B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F8B6 on black background.


Color preview on white background

This text has color #72F8B6 on white background.



Black color preview on #72F8B6 background

This text has black color on #72F8B6 background.


White color preview on #72F8B6 background

This text has white color on #72F8B6 background.