COLOR #72FFD6

HEX: #72FFD6 RGB: (114,255,214)

Color info

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

RGB color model

#72FFD6 color RGB value is (114,255,214).

RGB: (114,255,214) (45%, 100%, 84%)

RGB channels and saturation

R 114 of 255 = 45%
G 255 of 255 = 100%
B 214 of 255 = 84%

114
255
214

R + G + B ~ 76%. #72FFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 114 + 255 + 214 = 583 (100%)
R 114 of 583 ~ 19.55%
G 255 of 583 ~ 43.74%
B 214 of 583 ~ 36.71'%

%19.55
%43.74
%36.71

CMYK color model

#72FFD6 color CMYK value is (55,0,16,0).

  • cyan value is 55.29%
  • magenta value is 0.00%
  • yellow value is 16.08%
  • key color value is 0.00%

CMYK: (55,0,16,0)
C55M0Y16K0 (55%, 0%, 16%, 0%)
(0.55 / 0.00 / 0.16 / 0.00)

CMYK percentages

%55.29
%0
%16.08
%0

Codes

Color #72FFD6 in popluar color models

72 FF D6
RGB 114 255 214
HSL 163° 100.00% 72.35%
HSB/HSV 163° 55.29% 100.00%
CMYK 55.29% 0.00% 16.08%
0.00%

Color #72FFD6 in popluar number systems.

HEX 72 FF D6
Decimal 114 255 214
Binary 1110010 11111111 11010110
Octal 162 377 326

Shades and tints

Shades of #72FFD6

#72FFD6
(114,255,214)
#68E8C3
(104,232,195)
#5ED1B0
(94,209,176)
#54BA9D
(84,186,157)
#4AA38A
(74,163,138)
#408C77
(64,140,119)
#367564
(54,117,100)
#2C5E51
(44,94,81)
#22473E
(34,71,62)
#18302B
(24,48,43)
#0E1918
(14,25,24)
#000000
(0,0,0)

Tints of #72FFD6

#72FFD6
(114,255,214)
#7EFFD9
(126,255,217)
#8AFFDC
(138,255,220)
#96FFDF
(150,255,223)
#A2FFE2
(162,255,226)
#AEFFE5
(174,255,229)
#BAFFE8
(186,255,232)
#C6FFEB
(198,255,235)
#D2FFEE
(210,255,238)
#DEFFF1
(222,255,241)
#EAFFF4
(234,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72FFD6 color. Also use rgb(114,255,214) instead hex code.

Text Font Color

.myTextColor { color: #72FFD6; }

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

This text font color is #72FFD6.

Background Color

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

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

This div background color is #72FFD6.

Border color

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

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

This div border color is #72FFD6.

Opacity

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

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

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

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

This text has shadow with #72FFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72FFD6.

Preview

Color preview on black background

This text has color #72FFD6 on black background.


Color preview on white background

This text has color #72FFD6 on white background.


Black color preview on #72FFD6 background

This text has black color on #72FFD6 background.


White color preview on #72FFD6 background

This text has white color on #72FFD6 background.


Related colors

Complementary color

Complementary color for #hex is #8D0029.


I love getcolorcode.com

Triadic colors

1 #D672FF and #FFD672 with #72FFD6 are triadic colors.

2 #D6FF72 and #FF72D6 with #72FFD6 are triadic colors.