COLOR #72FBE5

HEX: #72FBE5
RGB: (114,251,229)

Color info

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

RGB color model

#72FBE5 color RGB value is (114,251,229).

  • red value is 114;
  • green value is 251;
  • blue value is 229.
RGB:
(114,251,229)
(45%,98%,90%)

RGB channels and saturation

R 114 of 255 = 45%
G 251 of 255 = 98%
B 229 of 255 = 90%

114
251
229

R + G + B ~ 78%. #72FBE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 251 + 229 = 594 (100%)
R 114 of 594 ~ 19.19%
G 251 of 594 ~ 42.26%
B 229 of 594 ~ 38.55%

%19.19
%42.26
%38.55

CMYK color model

#72FBE5 color CMYK value is (55,0,9,2).

  • cyan value is 54.58%
  • magenta value is 0.00%
  • yellow value is 8.76%
  • key color value is 1.57%
CMYK:
(55,0,9,2)
C55M0Y9K2 
(55%,0%,9%,2%)
(0.55/0.00/0.09/0.02)	

CMYK percentages

%54.58
%0
%8.76
%1.57

Codes

Color #72FBE5 in popluar color models

72FBE5
RGB114251229
HSL170°94.48%71.57%
HSB/HSV170°54.58%98.43%
CMYK54.58%0.00%8.76%
1.57%

Color #72FBE5 in popluar number systems.

HEX72FBE5
Decimal114251229
Binary11100101111101111100101
Octal162373345

Shades and tints

Shades of #72FBE5

#72FBE5
(114,251,229)
#68E5D1
(104,229,209)
#5ECFBD
(94,207,189)
#54B9A9
(84,185,169)
#4AA395
(74,163,149)
#408D81
(64,141,129)
#36776D
(54,119,109)
#2C6159
(44,97,89)
#224B45
(34,75,69)
#183531
(24,53,49)
#0E1F1D
(14,31,29)
#000000
(0,0,0)

Tints of #72FBE5

#72FBE5
(114,251,229)
#7EFBE7
(126,251,231)
#8AFBE9
(138,251,233)
#96FBEB
(150,251,235)
#A2FBED
(162,251,237)
#AEFBEF
(174,251,239)
#BAFBF1
(186,251,241)
#C6FBF3
(198,251,243)
#D2FBF5
(210,251,245)
#DEFBF7
(222,251,247)
#EAFBF9
(234,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72FBE5 color. Also use rgb(114,251,229) instead hex code.

Text Font Color

.myTextColor { color: #72FBE5; }

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

This text font color is #72FBE5.


Background Color

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

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

This div background color is #72FBE5.


Border color

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

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

This div border color is #72FBE5.


Opacity

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

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

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

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

This text has shadow with #72FBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72FBE5 on black background.


Color preview on white background

This text has color #72FBE5 on white background.



Black color preview on #72FBE5 background

This text has black color on #72FBE5 background.


White color preview on #72FBE5 background

This text has white color on #72FBE5 background.