COLOR #40A491

HEX: #40A491 RGB: (64,164,145)

Color info

#40A491 contains mainly green and blue colors. Web safe color of #40A491 is #339999 (or #399).

RGB color model

#40A491 color RGB value is (64,164,145).

RGB: (64,164,145) (25%, 64%, 57%)

RGB channels and saturation

R 64 of 255 = 25%
G 164 of 255 = 64%
B 145 of 255 = 57%

64
164
145

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

Portions of RGB colors in percentages

R + G + B = 64 + 164 + 145 = 373 (100%)
R 64 of 373 ~ 17.16%
G 164 of 373 ~ 43.97%
B 145 of 373 ~ 38.87'%

%17.16
%43.97
%38.87

CMYK color model

#40A491 color CMYK value is (61,0,12,36).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (61,0,12,36)
C61M0Y12K36 (61%, 0%, 12%, 36%)
(0.61 / 0.00 / 0.12 / 0.36)

CMYK percentages

%60.98
%0
%11.59
%35.69

Codes

Color #40A491 in popluar color models

40 A4 91
RGB 64 164 145
HSL 169° 43.86% 44.71%
HSB/HSV 169° 60.98% 64.31%
CMYK 60.98% 0.00% 11.59%
35.69%

Color #40A491 in popluar number systems.

HEX 40 A4 91
Decimal 64 164 145
Binary 1000000 10100100 10010001
Octal 100 244 221

Shades and tints

Shades of #40A491

#40A491
(64,164,145)
#3B9684
(59,150,132)
#368877
(54,136,119)
#317A6A
(49,122,106)
#2C6C5D
(44,108,93)
#275E50
(39,94,80)
#225043
(34,80,67)
#1D4236
(29,66,54)
#183429
(24,52,41)
#13261C
(19,38,28)
#0E180F
(14,24,15)
#000000
(0,0,0)

Tints of #40A491

#40A491
(64,164,145)
#51AC9B
(81,172,155)
#62B4A5
(98,180,165)
#73BCAF
(115,188,175)
#84C4B9
(132,196,185)
#95CCC3
(149,204,195)
#A6D4CD
(166,212,205)
#B7DCD7
(183,220,215)
#C8E4E1
(200,228,225)
#D9ECEB
(217,236,235)
#EAF4F5
(234,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A491; }

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

This text font color is #40A491.

Background Color

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

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

This div background color is #40A491.

Border color

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

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

This div border color is #40A491.

Opacity

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

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

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

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

This text has shadow with #40A491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40A491.

Preview

Color preview on black background

This text has color #40A491 on black background.


Color preview on white background

This text has color #40A491 on white background.


Black color preview on #40A491 background

This text has black color on #40A491 background.


White color preview on #40A491 background

This text has white color on #40A491 background.


Related colors

Complementary color

Complementary color for #hex is #BF5B6E.


I love getcolorcode.com

Triadic colors

1 #9140A4 and #A49140 with #40A491 are triadic colors.

2 #91A440 and #A44091 with #40A491 are triadic colors.