COLOR #40B09A

HEX: #40B09A
RGB: (64,176,154)

Color info

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

RGB color model

#40B09A color RGB value is (64,176,154).

  • red value is 64;
  • green value is 176;
  • blue value is 154.
RGB:
(64,176,154)
(25%,69%,60%)

RGB channels and saturation

R 64 of 255 = 25%
G 176 of 255 = 69%
B 154 of 255 = 60%

64
176
154

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

Portions of RGB colors in percentages

R + G + B =
64 + 176 + 154 = 394 (100%)
R 64 of 394 ~ 16.24%
G 176 of 394 ~ 44.67%
B 154 of 394 ~ 39.09%

%16.24
%44.67
%39.09

CMYK color model

#40B09A color CMYK value is (64,0,13,31).

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(64,0,13,31)
C64M0Y13K31 
(64%,0%,13%,31%)
(0.64/0.00/0.13/0.31)	

CMYK percentages

%63.64
%0
%12.5
%30.98

Codes

Color #40B09A in popluar color models

40B09A
RGB64176154
HSL168°46.67%47.06%
HSB/HSV168°63.64%69.02%
CMYK63.64%0.00%12.50%
30.98%

Color #40B09A in popluar number systems.

HEX40B09A
Decimal64176154
Binary10000001011000010011010
Octal100260232

Shades and tints

Shades of #40B09A

#40B09A
(64,176,154)
#3BA08C
(59,160,140)
#36907E
(54,144,126)
#318070
(49,128,112)
#2C7062
(44,112,98)
#276054
(39,96,84)
#225046
(34,80,70)
#1D4038
(29,64,56)
#18302A
(24,48,42)
#13201C
(19,32,28)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #40B09A

#40B09A
(64,176,154)
#51B7A3
(81,183,163)
#62BEAC
(98,190,172)
#73C5B5
(115,197,181)
#84CCBE
(132,204,190)
#95D3C7
(149,211,199)
#A6DAD0
(166,218,208)
#B7E1D9
(183,225,217)
#C8E8E2
(200,232,226)
#D9EFEB
(217,239,235)
#EAF6F4
(234,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40B09A color. Also use rgb(64,176,154) instead hex code.

Text Font Color

.myTextColor { color: #40B09A; }

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

This text font color is #40B09A.


Background Color

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

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

This div background color is #40B09A.


Border color

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

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

This div border color is #40B09A.


Opacity

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

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

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

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

This text has shadow with #40B09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40B09A on black background.


Color preview on white background

This text has color #40B09A on white background.



Black color preview on #40B09A background

This text has black color on #40B09A background.


White color preview on #40B09A background

This text has white color on #40B09A background.