COLOR #419EAB

HEX: #419EAB RGB: (65,158,171)

Color info

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

RGB color model

#419EAB color RGB value is (65,158,171).

RGB: (65,158,171) (25%, 62%, 67%)

RGB channels and saturation

R 65 of 255 = 25%
G 158 of 255 = 62%
B 171 of 255 = 67%

65
158
171

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

Portions of RGB colors in percentages

R + G + B = 65 + 158 + 171 = 394 (100%)
R 65 of 394 ~ 16.5%
G 158 of 394 ~ 40.1%
B 171 of 394 ~ 43.4'%

%16.5
%40.1
%43.4

CMYK color model

#419EAB color CMYK value is (62,8,0,33).

  • cyan value is 61.99%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (62,8,0,33)
C62M8Y0K33 (62%, 8%, 0%, 33%)
(0.62 / 0.08 / 0.00 / 0.33)

CMYK percentages

%61.99
%7.6
%0
%32.94

Codes

Color #419EAB in popluar color models

41 9E AB
RGB 65 158 171
HSL 187° 44.92% 46.27%
HSB/HSV 187° 61.99% 67.06%
CMYK 61.99% 7.60% 0.00%
32.94%

Color #419EAB in popluar number systems.

HEX 41 9E AB
Decimal 65 158 171
Binary 1000001 10011110 10101011
Octal 101 236 253

Shades and tints

Shades of #419EAB

#419EAB
(65,158,171)
#3C909C
(60,144,156)
#37828D
(55,130,141)
#32747E
(50,116,126)
#2D666F
(45,102,111)
#285860
(40,88,96)
#234A51
(35,74,81)
#1E3C42
(30,60,66)
#192E33
(25,46,51)
#142024
(20,32,36)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #419EAB

#419EAB
(65,158,171)
#52A6B2
(82,166,178)
#63AEB9
(99,174,185)
#74B6C0
(116,182,192)
#85BEC7
(133,190,199)
#96C6CE
(150,198,206)
#A7CED5
(167,206,213)
#B8D6DC
(184,214,220)
#C9DEE3
(201,222,227)
#DAE6EA
(218,230,234)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #419EAB color. Also use rgb(65,158,171) instead hex code.

Text Font Color

.myTextColor { color: #419EAB; }

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

This text font color is #419EAB.

Background Color

.myBgColor { background-color: #419EAB; }

<div style="background-color:#419EAB">Inner text</div>

This div background color is #419EAB.

Border color

.myBorderColor { border: 1px solid #419EAB; }

<div style="border:3px solid #419EAB">Div</div>

This div border color is #419EAB.

Opacity

.myOpacity80 { color: #419EAB; opacity: 0.8; }

<p style="color:#419EAB;opacity:0.8;">80%</p>

Text with #419EAB 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 #419EAB;}

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

This text has shadow with #419EAB color.


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

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

This text has shadow with #419EAB primary color and red secondary color.


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

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

This text has shadow with #419EAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #419EAB.

Preview

Color preview on black background

This text has color #419EAB on black background.


Color preview on white background

This text has color #419EAB on white background.


Black color preview on #419EAB background

This text has black color on #419EAB background.


White color preview on #419EAB background

This text has white color on #419EAB background.


Related colors

Complementary color

Complementary color for #hex is #BE6154.


I love getcolorcode.com

Triadic colors

1 #AB419E and #9EAB41 with #419EAB are triadic colors.

2 #AB9E41 and #9E41AB with #419EAB are triadic colors.