COLOR #41CAA7

HEX: #41CAA7 RGB: (65,202,167)

Color info

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

RGB color model

#41CAA7 color RGB value is (65,202,167).

RGB: (65,202,167) (25%, 79%, 65%)

RGB channels and saturation

R 65 of 255 = 25%
G 202 of 255 = 79%
B 167 of 255 = 65%

65
202
167

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

Portions of RGB colors in percentages

R + G + B = 65 + 202 + 167 = 434 (100%)
R 65 of 434 ~ 14.98%
G 202 of 434 ~ 46.54%
B 167 of 434 ~ 38.48'%

%14.98
%46.54
%38.48

CMYK color model

#41CAA7 color CMYK value is (68,0,17,21).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 17.33%
  • key color value is 20.78%

CMYK: (68,0,17,21)
C68M0Y17K21 (68%, 0%, 17%, 21%)
(0.68 / 0.00 / 0.17 / 0.21)

CMYK percentages

%67.82
%0
%17.33
%20.78

Codes

Color #41CAA7 in popluar color models

41 CA A7
RGB 65 202 167
HSL 165° 56.38% 52.35%
HSB/HSV 165° 67.82% 79.22%
CMYK 67.82% 0.00% 17.33%
20.78%

Color #41CAA7 in popluar number systems.

HEX 41 CA A7
Decimal 65 202 167
Binary 1000001 11001010 10100111
Octal 101 312 247

Shades and tints

Shades of #41CAA7

#41CAA7
(65,202,167)
#3CB898
(60,184,152)
#37A689
(55,166,137)
#32947A
(50,148,122)
#2D826B
(45,130,107)
#28705C
(40,112,92)
#235E4D
(35,94,77)
#1E4C3E
(30,76,62)
#193A2F
(25,58,47)
#142820
(20,40,32)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #41CAA7

#41CAA7
(65,202,167)
#52CEAF
(82,206,175)
#63D2B7
(99,210,183)
#74D6BF
(116,214,191)
#85DAC7
(133,218,199)
#96DECF
(150,222,207)
#A7E2D7
(167,226,215)
#B8E6DF
(184,230,223)
#C9EAE7
(201,234,231)
#DAEEEF
(218,238,239)
#EBF2F7
(235,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41CAA7 color. Also use rgb(65,202,167) instead hex code.

Text Font Color

.myTextColor { color: #41CAA7; }

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

This text font color is #41CAA7.

Background Color

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

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

This div background color is #41CAA7.

Border color

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

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

This div border color is #41CAA7.

Opacity

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

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

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

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

This text has shadow with #41CAA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41CAA7.

Preview

Color preview on black background

This text has color #41CAA7 on black background.


Color preview on white background

This text has color #41CAA7 on white background.


Black color preview on #41CAA7 background

This text has black color on #41CAA7 background.


White color preview on #41CAA7 background

This text has white color on #41CAA7 background.


Related colors

Complementary color

Complementary color for #hex is #BE3558.


I love getcolorcode.com

Triadic colors

1 #A741CA and #CAA741 with #41CAA7 are triadic colors.

2 #A7CA41 and #CA41A7 with #41CAA7 are triadic colors.