COLOR #41A1C0

HEX: #41A1C0
RGB: (65,161,192)

Color info

#41A1C0 contains mainly green and blue colors. Web safe color of #41A1C0 is #3399CC (or #39C).

RGB color model

#41A1C0 color RGB value is (65,161,192).

  • red value is 65;
  • green value is 161;
  • blue value is 192.
RGB:
(65,161,192)
(25%,63%,75%)

RGB channels and saturation

R 65 of 255 = 25%
G 161 of 255 = 63%
B 192 of 255 = 75%

65
161
192

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

Portions of RGB colors in percentages

R + G + B =
65 + 161 + 192 = 418 (100%)
R 65 of 418 ~ 15.55%
G 161 of 418 ~ 38.52%
B 192 of 418 ~ 45.93%

%15.55
%38.52
%45.93

CMYK color model

#41A1C0 color CMYK value is (66,16,0,25).

  • cyan value is 66.15%
  • magenta value is 16.15%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(66,16,0,25)
C66M16Y0K25 
(66%,16%,0%,25%)
(0.66/0.16/0.00/0.25)	

CMYK percentages

%66.15
%16.15
%0
%24.71

Codes

Color #41A1C0 in popluar color models

41A1C0
RGB65161192
HSL195°50.20%50.39%
HSB/HSV195°66.15%75.29%
CMYK66.15%16.15%0.00%
24.71%

Color #41A1C0 in popluar number systems.

HEX41A1C0
Decimal65161192
Binary10000011010000111000000
Octal101241300

Shades and tints

Shades of #41A1C0

#41A1C0
(65,161,192)
#3C93AF
(60,147,175)
#37859E
(55,133,158)
#32778D
(50,119,141)
#2D697C
(45,105,124)
#285B6B
(40,91,107)
#234D5A
(35,77,90)
#1E3F49
(30,63,73)
#193138
(25,49,56)
#142327
(20,35,39)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #41A1C0

#41A1C0
(65,161,192)
#52A9C5
(82,169,197)
#63B1CA
(99,177,202)
#74B9CF
(116,185,207)
#85C1D4
(133,193,212)
#96C9D9
(150,201,217)
#A7D1DE
(167,209,222)
#B8D9E3
(184,217,227)
#C9E1E8
(201,225,232)
#DAE9ED
(218,233,237)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41A1C0 color. Also use rgb(65,161,192) instead hex code.

Text Font Color

.myTextColor { color: #41A1C0; }

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

This text font color is #41A1C0.


Background Color

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

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

This div background color is #41A1C0.


Border color

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

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

This div border color is #41A1C0.


Opacity

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

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

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

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

This text has shadow with #41A1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41A1C0 on black background.


Color preview on white background

This text has color #41A1C0 on white background.



Black color preview on #41A1C0 background

This text has black color on #41A1C0 background.


White color preview on #41A1C0 background

This text has white color on #41A1C0 background.