COLOR #40D8A4

HEX: #40D8A4
RGB: (64,216,164)

Color info

#40D8A4 contains mainly green and blue colors. Web safe color of #40D8A4 is #33CC99 (or #3C9).

RGB color model

#40D8A4 color RGB value is (64,216,164).

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

RGB channels and saturation

R 64 of 255 = 25%
G 216 of 255 = 85%
B 164 of 255 = 64%

64
216
164

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

Portions of RGB colors in percentages

R + G + B =
64 + 216 + 164 = 444 (100%)
R 64 of 444 ~ 14.41%
G 216 of 444 ~ 48.65%
B 164 of 444 ~ 36.94%

%14.41
%48.65
%36.94

CMYK color model

#40D8A4 color CMYK value is (70,0,24,15).

  • cyan value is 70.37%
  • magenta value is 0.00%
  • yellow value is 24.07%
  • key color value is 15.29%
CMYK:
(70,0,24,15)
C70M0Y24K15 
(70%,0%,24%,15%)
(0.70/0.00/0.24/0.15)	

CMYK percentages

%70.37
%0
%24.07
%15.29

Codes

Color #40D8A4 in popluar color models

40D8A4
RGB64216164
HSL159°66.09%54.90%
HSB/HSV159°70.37%84.71%
CMYK70.37%0.00%24.07%
15.29%

Color #40D8A4 in popluar number systems.

HEX40D8A4
Decimal64216164
Binary10000001101100010100100
Octal100330244

Shades and tints

Shades of #40D8A4

#40D8A4
(64,216,164)
#3BC596
(59,197,150)
#36B288
(54,178,136)
#319F7A
(49,159,122)
#2C8C6C
(44,140,108)
#27795E
(39,121,94)
#226650
(34,102,80)
#1D5342
(29,83,66)
#184034
(24,64,52)
#132D26
(19,45,38)
#0E1A18
(14,26,24)
#000000
(0,0,0)

Tints of #40D8A4

#40D8A4
(64,216,164)
#51DBAC
(81,219,172)
#62DEB4
(98,222,180)
#73E1BC
(115,225,188)
#84E4C4
(132,228,196)
#95E7CC
(149,231,204)
#A6EAD4
(166,234,212)
#B7EDDC
(183,237,220)
#C8F0E4
(200,240,228)
#D9F3EC
(217,243,236)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40D8A4; }

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

This text font color is #40D8A4.


Background Color

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

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

This div background color is #40D8A4.


Border color

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

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

This div border color is #40D8A4.


Opacity

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

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

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

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

This text has shadow with #40D8A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40D8A4 on black background.


Color preview on white background

This text has color #40D8A4 on white background.



Black color preview on #40D8A4 background

This text has black color on #40D8A4 background.


White color preview on #40D8A4 background

This text has white color on #40D8A4 background.