COLOR #41D2C9

HEX: #41D2C9 RGB: (65,210,201)

Color info

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

RGB color model

#41D2C9 color RGB value is (65,210,201).

RGB: (65,210,201) (25%, 82%, 79%)

RGB channels and saturation

R 65 of 255 = 25%
G 210 of 255 = 82%
B 201 of 255 = 79%

65
210
201

R + G + B ~ 62%. #41D2C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 65 + 210 + 201 = 476 (100%)
R 65 of 476 ~ 13.66%
G 210 of 476 ~ 44.12%
B 201 of 476 ~ 42.23'%

%13.66
%44.12
%42.23

CMYK color model

#41D2C9 color CMYK value is (69,0,4,18).

  • cyan value is 69.05%
  • magenta value is 0.00%
  • yellow value is 4.29%
  • key color value is 17.65%

CMYK: (69,0,4,18)
C69M0Y4K18 (69%, 0%, 4%, 18%)
(0.69 / 0.00 / 0.04 / 0.18)

CMYK percentages

%69.05
%0
%4.29
%17.65

Codes

Color #41D2C9 in popluar color models

41 D2 C9
RGB 65 210 201
HSL 176° 61.70% 53.92%
HSB/HSV 176° 69.05% 82.35%
CMYK 69.05% 0.00% 4.29%
17.65%

Color #41D2C9 in popluar number systems.

HEX 41 D2 C9
Decimal 65 210 201
Binary 1000001 11010010 11001001
Octal 101 322 311

Shades and tints

Shades of #41D2C9

#41D2C9
(65,210,201)
#3CBFB7
(60,191,183)
#37ACA5
(55,172,165)
#329993
(50,153,147)
#2D8681
(45,134,129)
#28736F
(40,115,111)
#23605D
(35,96,93)
#1E4D4B
(30,77,75)
#193A39
(25,58,57)
#142727
(20,39,39)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #41D2C9

#41D2C9
(65,210,201)
#52D6CD
(82,214,205)
#63DAD1
(99,218,209)
#74DED5
(116,222,213)
#85E2D9
(133,226,217)
#96E6DD
(150,230,221)
#A7EAE1
(167,234,225)
#B8EEE5
(184,238,229)
#C9F2E9
(201,242,233)
#DAF6ED
(218,246,237)
#EBFAF1
(235,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41D2C9 color. Also use rgb(65,210,201) instead hex code.

Text Font Color

.myTextColor { color: #41D2C9; }

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

This text font color is #41D2C9.

Background Color

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

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

This div background color is #41D2C9.

Border color

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

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

This div border color is #41D2C9.

Opacity

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

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

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

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

This text has shadow with #41D2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41D2C9.

Preview

Color preview on black background

This text has color #41D2C9 on black background.


Color preview on white background

This text has color #41D2C9 on white background.


Black color preview on #41D2C9 background

This text has black color on #41D2C9 background.


White color preview on #41D2C9 background

This text has white color on #41D2C9 background.


Related colors

Complementary color

Complementary color for #hex is #BE2D36.


I love getcolorcode.com

Triadic colors

1 #C941D2 and #D2C941 with #41D2C9 are triadic colors.

2 #C9D241 and #D241C9 with #41D2C9 are triadic colors.