COLOR #41DAB4

HEX: #41DAB4
RGB: (65,218,180)

Color info

#41DAB4 contains mainly green and blue colors. Web safe color of #41DAB4 is #33CCCC (or #3CC).

RGB color model

#41DAB4 color RGB value is (65,218,180).

  • red value is 65;
  • green value is 218;
  • blue value is 180.
RGB:
(65,218,180)
(25%,85%,71%)

RGB channels and saturation

R 65 of 255 = 25%
G 218 of 255 = 85%
B 180 of 255 = 71%

65
218
180

R + G + B ~ 60%. #41DAB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 218 + 180 = 463 (100%)
R 65 of 463 ~ 14.04%
G 218 of 463 ~ 47.08%
B 180 of 463 ~ 38.88%

%14.04
%47.08
%38.88

CMYK color model

#41DAB4 color CMYK value is (70,0,17,15).

  • cyan value is 70.18%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(70,0,17,15)
C70M0Y17K15 
(70%,0%,17%,15%)
(0.70/0.00/0.17/0.15)	

CMYK percentages

%70.18
%0
%17.43
%14.51

Codes

Color #41DAB4 in popluar color models

41DAB4
RGB65218180
HSL165°67.40%55.49%
HSB/HSV165°70.18%85.49%
CMYK70.18%0.00%17.43%
14.51%

Color #41DAB4 in popluar number systems.

HEX41DAB4
Decimal65218180
Binary10000011101101010110100
Octal101332264

Shades and tints

Shades of #41DAB4

#41DAB4
(65,218,180)
#3CC7A4
(60,199,164)
#37B494
(55,180,148)
#32A184
(50,161,132)
#2D8E74
(45,142,116)
#287B64
(40,123,100)
#236854
(35,104,84)
#1E5544
(30,85,68)
#194234
(25,66,52)
#142F24
(20,47,36)
#0F1C14
(15,28,20)
#000000
(0,0,0)

Tints of #41DAB4

#41DAB4
(65,218,180)
#52DDBA
(82,221,186)
#63E0C0
(99,224,192)
#74E3C6
(116,227,198)
#85E6CC
(133,230,204)
#96E9D2
(150,233,210)
#A7ECD8
(167,236,216)
#B8EFDE
(184,239,222)
#C9F2E4
(201,242,228)
#DAF5EA
(218,245,234)
#EBF8F0
(235,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41DAB4 color. Also use rgb(65,218,180) instead hex code.

Text Font Color

.myTextColor { color: #41DAB4; }

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

This text font color is #41DAB4.


Background Color

.myBgColor { background-color: #41DAB4; }

<div style="background-color:#41DAB4">Inner text</div>

This div background color is #41DAB4.


Border color

.myBorderColor { border: 1px solid #41DAB4; }

<div style="border:3px solid #41DAB4">Div</div>

This div border color is #41DAB4.


Opacity

.myOpacity80 { color: #41DAB4; opacity: 0.8; }

<p style="color:#41DAB4;opacity:0.8;">80%</p>

Text with #41DAB4 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 #41DAB4;}

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

This text has shadow with #41DAB4 color.

.textShadow {text-shadow: 3px 3px 1px #41DAB4, 3px 3px 1px red;}

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

This text has shadow with #41DAB4 primary color and red secondary color.


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

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

This text has shadow with #41DAB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41DAB4 on black background.


Color preview on white background

This text has color #41DAB4 on white background.



Black color preview on #41DAB4 background

This text has black color on #41DAB4 background.


White color preview on #41DAB4 background

This text has white color on #41DAB4 background.