COLOR #41D8C6

HEX: #41D8C6
RGB: (65,216,198)

Color info

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

RGB color model

#41D8C6 color RGB value is (65,216,198).

  • red value is 65;
  • green value is 216;
  • blue value is 198.
RGB:
(65,216,198)
(25%,85%,78%)

RGB channels and saturation

R 65 of 255 = 25%
G 216 of 255 = 85%
B 198 of 255 = 78%

65
216
198

R + G + B ~ 63%. #41D8C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
65 + 216 + 198 = 479 (100%)
R 65 of 479 ~ 13.57%
G 216 of 479 ~ 45.09%
B 198 of 479 ~ 41.34%

%13.57
%45.09
%41.34

CMYK color model

#41D8C6 color CMYK value is (70,0,8,15).

  • cyan value is 69.91%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 15.29%
CMYK:
(70,0,8,15)
C70M0Y8K15 
(70%,0%,8%,15%)
(0.70/0.00/0.08/0.15)	

CMYK percentages

%69.91
%0
%8.33
%15.29

Codes

Color #41D8C6 in popluar color models

41D8C6
RGB65216198
HSL173°65.94%55.10%
HSB/HSV173°69.91%84.71%
CMYK69.91%0.00%8.33%
15.29%

Color #41D8C6 in popluar number systems.

HEX41D8C6
Decimal65216198
Binary10000011101100011000110
Octal101330306

Shades and tints

Shades of #41D8C6

#41D8C6
(65,216,198)
#3CC5B4
(60,197,180)
#37B2A2
(55,178,162)
#329F90
(50,159,144)
#2D8C7E
(45,140,126)
#28796C
(40,121,108)
#23665A
(35,102,90)
#1E5348
(30,83,72)
#194036
(25,64,54)
#142D24
(20,45,36)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #41D8C6

#41D8C6
(65,216,198)
#52DBCB
(82,219,203)
#63DED0
(99,222,208)
#74E1D5
(116,225,213)
#85E4DA
(133,228,218)
#96E7DF
(150,231,223)
#A7EAE4
(167,234,228)
#B8EDE9
(184,237,233)
#C9F0EE
(201,240,238)
#DAF3F3
(218,243,243)
#EBF6F8
(235,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41D8C6 color. Also use rgb(65,216,198) instead hex code.

Text Font Color

.myTextColor { color: #41D8C6; }

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

This text font color is #41D8C6.


Background Color

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

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

This div background color is #41D8C6.


Border color

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

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

This div border color is #41D8C6.


Opacity

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

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

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

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

This text has shadow with #41D8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41D8C6 on black background.


Color preview on white background

This text has color #41D8C6 on white background.



Black color preview on #41D8C6 background

This text has black color on #41D8C6 background.


White color preview on #41D8C6 background

This text has white color on #41D8C6 background.