COLOR #54A17E

HEX: #54A17E RGB: (84,161,126)

Color info

#54A17E contains mainly green and blue colors. Web safe color of #54A17E is #669966 (or #696).

RGB color model

#54A17E color RGB value is (84,161,126).

RGB: (84,161,126) (33%, 63%, 49%)

RGB channels and saturation

R 84 of 255 = 33%
G 161 of 255 = 63%
B 126 of 255 = 49%

84
161
126

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

Portions of RGB colors in percentages

R + G + B = 84 + 161 + 126 = 371 (100%)
R 84 of 371 ~ 22.64%
G 161 of 371 ~ 43.4%
B 126 of 371 ~ 33.96'%

%22.64
%43.4
%33.96

CMYK color model

#54A17E color CMYK value is (48,0,22,37).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%

CMYK: (48,0,22,37)
C48M0Y22K37 (48%, 0%, 22%, 37%)
(0.48 / 0.00 / 0.22 / 0.37)

CMYK percentages

%47.83
%0
%21.74
%36.86

Codes

Color #54A17E in popluar color models

54 A1 7E
RGB 84 161 126
HSL 153° 31.43% 48.04%
HSB/HSV 153° 47.83% 63.14%
CMYK 47.83% 0.00% 21.74%
36.86%

Color #54A17E in popluar number systems.

HEX 54 A1 7E
Decimal 84 161 126
Binary 1010100 10100001 1111110
Octal 124 241 176

Shades and tints

Shades of #54A17E

#54A17E
(84,161,126)
#4D9373
(77,147,115)
#468568
(70,133,104)
#3F775D
(63,119,93)
#386952
(56,105,82)
#315B47
(49,91,71)
#2A4D3C
(42,77,60)
#233F31
(35,63,49)
#1C3126
(28,49,38)
#15231B
(21,35,27)
#0E1510
(14,21,16)
#000000
(0,0,0)

Tints of #54A17E

#54A17E
(84,161,126)
#63A989
(99,169,137)
#72B194
(114,177,148)
#81B99F
(129,185,159)
#90C1AA
(144,193,170)
#9FC9B5
(159,201,181)
#AED1C0
(174,209,192)
#BDD9CB
(189,217,203)
#CCE1D6
(204,225,214)
#DBE9E1
(219,233,225)
#EAF1EC
(234,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A17E color. Also use rgb(84,161,126) instead hex code.

Text Font Color

.myTextColor { color: #54A17E; }

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

This text font color is #54A17E.

Background Color

.myBgColor { background-color: #54A17E; }

<div style="background-color:#54A17E">Inner text</div>

This div background color is #54A17E.

Border color

.myBorderColor { border: 1px solid #54A17E; }

<div style="border:3px solid #54A17E">Div</div>

This div border color is #54A17E.

Opacity

.myOpacity80 { color: #54A17E; opacity: 0.8; }

<p style="color:#54A17E;opacity:0.8;">80%</p>

Text with #54A17E 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 #54A17E;}

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

This text has shadow with #54A17E color.


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

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

This text has shadow with #54A17E primary color and red secondary color.


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

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

This text has shadow with #54A17E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54A17E.

Preview

Color preview on black background

This text has color #54A17E on black background.


Color preview on white background

This text has color #54A17E on white background.


Black color preview on #54A17E background

This text has black color on #54A17E background.


White color preview on #54A17E background

This text has white color on #54A17E background.


Related colors

Complementary color

Complementary color for #hex is #AB5E81.


I love getcolorcode.com

Triadic colors

1 #7E54A1 and #A17E54 with #54A17E are triadic colors.

2 #7EA154 and #A1547E with #54A17E are triadic colors.