COLOR #41BBC6

HEX: #41BBC6 RGB: (65,187,198)

Color info

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

RGB color model

#41BBC6 color RGB value is (65,187,198).

RGB: (65,187,198) (25%, 73%, 78%)

RGB channels and saturation

R 65 of 255 = 25%
G 187 of 255 = 73%
B 198 of 255 = 78%

65
187
198

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

Portions of RGB colors in percentages

R + G + B = 65 + 187 + 198 = 450 (100%)
R 65 of 450 ~ 14.44%
G 187 of 450 ~ 41.56%
B 198 of 450 ~ 44'%

%14.44
%41.56
%44

CMYK color model

#41BBC6 color CMYK value is (67,6,0,22).

  • cyan value is 67.17%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (67,6,0,22)
C67M6Y0K22 (67%, 6%, 0%, 22%)
(0.67 / 0.06 / 0.00 / 0.22)

CMYK percentages

%67.17
%5.56
%0
%22.35

Codes

Color #41BBC6 in popluar color models

41 BB C6
RGB 65 187 198
HSL 185° 53.85% 51.57%
HSB/HSV 185° 67.17% 77.65%
CMYK 67.17% 5.56% 0.00%
22.35%

Color #41BBC6 in popluar number systems.

HEX 41 BB C6
Decimal 65 187 198
Binary 1000001 10111011 11000110
Octal 101 273 306

Shades and tints

Shades of #41BBC6

#41BBC6
(65,187,198)
#3CAAB4
(60,170,180)
#3799A2
(55,153,162)
#328890
(50,136,144)
#2D777E
(45,119,126)
#28666C
(40,102,108)
#23555A
(35,85,90)
#1E4448
(30,68,72)
#193336
(25,51,54)
#142224
(20,34,36)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #41BBC6

#41BBC6
(65,187,198)
#52C1CB
(82,193,203)
#63C7D0
(99,199,208)
#74CDD5
(116,205,213)
#85D3DA
(133,211,218)
#96D9DF
(150,217,223)
#A7DFE4
(167,223,228)
#B8E5E9
(184,229,233)
#C9EBEE
(201,235,238)
#DAF1F3
(218,241,243)
#EBF7F8
(235,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41BBC6; }

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

This text font color is #41BBC6.

Background Color

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

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

This div background color is #41BBC6.

Border color

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

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

This div border color is #41BBC6.

Opacity

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

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

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

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

This text has shadow with #41BBC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41BBC6.

Preview

Color preview on black background

This text has color #41BBC6 on black background.


Color preview on white background

This text has color #41BBC6 on white background.


Black color preview on #41BBC6 background

This text has black color on #41BBC6 background.


White color preview on #41BBC6 background

This text has white color on #41BBC6 background.


Related colors

Complementary color

Complementary color for #hex is #BE4439.


I love getcolorcode.com

Triadic colors

1 #C641BB and #BBC641 with #41BBC6 are triadic colors.

2 #C6BB41 and #BB41C6 with #41BBC6 are triadic colors.