COLOR #40A2B1

HEX: #40A2B1
RGB: (64,162,177)

Color info

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

RGB color model

#40A2B1 color RGB value is (64,162,177).

  • red value is 64;
  • green value is 162;
  • blue value is 177.
RGB:
(64,162,177)
(25%,64%,69%)

RGB channels and saturation

R 64 of 255 = 25%
G 162 of 255 = 64%
B 177 of 255 = 69%

64
162
177

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

Portions of RGB colors in percentages

R + G + B =
64 + 162 + 177 = 403 (100%)
R 64 of 403 ~ 15.88%
G 162 of 403 ~ 40.2%
B 177 of 403 ~ 43.92%

%15.88
%40.2
%43.92

CMYK color model

#40A2B1 color CMYK value is (64,8,0,31).

  • cyan value is 63.84%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(64,8,0,31)
C64M8Y0K31 
(64%,8%,0%,31%)
(0.64/0.08/0.00/0.31)	

CMYK percentages

%63.84
%8.47
%0
%30.59

Codes

Color #40A2B1 in popluar color models

40A2B1
RGB64162177
HSL188°46.89%47.25%
HSB/HSV188°63.84%69.41%
CMYK63.84%8.47%0.00%
30.59%

Color #40A2B1 in popluar number systems.

HEX40A2B1
Decimal64162177
Binary10000001010001010110001
Octal100242261

Shades and tints

Shades of #40A2B1

#40A2B1
(64,162,177)
#3B94A1
(59,148,161)
#368691
(54,134,145)
#317881
(49,120,129)
#2C6A71
(44,106,113)
#275C61
(39,92,97)
#224E51
(34,78,81)
#1D4041
(29,64,65)
#183231
(24,50,49)
#132421
(19,36,33)
#0E1611
(14,22,17)
#000000
(0,0,0)

Tints of #40A2B1

#40A2B1
(64,162,177)
#51AAB8
(81,170,184)
#62B2BF
(98,178,191)
#73BAC6
(115,186,198)
#84C2CD
(132,194,205)
#95CAD4
(149,202,212)
#A6D2DB
(166,210,219)
#B7DAE2
(183,218,226)
#C8E2E9
(200,226,233)
#D9EAF0
(217,234,240)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A2B1; }

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

This text font color is #40A2B1.


Background Color

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

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

This div background color is #40A2B1.


Border color

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

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

This div border color is #40A2B1.


Opacity

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

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

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

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

This text has shadow with #40A2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A2B1 on black background.


Color preview on white background

This text has color #40A2B1 on white background.



Black color preview on #40A2B1 background

This text has black color on #40A2B1 background.


White color preview on #40A2B1 background

This text has white color on #40A2B1 background.