COLOR #40EBB9

HEX: #40EBB9
RGB: (64,235,185)

Color info

#40EBB9 contains mainly green and blue colors. Web safe color of #40EBB9 is #33FFCC (or #3FC).

RGB color model

#40EBB9 color RGB value is (64,235,185).

  • red value is 64;
  • green value is 235;
  • blue value is 185.
RGB:
(64,235,185)
(25%,92%,73%)

RGB channels and saturation

R 64 of 255 = 25%
G 235 of 255 = 92%
B 185 of 255 = 73%

64
235
185

R + G + B ~ 63%. #40EBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 235 + 185 = 484 (100%)
R 64 of 484 ~ 13.22%
G 235 of 484 ~ 48.55%
B 185 of 484 ~ 38.22%

%13.22
%48.55
%38.22

CMYK color model

#40EBB9 color CMYK value is (73,0,21,8).

  • cyan value is 72.77%
  • magenta value is 0.00%
  • yellow value is 21.28%
  • key color value is 7.84%
CMYK:
(73,0,21,8)
C73M0Y21K8 
(73%,0%,21%,8%)
(0.73/0.00/0.21/0.08)	

CMYK percentages

%72.77
%0
%21.28
%7.84

Codes

Color #40EBB9 in popluar color models

40EBB9
RGB64235185
HSL162°81.04%58.63%
HSB/HSV162°72.77%92.16%
CMYK72.77%0.00%21.28%
7.84%

Color #40EBB9 in popluar number systems.

HEX40EBB9
Decimal64235185
Binary10000001110101110111001
Octal100353271

Shades and tints

Shades of #40EBB9

#40EBB9
(64,235,185)
#3BD6A9
(59,214,169)
#36C199
(54,193,153)
#31AC89
(49,172,137)
#2C9779
(44,151,121)
#278269
(39,130,105)
#226D59
(34,109,89)
#1D5849
(29,88,73)
#184339
(24,67,57)
#132E29
(19,46,41)
#0E1919
(14,25,25)
#000000
(0,0,0)

Tints of #40EBB9

#40EBB9
(64,235,185)
#51ECBF
(81,236,191)
#62EDC5
(98,237,197)
#73EECB
(115,238,203)
#84EFD1
(132,239,209)
#95F0D7
(149,240,215)
#A6F1DD
(166,241,221)
#B7F2E3
(183,242,227)
#C8F3E9
(200,243,233)
#D9F4EF
(217,244,239)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40EBB9 color. Also use rgb(64,235,185) instead hex code.

Text Font Color

.myTextColor { color: #40EBB9; }

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

This text font color is #40EBB9.


Background Color

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

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

This div background color is #40EBB9.


Border color

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

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

This div border color is #40EBB9.


Opacity

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

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

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

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

This text has shadow with #40EBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40EBB9 on black background.


Color preview on white background

This text has color #40EBB9 on white background.



Black color preview on #40EBB9 background

This text has black color on #40EBB9 background.


White color preview on #40EBB9 background

This text has white color on #40EBB9 background.