COLOR #72E2E2

HEX: #72E2E2
RGB: (114,226,226)

Color info

#72E2E2 contains mainly green and blue colors. Web safe color of #72E2E2 is #66CCCC (or #6CC).

RGB color model

#72E2E2 color RGB value is (114,226,226).

  • red value is 114;
  • green value is 226;
  • blue value is 226.
RGB:
(114,226,226)
(45%,89%,89%)

RGB channels and saturation

R 114 of 255 = 45%
G 226 of 255 = 89%
B 226 of 255 = 89%

114
226
226

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

Portions of RGB colors in percentages

R + G + B =
114 + 226 + 226 = 566 (100%)
R 114 of 566 ~ 20.14%
G 226 of 566 ~ 39.93%
B 226 of 566 ~ 39.93%

%20.14
%39.93
%39.93

CMYK color model

#72E2E2 color CMYK value is (50,0,0,11).

  • cyan value is 49.56%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(50,0,0,11)
C50M0Y0K11 
(50%,0%,0%,11%)
(0.50/0.00/0.00/0.11)	

CMYK percentages

%49.56
%0
%0
%11.37

Codes

Color #72E2E2 in popluar color models

72E2E2
RGB114226226
HSL180°65.88%66.67%
HSB/HSV180°49.56%88.63%
CMYK49.56%0.00%0.00%
11.37%

Color #72E2E2 in popluar number systems.

HEX72E2E2
Decimal114226226
Binary11100101110001011100010
Octal162342342

Shades and tints

Shades of #72E2E2

#72E2E2
(114,226,226)
#68CECE
(104,206,206)
#5EBABA
(94,186,186)
#54A6A6
(84,166,166)
#4A9292
(74,146,146)
#407E7E
(64,126,126)
#366A6A
(54,106,106)
#2C5656
(44,86,86)
#224242
(34,66,66)
#182E2E
(24,46,46)
#0E1A1A
(14,26,26)
#000000
(0,0,0)

Tints of #72E2E2

#72E2E2
(114,226,226)
#7EE4E4
(126,228,228)
#8AE6E6
(138,230,230)
#96E8E8
(150,232,232)
#A2EAEA
(162,234,234)
#AEECEC
(174,236,236)
#BAEEEE
(186,238,238)
#C6F0F0
(198,240,240)
#D2F2F2
(210,242,242)
#DEF4F4
(222,244,244)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E2E2; }

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

This text font color is #72E2E2.


Background Color

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

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

This div background color is #72E2E2.


Border color

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

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

This div border color is #72E2E2.


Opacity

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

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

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

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

This text has shadow with #72E2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E2E2 on black background.


Color preview on white background

This text has color #72E2E2 on white background.



Black color preview on #72E2E2 background

This text has black color on #72E2E2 background.


White color preview on #72E2E2 background

This text has white color on #72E2E2 background.