COLOR #41B5B3

HEX: #41B5B3 RGB: (65,181,179)

Color info

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

RGB color model

#41B5B3 color RGB value is (65,181,179).

RGB: (65,181,179) (25%, 71%, 70%)

RGB channels and saturation

R 65 of 255 = 25%
G 181 of 255 = 71%
B 179 of 255 = 70%

65
181
179

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

Portions of RGB colors in percentages

R + G + B = 65 + 181 + 179 = 425 (100%)
R 65 of 425 ~ 15.29%
G 181 of 425 ~ 42.59%
B 179 of 425 ~ 42.12'%

%15.29
%42.59
%42.12

CMYK color model

#41B5B3 color CMYK value is (64,0,1,29).

  • cyan value is 64.09%
  • magenta value is 0.00%
  • yellow value is 1.10%
  • key color value is 29.02%

CMYK: (64,0,1,29)
C64M0Y1K29 (64%, 0%, 1%, 29%)
(0.64 / 0.00 / 0.01 / 0.29)

CMYK percentages

%64.09
%0
%1.1
%29.02

Codes

Color #41B5B3 in popluar color models

41 B5 B3
RGB 65 181 179
HSL 179° 47.15% 48.24%
HSB/HSV 179° 64.09% 70.98%
CMYK 64.09% 0.00% 1.10%
29.02%

Color #41B5B3 in popluar number systems.

HEX 41 B5 B3
Decimal 65 181 179
Binary 1000001 10110101 10110011
Octal 101 265 263

Shades and tints

Shades of #41B5B3

#41B5B3
(65,181,179)
#3CA5A3
(60,165,163)
#379593
(55,149,147)
#328583
(50,133,131)
#2D7573
(45,117,115)
#286563
(40,101,99)
#235553
(35,85,83)
#1E4543
(30,69,67)
#193533
(25,53,51)
#142523
(20,37,35)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #41B5B3

#41B5B3
(65,181,179)
#52BBB9
(82,187,185)
#63C1BF
(99,193,191)
#74C7C5
(116,199,197)
#85CDCB
(133,205,203)
#96D3D1
(150,211,209)
#A7D9D7
(167,217,215)
#B8DFDD
(184,223,221)
#C9E5E3
(201,229,227)
#DAEBE9
(218,235,233)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41B5B3 color. Also use rgb(65,181,179) instead hex code.

Text Font Color

.myTextColor { color: #41B5B3; }

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

This text font color is #41B5B3.

Background Color

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

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

This div background color is #41B5B3.

Border color

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

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

This div border color is #41B5B3.

Opacity

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

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

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

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

This text has shadow with #41B5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41B5B3.

Preview

Color preview on black background

This text has color #41B5B3 on black background.


Color preview on white background

This text has color #41B5B3 on white background.


Black color preview on #41B5B3 background

This text has black color on #41B5B3 background.


White color preview on #41B5B3 background

This text has white color on #41B5B3 background.


Related colors

Complementary color

Complementary color for #hex is #BE4A4C.


I love getcolorcode.com

Triadic colors

1 #B341B5 and #B5B341 with #41B5B3 are triadic colors.

2 #B3B541 and #B541B3 with #41B5B3 are triadic colors.