COLOR #72E3EA

HEX: #72E3EA
RGB: (114,227,234)

Color info

#72E3EA contains mainly green and blue colors. Web safe color of #72E3EA is #66CCFF (or #6CF).

RGB color model

#72E3EA color RGB value is (114,227,234).

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

RGB channels and saturation

R 114 of 255 = 45%
G 227 of 255 = 89%
B 234 of 255 = 92%

114
227
234

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

Portions of RGB colors in percentages

R + G + B =
114 + 227 + 234 = 575 (100%)
R 114 of 575 ~ 19.83%
G 227 of 575 ~ 39.48%
B 234 of 575 ~ 40.7%

%19.83
%39.48
%40.7

CMYK color model

#72E3EA color CMYK value is (51,3,0,8).

  • cyan value is 51.28%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(51,3,0,8)
C51M3Y0K8 
(51%,3%,0%,8%)
(0.51/0.03/0.00/0.08)	

CMYK percentages

%51.28
%2.99
%0
%8.24

Codes

Color #72E3EA in popluar color models

72E3EA
RGB114227234
HSL184°74.07%68.24%
HSB/HSV184°51.28%91.76%
CMYK51.28%2.99%0.00%
8.24%

Color #72E3EA in popluar number systems.

HEX72E3EA
Decimal114227234
Binary11100101110001111101010
Octal162343352

Shades and tints

Shades of #72E3EA

#72E3EA
(114,227,234)
#68CFD5
(104,207,213)
#5EBBC0
(94,187,192)
#54A7AB
(84,167,171)
#4A9396
(74,147,150)
#407F81
(64,127,129)
#366B6C
(54,107,108)
#2C5757
(44,87,87)
#224342
(34,67,66)
#182F2D
(24,47,45)
#0E1B18
(14,27,24)
#000000
(0,0,0)

Tints of #72E3EA

#72E3EA
(114,227,234)
#7EE5EB
(126,229,235)
#8AE7EC
(138,231,236)
#96E9ED
(150,233,237)
#A2EBEE
(162,235,238)
#AEEDEF
(174,237,239)
#BAEFF0
(186,239,240)
#C6F1F1
(198,241,241)
#D2F3F2
(210,243,242)
#DEF5F3
(222,245,243)
#EAF7F4
(234,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72E3EA; }

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

This text font color is #72E3EA.


Background Color

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

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

This div background color is #72E3EA.


Border color

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

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

This div border color is #72E3EA.


Opacity

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

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

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

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

This text has shadow with #72E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72E3EA on black background.


Color preview on white background

This text has color #72E3EA on white background.



Black color preview on #72E3EA background

This text has black color on #72E3EA background.


White color preview on #72E3EA background

This text has white color on #72E3EA background.