COLOR #40C3A5

HEX: #40C3A5
RGB: (64,195,165)

Color info

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

RGB color model

#40C3A5 color RGB value is (64,195,165).

  • red value is 64;
  • green value is 195;
  • blue value is 165.
RGB:
(64,195,165)
(25%,76%,65%)

RGB channels and saturation

R 64 of 255 = 25%
G 195 of 255 = 76%
B 165 of 255 = 65%

64
195
165

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

Portions of RGB colors in percentages

R + G + B =
64 + 195 + 165 = 424 (100%)
R 64 of 424 ~ 15.09%
G 195 of 424 ~ 45.99%
B 165 of 424 ~ 38.92%

%15.09
%45.99
%38.92

CMYK color model

#40C3A5 color CMYK value is (67,0,15,24).

  • cyan value is 67.18%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 23.53%
CMYK:
(67,0,15,24)
C67M0Y15K24 
(67%,0%,15%,24%)
(0.67/0.00/0.15/0.24)	

CMYK percentages

%67.18
%0
%15.38
%23.53

Codes

Color #40C3A5 in popluar color models

40C3A5
RGB64195165
HSL166°52.19%50.78%
HSB/HSV166°67.18%76.47%
CMYK67.18%0.00%15.38%
23.53%

Color #40C3A5 in popluar number systems.

HEX40C3A5
Decimal64195165
Binary10000001100001110100101
Octal100303245

Shades and tints

Shades of #40C3A5

#40C3A5
(64,195,165)
#3BB296
(59,178,150)
#36A187
(54,161,135)
#319078
(49,144,120)
#2C7F69
(44,127,105)
#276E5A
(39,110,90)
#225D4B
(34,93,75)
#1D4C3C
(29,76,60)
#183B2D
(24,59,45)
#132A1E
(19,42,30)
#0E190F
(14,25,15)
#000000
(0,0,0)

Tints of #40C3A5

#40C3A5
(64,195,165)
#51C8AD
(81,200,173)
#62CDB5
(98,205,181)
#73D2BD
(115,210,189)
#84D7C5
(132,215,197)
#95DCCD
(149,220,205)
#A6E1D5
(166,225,213)
#B7E6DD
(183,230,221)
#C8EBE5
(200,235,229)
#D9F0ED
(217,240,237)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40C3A5 color. Also use rgb(64,195,165) instead hex code.

Text Font Color

.myTextColor { color: #40C3A5; }

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

This text font color is #40C3A5.


Background Color

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

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

This div background color is #40C3A5.


Border color

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

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

This div border color is #40C3A5.


Opacity

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

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

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

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

This text has shadow with #40C3A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40C3A5 on black background.


Color preview on white background

This text has color #40C3A5 on white background.



Black color preview on #40C3A5 background

This text has black color on #40C3A5 background.


White color preview on #40C3A5 background

This text has white color on #40C3A5 background.