COLOR #40A89E

HEX: #40A89E
RGB: (64,168,158)

Color info

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

RGB color model

#40A89E color RGB value is (64,168,158).

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

RGB channels and saturation

R 64 of 255 = 25%
G 168 of 255 = 66%
B 158 of 255 = 62%

64
168
158

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

Portions of RGB colors in percentages

R + G + B =
64 + 168 + 158 = 390 (100%)
R 64 of 390 ~ 16.41%
G 168 of 390 ~ 43.08%
B 158 of 390 ~ 40.51%

%16.41
%43.08
%40.51

CMYK color model

#40A89E color CMYK value is (62,0,6,34).

  • cyan value is 61.90%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 34.12%
CMYK:
(62,0,6,34)
C62M0Y6K34 
(62%,0%,6%,34%)
(0.62/0.00/0.06/0.34)	

CMYK percentages

%61.9
%0
%5.95
%34.12

Codes

Color #40A89E in popluar color models

40A89E
RGB64168158
HSL174°44.83%45.49%
HSB/HSV174°61.90%65.88%
CMYK61.90%0.00%5.95%
34.12%

Color #40A89E in popluar number systems.

HEX40A89E
Decimal64168158
Binary10000001010100010011110
Octal100250236

Shades and tints

Shades of #40A89E

#40A89E
(64,168,158)
#3B9990
(59,153,144)
#368A82
(54,138,130)
#317B74
(49,123,116)
#2C6C66
(44,108,102)
#275D58
(39,93,88)
#224E4A
(34,78,74)
#1D3F3C
(29,63,60)
#18302E
(24,48,46)
#132120
(19,33,32)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #40A89E

#40A89E
(64,168,158)
#51AFA6
(81,175,166)
#62B6AE
(98,182,174)
#73BDB6
(115,189,182)
#84C4BE
(132,196,190)
#95CBC6
(149,203,198)
#A6D2CE
(166,210,206)
#B7D9D6
(183,217,214)
#C8E0DE
(200,224,222)
#D9E7E6
(217,231,230)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40A89E; }

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

This text font color is #40A89E.


Background Color

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

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

This div background color is #40A89E.


Border color

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

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

This div border color is #40A89E.


Opacity

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

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

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

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

This text has shadow with #40A89E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40A89E on black background.


Color preview on white background

This text has color #40A89E on white background.



Black color preview on #40A89E background

This text has black color on #40A89E background.


White color preview on #40A89E background

This text has white color on #40A89E background.