COLOR #72E6F3

HEX: #72E6F3
RGB: (114,230,243)

Color info

#72E6F3 contains mainly green and blue colors. Web safe color of #72E6F3 is #66CCFF (or #6CF).

RGB color model

#72E6F3 color RGB value is (114,230,243).

  • red value is 114;
  • green value is 230;
  • blue value is 243.
RGB:
(114,230,243)
(45%,90%,95%)

RGB channels and saturation

R 114 of 255 = 45%
G 230 of 255 = 90%
B 243 of 255 = 95%

114
230
243

R + G + B ~ 77%. #72E6F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 230 + 243 = 587 (100%)
R 114 of 587 ~ 19.42%
G 230 of 587 ~ 39.18%
B 243 of 587 ~ 41.4%

%19.42
%39.18
%41.4

CMYK color model

#72E6F3 color CMYK value is (53,5,0,5).

  • cyan value is 53.09%
  • magenta value is 5.35%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(53,5,0,5)
C53M5Y0K5 
(53%,5%,0%,5%)
(0.53/0.05/0.00/0.05)	

CMYK percentages

%53.09
%5.35
%0
%4.71

Codes

Color #72E6F3 in popluar color models

72E6F3
RGB114230243
HSL186°84.31%70.00%
HSB/HSV186°53.09%95.29%
CMYK53.09%5.35%0.00%
4.71%

Color #72E6F3 in popluar number systems.

HEX72E6F3
Decimal114230243
Binary11100101110011011110011
Octal162346363

Shades and tints

Shades of #72E6F3

#72E6F3
(114,230,243)
#68D2DD
(104,210,221)
#5EBEC7
(94,190,199)
#54AAB1
(84,170,177)
#4A969B
(74,150,155)
#408285
(64,130,133)
#366E6F
(54,110,111)
#2C5A59
(44,90,89)
#224643
(34,70,67)
#18322D
(24,50,45)
#0E1E17
(14,30,23)
#000000
(0,0,0)

Tints of #72E6F3

#72E6F3
(114,230,243)
#7EE8F4
(126,232,244)
#8AEAF5
(138,234,245)
#96ECF6
(150,236,246)
#A2EEF7
(162,238,247)
#AEF0F8
(174,240,248)
#BAF2F9
(186,242,249)
#C6F4FA
(198,244,250)
#D2F6FB
(210,246,251)
#DEF8FC
(222,248,252)
#EAFAFD
(234,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72E6F3 color. Also use rgb(114,230,243) instead hex code.

Text Font Color

.myTextColor { color: #72E6F3; }

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

This text font color is #72E6F3.


Background Color

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

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

This div background color is #72E6F3.


Border color

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

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

This div border color is #72E6F3.


Opacity

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

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

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

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

This text has shadow with #72E6F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E6F3 on black background.


Color preview on white background

This text has color #72E6F3 on white background.



Black color preview on #72E6F3 background

This text has black color on #72E6F3 background.


White color preview on #72E6F3 background

This text has white color on #72E6F3 background.