COLOR #72D0DB

HEX: #72D0DB RGB: (114,208,219)

Color info

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

RGB color model

#72D0DB color RGB value is (114,208,219).

RGB: (114,208,219) (45%, 82%, 86%)

RGB channels and saturation

R 114 of 255 = 45%
G 208 of 255 = 82%
B 219 of 255 = 86%

114
208
219

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

Portions of RGB colors in percentages

R + G + B = 114 + 208 + 219 = 541 (100%)
R 114 of 541 ~ 21.07%
G 208 of 541 ~ 38.45%
B 219 of 541 ~ 40.48'%

%21.07
%38.45
%40.48

CMYK color model

#72D0DB color CMYK value is (48,5,0,14).

  • cyan value is 47.95%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (48,5,0,14)
C48M5Y0K14 (48%, 5%, 0%, 14%)
(0.48 / 0.05 / 0.00 / 0.14)

CMYK percentages

%47.95
%5.02
%0
%14.12

Codes

Color #72D0DB in popluar color models

72 D0 DB
RGB 114 208 219
HSL 186° 59.32% 65.29%
HSB/HSV 186° 47.95% 85.88%
CMYK 47.95% 5.02% 0.00%
14.12%

Color #72D0DB in popluar number systems.

HEX 72 D0 DB
Decimal 114 208 219
Binary 1110010 11010000 11011011
Octal 162 320 333

Shades and tints

Shades of #72D0DB

#72D0DB
(114,208,219)
#68BEC8
(104,190,200)
#5EACB5
(94,172,181)
#549AA2
(84,154,162)
#4A888F
(74,136,143)
#40767C
(64,118,124)
#366469
(54,100,105)
#2C5256
(44,82,86)
#224043
(34,64,67)
#182E30
(24,46,48)
#0E1C1D
(14,28,29)
#000000
(0,0,0)

Tints of #72D0DB

#72D0DB
(114,208,219)
#7ED4DE
(126,212,222)
#8AD8E1
(138,216,225)
#96DCE4
(150,220,228)
#A2E0E7
(162,224,231)
#AEE4EA
(174,228,234)
#BAE8ED
(186,232,237)
#C6ECF0
(198,236,240)
#D2F0F3
(210,240,243)
#DEF4F6
(222,244,246)
#EAF8F9
(234,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72D0DB; }

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

This text font color is #72D0DB.

Background Color

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

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

This div background color is #72D0DB.

Border color

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

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

This div border color is #72D0DB.

Opacity

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

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

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

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

This text has shadow with #72D0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72D0DB.

Preview

Color preview on black background

This text has color #72D0DB on black background.


Color preview on white background

This text has color #72D0DB on white background.


Black color preview on #72D0DB background

This text has black color on #72D0DB background.


White color preview on #72D0DB background

This text has white color on #72D0DB background.


Related colors

Complementary color

Complementary color for #hex is #8D2F24.


I love getcolorcode.com

Triadic colors

1 #DB72D0 and #D0DB72 with #72D0DB are triadic colors.

2 #DBD072 and #D072DB with #72D0DB are triadic colors.