COLOR #41EDB6

HEX: #41EDB6 RGB: (65,237,182)

Color info

#41EDB6 contains mainly green and blue colors. Web safe color of #41EDB6 is #33FFCC (or #3FC).

RGB color model

#41EDB6 color RGB value is (65,237,182).

RGB: (65,237,182) (25%, 93%, 71%)

RGB channels and saturation

R 65 of 255 = 25%
G 237 of 255 = 93%
B 182 of 255 = 71%

65
237
182

R + G + B ~ 63%. #41EDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 65 + 237 + 182 = 484 (100%)
R 65 of 484 ~ 13.43%
G 237 of 484 ~ 48.97%
B 182 of 484 ~ 37.6'%

%13.43
%48.97
%37.6

CMYK color model

#41EDB6 color CMYK value is (73,0,23,7).

  • cyan value is 72.57%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 7.06%

CMYK: (73,0,23,7)
C73M0Y23K7 (73%, 0%, 23%, 7%)
(0.73 / 0.00 / 0.23 / 0.07)

CMYK percentages

%72.57
%0
%23.21
%7.06

Codes

Color #41EDB6 in popluar color models

41 ED B6
RGB 65 237 182
HSL 161° 82.69% 59.22%
HSB/HSV 161° 72.57% 92.94%
CMYK 72.57% 0.00% 23.21%
7.06%

Color #41EDB6 in popluar number systems.

HEX 41 ED B6
Decimal 65 237 182
Binary 1000001 11101101 10110110
Octal 101 355 266

Shades and tints

Shades of #41EDB6

#41EDB6
(65,237,182)
#3CD8A6
(60,216,166)
#37C396
(55,195,150)
#32AE86
(50,174,134)
#2D9976
(45,153,118)
#288466
(40,132,102)
#236F56
(35,111,86)
#1E5A46
(30,90,70)
#194536
(25,69,54)
#143026
(20,48,38)
#0F1B16
(15,27,22)
#000000
(0,0,0)

Tints of #41EDB6

#41EDB6
(65,237,182)
#52EEBC
(82,238,188)
#63EFC2
(99,239,194)
#74F0C8
(116,240,200)
#85F1CE
(133,241,206)
#96F2D4
(150,242,212)
#A7F3DA
(167,243,218)
#B8F4E0
(184,244,224)
#C9F5E6
(201,245,230)
#DAF6EC
(218,246,236)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41EDB6; }

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

This text font color is #41EDB6.

Background Color

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

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

This div background color is #41EDB6.

Border color

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

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

This div border color is #41EDB6.

Opacity

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

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

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

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

This text has shadow with #41EDB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41EDB6.

Preview

Color preview on black background

This text has color #41EDB6 on black background.


Color preview on white background

This text has color #41EDB6 on white background.


Black color preview on #41EDB6 background

This text has black color on #41EDB6 background.


White color preview on #41EDB6 background

This text has white color on #41EDB6 background.


Related colors

Complementary color

Complementary color for #hex is #BE1249.


I love getcolorcode.com

Triadic colors

1 #B641ED and #EDB641 with #41EDB6 are triadic colors.

2 #B6ED41 and #ED41B6 with #41EDB6 are triadic colors.