COLOR #72F0DF

HEX: #72F0DF
RGB: (114,240,223)

Color info

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

RGB color model

#72F0DF color RGB value is (114,240,223).

  • red value is 114;
  • green value is 240;
  • blue value is 223.
RGB:
(114,240,223)
(45%,94%,87%)

RGB channels and saturation

R 114 of 255 = 45%
G 240 of 255 = 94%
B 223 of 255 = 87%

114
240
223

R + G + B ~ 75%. #72F0DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 240 + 223 = 577 (100%)
R 114 of 577 ~ 19.76%
G 240 of 577 ~ 41.59%
B 223 of 577 ~ 38.65%

%19.76
%41.59
%38.65

CMYK color model

#72F0DF color CMYK value is (53,0,7,6).

  • cyan value is 52.50%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 5.88%
CMYK:
(53,0,7,6)
C53M0Y7K6 
(53%,0%,7%,6%)
(0.53/0.00/0.07/0.06)	

CMYK percentages

%52.5
%0
%7.08
%5.88

Codes

Color #72F0DF in popluar color models

72F0DF
RGB114240223
HSL172°80.77%69.41%
HSB/HSV172°52.50%94.12%
CMYK52.50%0.00%7.08%
5.88%

Color #72F0DF in popluar number systems.

HEX72F0DF
Decimal114240223
Binary11100101111000011011111
Octal162360337

Shades and tints

Shades of #72F0DF

#72F0DF
(114,240,223)
#68DBCB
(104,219,203)
#5EC6B7
(94,198,183)
#54B1A3
(84,177,163)
#4A9C8F
(74,156,143)
#40877B
(64,135,123)
#367267
(54,114,103)
#2C5D53
(44,93,83)
#22483F
(34,72,63)
#18332B
(24,51,43)
#0E1E17
(14,30,23)
#000000
(0,0,0)

Tints of #72F0DF

#72F0DF
(114,240,223)
#7EF1E1
(126,241,225)
#8AF2E3
(138,242,227)
#96F3E5
(150,243,229)
#A2F4E7
(162,244,231)
#AEF5E9
(174,245,233)
#BAF6EB
(186,246,235)
#C6F7ED
(198,247,237)
#D2F8EF
(210,248,239)
#DEF9F1
(222,249,241)
#EAFAF3
(234,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72F0DF color. Also use rgb(114,240,223) instead hex code.

Text Font Color

.myTextColor { color: #72F0DF; }

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

This text font color is #72F0DF.


Background Color

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

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

This div background color is #72F0DF.


Border color

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

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

This div border color is #72F0DF.


Opacity

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

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

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

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

This text has shadow with #72F0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F0DF on black background.


Color preview on white background

This text has color #72F0DF on white background.



Black color preview on #72F0DF background

This text has black color on #72F0DF background.


White color preview on #72F0DF background

This text has white color on #72F0DF background.