COLOR #72EAC0

HEX: #72EAC0
RGB: (114,234,192)

Color info

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

RGB color model

#72EAC0 color RGB value is (114,234,192).

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

RGB channels and saturation

R 114 of 255 = 45%
G 234 of 255 = 92%
B 192 of 255 = 75%

114
234
192

R + G + B ~ 71%. #72EAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
114 + 234 + 192 = 540 (100%)
R 114 of 540 ~ 21.11%
G 234 of 540 ~ 43.33%
B 192 of 540 ~ 35.56%

%21.11
%43.33
%35.56

CMYK color model

#72EAC0 color CMYK value is (51,0,18,8).

  • cyan value is 51.28%
  • magenta value is 0.00%
  • yellow value is 17.95%
  • key color value is 8.24%
CMYK:
(51,0,18,8)
C51M0Y18K8 
(51%,0%,18%,8%)
(0.51/0.00/0.18/0.08)	

CMYK percentages

%51.28
%0
%17.95
%8.24

Codes

Color #72EAC0 in popluar color models

72EAC0
RGB114234192
HSL159°74.07%68.24%
HSB/HSV159°51.28%91.76%
CMYK51.28%0.00%17.95%
8.24%

Color #72EAC0 in popluar number systems.

HEX72EAC0
Decimal114234192
Binary11100101110101011000000
Octal162352300

Shades and tints

Shades of #72EAC0

#72EAC0
(114,234,192)
#68D5AF
(104,213,175)
#5EC09E
(94,192,158)
#54AB8D
(84,171,141)
#4A967C
(74,150,124)
#40816B
(64,129,107)
#366C5A
(54,108,90)
#2C5749
(44,87,73)
#224238
(34,66,56)
#182D27
(24,45,39)
#0E1816
(14,24,22)
#000000
(0,0,0)

Tints of #72EAC0

#72EAC0
(114,234,192)
#7EEBC5
(126,235,197)
#8AECCA
(138,236,202)
#96EDCF
(150,237,207)
#A2EED4
(162,238,212)
#AEEFD9
(174,239,217)
#BAF0DE
(186,240,222)
#C6F1E3
(198,241,227)
#D2F2E8
(210,242,232)
#DEF3ED
(222,243,237)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72EAC0; }

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

This text font color is #72EAC0.


Background Color

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

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

This div background color is #72EAC0.


Border color

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

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

This div border color is #72EAC0.


Opacity

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

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

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

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

This text has shadow with #72EAC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72EAC0 on black background.


Color preview on white background

This text has color #72EAC0 on white background.



Black color preview on #72EAC0 background

This text has black color on #72EAC0 background.


White color preview on #72EAC0 background

This text has white color on #72EAC0 background.