COLOR #40B099

HEX: #40B099 RGB: (64,176,153)

Color info

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

RGB color model

#40B099 color RGB value is (64,176,153).

RGB: (64,176,153) (25%, 69%, 60%)

RGB channels and saturation

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

64
176
153

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

Portions of RGB colors in percentages

R + G + B = 64 + 176 + 153 = 393 (100%)
R 64 of 393 ~ 16.28%
G 176 of 393 ~ 44.78%
B 153 of 393 ~ 38.93'%

%16.28
%44.78
%38.93

CMYK color model

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

  • cyan value is 63.64%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • 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
%13.07
%30.98

Codes

Color #40B099 in popluar color models

40 B0 99
RGB 64 176 153
HSL 168° 46.67% 47.06%
HSB/HSV 168° 63.64% 69.02%
CMYK 63.64% 0.00% 13.07%
30.98%

Color #40B099 in popluar number systems.

HEX 40 B0 99
Decimal 64 176 153
Binary 1000000 10110000 10011001
Octal 100 260 231

Shades and tints

Shades of #40B099

#40B099
(64,176,153)
#3BA08C
(59,160,140)
#36907F
(54,144,127)
#318072
(49,128,114)
#2C7065
(44,112,101)
#276058
(39,96,88)
#22504B
(34,80,75)
#1D403E
(29,64,62)
#183031
(24,48,49)
#132024
(19,32,36)
#0E1017
(14,16,23)
#000000
(0,0,0)

Tints of #40B099

#40B099
(64,176,153)
#51B7A2
(81,183,162)
#62BEAB
(98,190,171)
#73C5B4
(115,197,180)
#84CCBD
(132,204,189)
#95D3C6
(149,211,198)
#A6DACF
(166,218,207)
#B7E1D8
(183,225,216)
#C8E8E1
(200,232,225)
#D9EFEA
(217,239,234)
#EAF6F3
(234,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40B099; }

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

This text font color is #40B099.

Background Color

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

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

This div background color is #40B099.

Border color

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

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

This div border color is #40B099.

Opacity

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

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

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

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

This text has shadow with #40B099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #40B099.

Preview

Color preview on black background

This text has color #40B099 on black background.


Color preview on white background

This text has color #40B099 on white background.


Black color preview on #40B099 background

This text has black color on #40B099 background.


White color preview on #40B099 background

This text has white color on #40B099 background.


Related colors

Complementary color

Complementary color for #hex is #BF4F66.


I love getcolorcode.com

Triadic colors

1 #9940B0 and #B09940 with #40B099 are triadic colors.

2 #99B040 and #B04099 with #40B099 are triadic colors.