COLOR #40B997

HEX: #40B997 RGB: (64,185,151)

Color info

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

RGB color model

#40B997 color RGB value is (64,185,151).

RGB: (64,185,151) (25%, 73%, 59%)

RGB channels and saturation

R 64 of 255 = 25%
G 185 of 255 = 73%
B 151 of 255 = 59%

64
185
151

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

Portions of RGB colors in percentages

R + G + B = 64 + 185 + 151 = 400 (100%)
R 64 of 400 ~ 16%
G 185 of 400 ~ 46.25%
B 151 of 400 ~ 37.75'%

%16
%46.25
%37.75

CMYK color model

#40B997 color CMYK value is (65,0,18,27).

  • cyan value is 65.41%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 27.45%

CMYK: (65,0,18,27)
C65M0Y18K27 (65%, 0%, 18%, 27%)
(0.65 / 0.00 / 0.18 / 0.27)

CMYK percentages

%65.41
%0
%18.38
%27.45

Codes

Color #40B997 in popluar color models

40 B9 97
RGB 64 185 151
HSL 163° 48.59% 48.82%
HSB/HSV 163° 65.41% 72.55%
CMYK 65.41% 0.00% 18.38%
27.45%

Color #40B997 in popluar number systems.

HEX 40 B9 97
Decimal 64 185 151
Binary 1000000 10111001 10010111
Octal 100 271 227

Shades and tints

Shades of #40B997

#40B997
(64,185,151)
#3BA98A
(59,169,138)
#36997D
(54,153,125)
#318970
(49,137,112)
#2C7963
(44,121,99)
#276956
(39,105,86)
#225949
(34,89,73)
#1D493C
(29,73,60)
#18392F
(24,57,47)
#132922
(19,41,34)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #40B997

#40B997
(64,185,151)
#51BFA0
(81,191,160)
#62C5A9
(98,197,169)
#73CBB2
(115,203,178)
#84D1BB
(132,209,187)
#95D7C4
(149,215,196)
#A6DDCD
(166,221,205)
#B7E3D6
(183,227,214)
#C8E9DF
(200,233,223)
#D9EFE8
(217,239,232)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B997 color. Also use rgb(64,185,151) instead hex code.

Text Font Color

.myTextColor { color: #40B997; }

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

This text font color is #40B997.

Background Color

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

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

This div background color is #40B997.

Border color

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

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

This div border color is #40B997.

Opacity

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

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

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

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

This text has shadow with #40B997 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40B997.

Preview

Color preview on black background

This text has color #40B997 on black background.


Color preview on white background

This text has color #40B997 on white background.


Black color preview on #40B997 background

This text has black color on #40B997 background.


White color preview on #40B997 background

This text has white color on #40B997 background.


Related colors

Complementary color

Complementary color for #hex is #BF4668.


I love getcolorcode.com

Triadic colors

1 #9740B9 and #B99740 with #40B997 are triadic colors.

2 #97B940 and #B94097 with #40B997 are triadic colors.