COLOR #40AA9E

HEX: #40AA9E
RGB: (64,170,158)

Color info

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

RGB color model

#40AA9E color RGB value is (64,170,158).

  • red value is 64;
  • green value is 170;
  • blue value is 158.
RGB:
(64,170,158)
(25%,67%,62%)

RGB channels and saturation

R 64 of 255 = 25%
G 170 of 255 = 67%
B 158 of 255 = 62%

64
170
158

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

Portions of RGB colors in percentages

R + G + B =
64 + 170 + 158 = 392 (100%)
R 64 of 392 ~ 16.33%
G 170 of 392 ~ 43.37%
B 158 of 392 ~ 40.31%

%16.33
%43.37
%40.31

CMYK color model

#40AA9E color CMYK value is (62,0,7,33).

  • cyan value is 62.35%
  • magenta value is 0.00%
  • yellow value is 7.06%
  • key color value is 33.33%
CMYK:
(62,0,7,33)
C62M0Y7K33 
(62%,0%,7%,33%)
(0.62/0.00/0.07/0.33)	

CMYK percentages

%62.35
%0
%7.06
%33.33

Codes

Color #40AA9E in popluar color models

40AA9E
RGB64170158
HSL173°45.30%45.88%
HSB/HSV173°62.35%66.67%
CMYK62.35%0.00%7.06%
33.33%

Color #40AA9E in popluar number systems.

HEX40AA9E
Decimal64170158
Binary10000001010101010011110
Octal100252236

Shades and tints

Shades of #40AA9E

#40AA9E
(64,170,158)
#3B9B90
(59,155,144)
#368C82
(54,140,130)
#317D74
(49,125,116)
#2C6E66
(44,110,102)
#275F58
(39,95,88)
#22504A
(34,80,74)
#1D413C
(29,65,60)
#18322E
(24,50,46)
#132320
(19,35,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #40AA9E

#40AA9E
(64,170,158)
#51B1A6
(81,177,166)
#62B8AE
(98,184,174)
#73BFB6
(115,191,182)
#84C6BE
(132,198,190)
#95CDC6
(149,205,198)
#A6D4CE
(166,212,206)
#B7DBD6
(183,219,214)
#C8E2DE
(200,226,222)
#D9E9E6
(217,233,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AA9E color. Also use rgb(64,170,158) instead hex code.

Text Font Color

.myTextColor { color: #40AA9E; }

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

This text font color is #40AA9E.


Background Color

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

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

This div background color is #40AA9E.


Border color

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

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

This div border color is #40AA9E.


Opacity

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

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

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

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

This text has shadow with #40AA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AA9E on black background.


Color preview on white background

This text has color #40AA9E on white background.



Black color preview on #40AA9E background

This text has black color on #40AA9E background.


White color preview on #40AA9E background

This text has white color on #40AA9E background.