COLOR #40B1AB

HEX: #40B1AB RGB: (64,177,171)

Color info

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

RGB color model

#40B1AB color RGB value is (64,177,171).

RGB: (64,177,171) (25%, 69%, 67%)

RGB channels and saturation

R 64 of 255 = 25%
G 177 of 255 = 69%
B 171 of 255 = 67%

64
177
171

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

Portions of RGB colors in percentages

R + G + B = 64 + 177 + 171 = 412 (100%)
R 64 of 412 ~ 15.53%
G 177 of 412 ~ 42.96%
B 171 of 412 ~ 41.5'%

%15.53
%42.96
%41.5

CMYK color model

#40B1AB color CMYK value is (64,0,3,31).

  • cyan value is 63.84%
  • magenta value is 0.00%
  • yellow value is 3.39%
  • key color value is 30.59%

CMYK: (64,0,3,31)
C64M0Y3K31 (64%, 0%, 3%, 31%)
(0.64 / 0.00 / 0.03 / 0.31)

CMYK percentages

%63.84
%0
%3.39
%30.59

Codes

Color #40B1AB in popluar color models

40 B1 AB
RGB 64 177 171
HSL 177° 46.89% 47.25%
HSB/HSV 177° 63.84% 69.41%
CMYK 63.84% 0.00% 3.39%
30.59%

Color #40B1AB in popluar number systems.

HEX 40 B1 AB
Decimal 64 177 171
Binary 1000000 10110001 10101011
Octal 100 261 253

Shades and tints

Shades of #40B1AB

#40B1AB
(64,177,171)
#3BA19C
(59,161,156)
#36918D
(54,145,141)
#31817E
(49,129,126)
#2C716F
(44,113,111)
#276160
(39,97,96)
#225151
(34,81,81)
#1D4142
(29,65,66)
#183133
(24,49,51)
#132124
(19,33,36)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #40B1AB

#40B1AB
(64,177,171)
#51B8B2
(81,184,178)
#62BFB9
(98,191,185)
#73C6C0
(115,198,192)
#84CDC7
(132,205,199)
#95D4CE
(149,212,206)
#A6DBD5
(166,219,213)
#B7E2DC
(183,226,220)
#C8E9E3
(200,233,227)
#D9F0EA
(217,240,234)
#EAF7F1
(234,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B1AB color. Also use rgb(64,177,171) instead hex code.

Text Font Color

.myTextColor { color: #40B1AB; }

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

This text font color is #40B1AB.

Background Color

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

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

This div background color is #40B1AB.

Border color

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

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

This div border color is #40B1AB.

Opacity

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

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

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

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

This text has shadow with #40B1AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40B1AB.

Preview

Color preview on black background

This text has color #40B1AB on black background.


Color preview on white background

This text has color #40B1AB on white background.


Black color preview on #40B1AB background

This text has black color on #40B1AB background.


White color preview on #40B1AB background

This text has white color on #40B1AB background.


Related colors

Complementary color

Complementary color for #hex is #BF4E54.


I love getcolorcode.com

Triadic colors

1 #AB40B1 and #B1AB40 with #40B1AB are triadic colors.

2 #ABB140 and #B140AB with #40B1AB are triadic colors.