COLOR #40D8B6

HEX: #40D8B6
RGB: (64,216,182)

Color info

#40D8B6 contains mainly green and blue colors. Web safe color of #40D8B6 is #33CCCC (or #3CC).

RGB color model

#40D8B6 color RGB value is (64,216,182).

  • red value is 64;
  • green value is 216;
  • blue value is 182.
RGB: (64,216,182) (25%,85%,71%)

RGB channels and saturation

R 64 of 255 = 25%
G 216 of 255 = 85%
B 182 of 255 = 71%

64
216
182

R + G + B ~ 60%. #40D8B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 216 + 182 = 462 (100%)
R 64 of 462 ~ 13.85%
G 216 of 462 ~ 46.75%
B 182 of 462 ~ 39.39%

%13.85
%46.75
%39.39

CMYK color model

#40D8B6 color CMYK value is (70,0,16,15).

  • cyan value is 70.37%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK: (70,0,16,15) C70M0Y16K15 (70%,0%,16%,15%) (0.70/0.00/0.16/0.15)

CMYK percentages

%70.37
%0
%15.74
%15.29

Codes

Color #40D8B6 in popluar color models

40D8B6
RGB64216182
HSL167°66.09%54.90%
HSB/HSV167°70.37%84.71%
CMYK70.37%0.00%15.74%
15.29%

Color #40D8B6 in popluar number systems.

HEX40D8B6
Decimal64216182
Binary10000001101100010110110
Octal100330266

Shades and tints

Shades of #40D8B6

#40D8B6
(64,216,182)
#3BC5A6
(59,197,166)
#36B296
(54,178,150)
#319F86
(49,159,134)
#2C8C76
(44,140,118)
#277966
(39,121,102)
#226656
(34,102,86)
#1D5346
(29,83,70)
#184036
(24,64,54)
#132D26
(19,45,38)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #40D8B6

#40D8B6
(64,216,182)
#51DBBC
(81,219,188)
#62DEC2
(98,222,194)
#73E1C8
(115,225,200)
#84E4CE
(132,228,206)
#95E7D4
(149,231,212)
#A6EADA
(166,234,218)
#B7EDE0
(183,237,224)
#C8F0E6
(200,240,230)
#D9F3EC
(217,243,236)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40D8B6 color. Also use rgb(64,216,182) instead hex code.

Text Font Color

.myTextColor { color: #40D8B6; }

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

This text font color is #40D8B6.


Background Color

.myBgColor { background-color: #40D8B6; }

<div style="background-color:#40D8B6">Inner text</div>

This div background color is #40D8B6.


Border color

.myBorderColor { border: 1px solid #40D8B6; }

<div style="border:3px solid #40D8B6">Div</div>

This div border color is #40D8B6.


Opacity

.myOpacity80 { color: #40D8B6; opacity: 0.8; }

<p style="color:#40D8B6;opacity:0.8;">80%</p>

Text with #40D8B6 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 #40D8B6;}

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

This text has shadow with #40D8B6 color.

.textShadow {text-shadow: 3px 3px 1px #40D8B6, 3px 3px 1px red;}

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

This text has shadow with #40D8B6 primary color and red secondary color.


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

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

This text has shadow with #40D8B6 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #40D8B6; -webkit-box-shadow:	1px 1px 3px 2px #40D8B6; box-shadow:	1px 1px 3px 2px #40D8B6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #40D8B6; -webkit-box-shadow: 1px 1px 3px 2px #40D8B6; box-shadow:1px 1px 3px 2px #40D8B6;">
Div content here</div>
This div box has shadow with color #40D8B6.

Preview

Color preview on black background

This text has color #40D8B6 on black background.


Color preview on white background

This text has color #40D8B6 on white background.



Black color preview on #40D8B6 background

This text has black color on #40D8B6 background.


White color preview on #40D8B6 background

This text has white color on #40D8B6 background.