COLOR #72F6CB

HEX: #72F6CB
RGB: (114,246,203)

Color info

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

RGB color model

#72F6CB color RGB value is (114,246,203).

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

RGB channels and saturation

R 114 of 255 = 45%
G 246 of 255 = 96%
B 203 of 255 = 80%

114
246
203

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

Portions of RGB colors in percentages

R + G + B =
114 + 246 + 203 = 563 (100%)
R 114 of 563 ~ 20.25%
G 246 of 563 ~ 43.69%
B 203 of 563 ~ 36.06%

%20.25
%43.69
%36.06

CMYK color model

#72F6CB color CMYK value is (54,0,17,4).

  • cyan value is 53.66%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 3.53%
CMYK:
(54,0,17,4)
C54M0Y17K4 
(54%,0%,17%,4%)
(0.54/0.00/0.17/0.04)	

CMYK percentages

%53.66
%0
%17.48
%3.53

Codes

Color #72F6CB in popluar color models

72F6CB
RGB114246203
HSL160°88.00%70.59%
HSB/HSV160°53.66%96.47%
CMYK53.66%0.00%17.48%
3.53%

Color #72F6CB in popluar number systems.

HEX72F6CB
Decimal114246203
Binary11100101111011011001011
Octal162366313

Shades and tints

Shades of #72F6CB

#72F6CB
(114,246,203)
#68E0B9
(104,224,185)
#5ECAA7
(94,202,167)
#54B495
(84,180,149)
#4A9E83
(74,158,131)
#408871
(64,136,113)
#36725F
(54,114,95)
#2C5C4D
(44,92,77)
#22463B
(34,70,59)
#183029
(24,48,41)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #72F6CB

#72F6CB
(114,246,203)
#7EF6CF
(126,246,207)
#8AF6D3
(138,246,211)
#96F6D7
(150,246,215)
#A2F6DB
(162,246,219)
#AEF6DF
(174,246,223)
#BAF6E3
(186,246,227)
#C6F6E7
(198,246,231)
#D2F6EB
(210,246,235)
#DEF6EF
(222,246,239)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72F6CB; }

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

This text font color is #72F6CB.


Background Color

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

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

This div background color is #72F6CB.


Border color

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

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

This div border color is #72F6CB.


Opacity

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

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

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

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

This text has shadow with #72F6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72F6CB on black background.


Color preview on white background

This text has color #72F6CB on white background.



Black color preview on #72F6CB background

This text has black color on #72F6CB background.


White color preview on #72F6CB background

This text has white color on #72F6CB background.