COLOR #41A99F

HEX: #41A99F
RGB: (65,169,159)

Color info

#41A99F contains mainly green and blue colors. Web safe color of #41A99F is #339999 (or #399).

RGB color model

#41A99F color RGB value is (65,169,159).

  • red value is 65;
  • green value is 169;
  • blue value is 159.
RGB:
(65,169,159)
(25%,66%,62%)

RGB channels and saturation

R 65 of 255 = 25%
G 169 of 255 = 66%
B 159 of 255 = 62%

65
169
159

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

Portions of RGB colors in percentages

R + G + B =
65 + 169 + 159 = 393 (100%)
R 65 of 393 ~ 16.54%
G 169 of 393 ~ 43%
B 159 of 393 ~ 40.46%

%16.54
%43
%40.46

CMYK color model

#41A99F color CMYK value is (62,0,6,34).

  • cyan value is 61.54%
  • magenta value is 0.00%
  • yellow value is 5.92%
  • key color value is 33.73%
CMYK:
(62,0,6,34)
C62M0Y6K34 
(62%,0%,6%,34%)
(0.62/0.00/0.06/0.34)	

CMYK percentages

%61.54
%0
%5.92
%33.73

Codes

Color #41A99F in popluar color models

41A99F
RGB65169159
HSL174°44.44%45.88%
HSB/HSV174°61.54%66.27%
CMYK61.54%0.00%5.92%
33.73%

Color #41A99F in popluar number systems.

HEX41A99F
Decimal65169159
Binary10000011010100110011111
Octal101251237

Shades and tints

Shades of #41A99F

#41A99F
(65,169,159)
#3C9A91
(60,154,145)
#378B83
(55,139,131)
#327C75
(50,124,117)
#2D6D67
(45,109,103)
#285E59
(40,94,89)
#234F4B
(35,79,75)
#1E403D
(30,64,61)
#19312F
(25,49,47)
#142221
(20,34,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #41A99F

#41A99F
(65,169,159)
#52B0A7
(82,176,167)
#63B7AF
(99,183,175)
#74BEB7
(116,190,183)
#85C5BF
(133,197,191)
#96CCC7
(150,204,199)
#A7D3CF
(167,211,207)
#B8DAD7
(184,218,215)
#C9E1DF
(201,225,223)
#DAE8E7
(218,232,231)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A99F color. Also use rgb(65,169,159) instead hex code.

Text Font Color

.myTextColor { color: #41A99F; }

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

This text font color is #41A99F.


Background Color

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

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

This div background color is #41A99F.


Border color

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

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

This div border color is #41A99F.


Opacity

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

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

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

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

This text has shadow with #41A99F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A99F on black background.


Color preview on white background

This text has color #41A99F on white background.



Black color preview on #41A99F background

This text has black color on #41A99F background.


White color preview on #41A99F background

This text has white color on #41A99F background.