COLOR #40AFB4

HEX: #40AFB4
RGB: (64,175,180)

Color info

#40AFB4 contains mainly green and blue colors. Web safe color of #40AFB4 is #3399CC (or #39C).

RGB color model

#40AFB4 color RGB value is (64,175,180).

  • red value is 64;
  • green value is 175;
  • blue value is 180.
RGB:
(64,175,180)
(25%,69%,71%)

RGB channels and saturation

R 64 of 255 = 25%
G 175 of 255 = 69%
B 180 of 255 = 71%

64
175
180

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

Portions of RGB colors in percentages

R + G + B =
64 + 175 + 180 = 419 (100%)
R 64 of 419 ~ 15.27%
G 175 of 419 ~ 41.77%
B 180 of 419 ~ 42.96%

%15.27
%41.77
%42.96

CMYK color model

#40AFB4 color CMYK value is (64,3,0,29).

  • cyan value is 64.44%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(64,3,0,29)
C64M3Y0K29 
(64%,3%,0%,29%)
(0.64/0.03/0.00/0.29)	

CMYK percentages

%64.44
%2.78
%0
%29.41

Codes

Color #40AFB4 in popluar color models

40AFB4
RGB64175180
HSL183°47.54%47.84%
HSB/HSV183°64.44%70.59%
CMYK64.44%2.78%0.00%
29.41%

Color #40AFB4 in popluar number systems.

HEX40AFB4
Decimal64175180
Binary10000001010111110110100
Octal100257264

Shades and tints

Shades of #40AFB4

#40AFB4
(64,175,180)
#3BA0A4
(59,160,164)
#369194
(54,145,148)
#318284
(49,130,132)
#2C7374
(44,115,116)
#276464
(39,100,100)
#225554
(34,85,84)
#1D4644
(29,70,68)
#183734
(24,55,52)
#132824
(19,40,36)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #40AFB4

#40AFB4
(64,175,180)
#51B6BA
(81,182,186)
#62BDC0
(98,189,192)
#73C4C6
(115,196,198)
#84CBCC
(132,203,204)
#95D2D2
(149,210,210)
#A6D9D8
(166,217,216)
#B7E0DE
(183,224,222)
#C8E7E4
(200,231,228)
#D9EEEA
(217,238,234)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40AFB4 color. Also use rgb(64,175,180) instead hex code.

Text Font Color

.myTextColor { color: #40AFB4; }

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

This text font color is #40AFB4.


Background Color

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

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

This div background color is #40AFB4.


Border color

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

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

This div border color is #40AFB4.


Opacity

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

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

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

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

This text has shadow with #40AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40AFB4 on black background.


Color preview on white background

This text has color #40AFB4 on white background.



Black color preview on #40AFB4 background

This text has black color on #40AFB4 background.


White color preview on #40AFB4 background

This text has white color on #40AFB4 background.