COLOR #41CDA6

HEX: #41CDA6 RGB: (65,205,166)

Color info

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

RGB color model

#41CDA6 color RGB value is (65,205,166).

RGB: (65,205,166) (25%, 80%, 65%)

RGB channels and saturation

R 65 of 255 = 25%
G 205 of 255 = 80%
B 166 of 255 = 65%

65
205
166

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

Portions of RGB colors in percentages

R + G + B = 65 + 205 + 166 = 436 (100%)
R 65 of 436 ~ 14.91%
G 205 of 436 ~ 47.02%
B 166 of 436 ~ 38.07'%

%14.91
%47.02
%38.07

CMYK color model

#41CDA6 color CMYK value is (68,0,19,20).

  • cyan value is 68.29%
  • magenta value is 0.00%
  • yellow value is 19.02%
  • key color value is 19.61%

CMYK: (68,0,19,20)
C68M0Y19K20 (68%, 0%, 19%, 20%)
(0.68 / 0.00 / 0.19 / 0.20)

CMYK percentages

%68.29
%0
%19.02
%19.61

Codes

Color #41CDA6 in popluar color models

41 CD A6
RGB 65 205 166
HSL 163° 58.33% 52.94%
HSB/HSV 163° 68.29% 80.39%
CMYK 68.29% 0.00% 19.02%
19.61%

Color #41CDA6 in popluar number systems.

HEX 41 CD A6
Decimal 65 205 166
Binary 1000001 11001101 10100110
Octal 101 315 246

Shades and tints

Shades of #41CDA6

#41CDA6
(65,205,166)
#3CBB97
(60,187,151)
#37A988
(55,169,136)
#329779
(50,151,121)
#2D856A
(45,133,106)
#28735B
(40,115,91)
#23614C
(35,97,76)
#1E4F3D
(30,79,61)
#193D2E
(25,61,46)
#142B1F
(20,43,31)
#0F1910
(15,25,16)
#000000
(0,0,0)

Tints of #41CDA6

#41CDA6
(65,205,166)
#52D1AE
(82,209,174)
#63D5B6
(99,213,182)
#74D9BE
(116,217,190)
#85DDC6
(133,221,198)
#96E1CE
(150,225,206)
#A7E5D6
(167,229,214)
#B8E9DE
(184,233,222)
#C9EDE6
(201,237,230)
#DAF1EE
(218,241,238)
#EBF5F6
(235,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41CDA6 color. Also use rgb(65,205,166) instead hex code.

Text Font Color

.myTextColor { color: #41CDA6; }

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

This text font color is #41CDA6.

Background Color

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

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

This div background color is #41CDA6.

Border color

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

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

This div border color is #41CDA6.

Opacity

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

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

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

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

This text has shadow with #41CDA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41CDA6.

Preview

Color preview on black background

This text has color #41CDA6 on black background.


Color preview on white background

This text has color #41CDA6 on white background.


Black color preview on #41CDA6 background

This text has black color on #41CDA6 background.


White color preview on #41CDA6 background

This text has white color on #41CDA6 background.


Related colors

Complementary color

Complementary color for #hex is #BE3259.


I love getcolorcode.com

Triadic colors

1 #A641CD and #CDA641 with #41CDA6 are triadic colors.

2 #A6CD41 and #CD41A6 with #41CDA6 are triadic colors.