COLOR #41B6C4

HEX: #41B6C4 RGB: (65,182,196)

Color info

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

RGB color model

#41B6C4 color RGB value is (65,182,196).

RGB: (65,182,196) (25%, 71%, 77%)

RGB channels and saturation

R 65 of 255 = 25%
G 182 of 255 = 71%
B 196 of 255 = 77%

65
182
196

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

Portions of RGB colors in percentages

R + G + B = 65 + 182 + 196 = 443 (100%)
R 65 of 443 ~ 14.67%
G 182 of 443 ~ 41.08%
B 196 of 443 ~ 44.24'%

%14.67
%41.08
%44.24

CMYK color model

#41B6C4 color CMYK value is (67,7,0,23).

  • cyan value is 66.84%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (67,7,0,23)
C67M7Y0K23 (67%, 7%, 0%, 23%)
(0.67 / 0.07 / 0.00 / 0.23)

CMYK percentages

%66.84
%7.14
%0
%23.14

Codes

Color #41B6C4 in popluar color models

41 B6 C4
RGB 65 182 196
HSL 186° 52.61% 51.18%
HSB/HSV 186° 66.84% 76.86%
CMYK 66.84% 7.14% 0.00%
23.14%

Color #41B6C4 in popluar number systems.

HEX 41 B6 C4
Decimal 65 182 196
Binary 1000001 10110110 11000100
Octal 101 266 304

Shades and tints

Shades of #41B6C4

#41B6C4
(65,182,196)
#3CA6B3
(60,166,179)
#3796A2
(55,150,162)
#328691
(50,134,145)
#2D7680
(45,118,128)
#28666F
(40,102,111)
#23565E
(35,86,94)
#1E464D
(30,70,77)
#19363C
(25,54,60)
#14262B
(20,38,43)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #41B6C4

#41B6C4
(65,182,196)
#52BCC9
(82,188,201)
#63C2CE
(99,194,206)
#74C8D3
(116,200,211)
#85CED8
(133,206,216)
#96D4DD
(150,212,221)
#A7DAE2
(167,218,226)
#B8E0E7
(184,224,231)
#C9E6EC
(201,230,236)
#DAECF1
(218,236,241)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B6C4 color. Also use rgb(65,182,196) instead hex code.

Text Font Color

.myTextColor { color: #41B6C4; }

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

This text font color is #41B6C4.

Background Color

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

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

This div background color is #41B6C4.

Border color

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

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

This div border color is #41B6C4.

Opacity

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

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

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

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

This text has shadow with #41B6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41B6C4.

Preview

Color preview on black background

This text has color #41B6C4 on black background.


Color preview on white background

This text has color #41B6C4 on white background.


Black color preview on #41B6C4 background

This text has black color on #41B6C4 background.


White color preview on #41B6C4 background

This text has white color on #41B6C4 background.


Related colors

Complementary color

Complementary color for #hex is #BE493B.


I love getcolorcode.com

Triadic colors

1 #C441B6 and #B6C441 with #41B6C4 are triadic colors.

2 #C4B641 and #B641C4 with #41B6C4 are triadic colors.