COLOR #40BBB0

HEX: #40BBB0
RGB: (64,187,176)

Color info

#40BBB0 contains mainly green and blue colors. Web safe color of #40BBB0 is #33CC99 (or #3C9).

RGB color model

#40BBB0 color RGB value is (64,187,176).

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

RGB channels and saturation

R 64 of 255 = 25%
G 187 of 255 = 73%
B 176 of 255 = 69%

64
187
176

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

Portions of RGB colors in percentages

R + G + B =
64 + 187 + 176 = 427 (100%)
R 64 of 427 ~ 14.99%
G 187 of 427 ~ 43.79%
B 176 of 427 ~ 41.22%

%14.99
%43.79
%41.22

CMYK color model

#40BBB0 color CMYK value is (66,0,6,27).

  • cyan value is 65.78%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(66,0,6,27)
C66M0Y6K27 
(66%,0%,6%,27%)
(0.66/0.00/0.06/0.27)	

CMYK percentages

%65.78
%0
%5.88
%26.67

Codes

Color #40BBB0 in popluar color models

40BBB0
RGB64187176
HSL175°49.00%49.22%
HSB/HSV175°65.78%73.33%
CMYK65.78%0.00%5.88%
26.67%

Color #40BBB0 in popluar number systems.

HEX40BBB0
Decimal64187176
Binary10000001011101110110000
Octal100273260

Shades and tints

Shades of #40BBB0

#40BBB0
(64,187,176)
#3BAAA0
(59,170,160)
#369990
(54,153,144)
#318880
(49,136,128)
#2C7770
(44,119,112)
#276660
(39,102,96)
#225550
(34,85,80)
#1D4440
(29,68,64)
#183330
(24,51,48)
#132220
(19,34,32)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #40BBB0

#40BBB0
(64,187,176)
#51C1B7
(81,193,183)
#62C7BE
(98,199,190)
#73CDC5
(115,205,197)
#84D3CC
(132,211,204)
#95D9D3
(149,217,211)
#A6DFDA
(166,223,218)
#B7E5E1
(183,229,225)
#C8EBE8
(200,235,232)
#D9F1EF
(217,241,239)
#EAF7F6
(234,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40BBB0; }

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

This text font color is #40BBB0.


Background Color

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

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

This div background color is #40BBB0.


Border color

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

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

This div border color is #40BBB0.


Opacity

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

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

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

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

This text has shadow with #40BBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40BBB0 on black background.


Color preview on white background

This text has color #40BBB0 on white background.



Black color preview on #40BBB0 background

This text has black color on #40BBB0 background.


White color preview on #40BBB0 background

This text has white color on #40BBB0 background.