COLOR #54A69E

HEX: #54A69E
RGB: (84,166,158)

Color info

#54A69E contains mainly green and blue colors. Web safe color of #54A69E is #669999 (or #699).

RGB color model

#54A69E color RGB value is (84,166,158).

  • red value is 84;
  • green value is 166;
  • blue value is 158.
RGB:
(84,166,158)
(33%,65%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 166 of 255 = 65%
B 158 of 255 = 62%

84
166
158

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

Portions of RGB colors in percentages

R + G + B =
84 + 166 + 158 = 408 (100%)
R 84 of 408 ~ 20.59%
G 166 of 408 ~ 40.69%
B 158 of 408 ~ 38.73%

%20.59
%40.69
%38.73

CMYK color model

#54A69E color CMYK value is (49,0,5,35).

  • cyan value is 49.40%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(49,0,5,35)
C49M0Y5K35 
(49%,0%,5%,35%)
(0.49/0.00/0.05/0.35)	

CMYK percentages

%49.4
%0
%4.82
%34.9

Codes

Color #54A69E in popluar color models

54A69E
RGB84166158
HSL174°32.80%49.02%
HSB/HSV174°49.40%65.10%
CMYK49.40%0.00%4.82%
34.90%

Color #54A69E in popluar number systems.

HEX54A69E
Decimal84166158
Binary10101001010011010011110
Octal124246236

Shades and tints

Shades of #54A69E

#54A69E
(84,166,158)
#4D9790
(77,151,144)
#468882
(70,136,130)
#3F7974
(63,121,116)
#386A66
(56,106,102)
#315B58
(49,91,88)
#2A4C4A
(42,76,74)
#233D3C
(35,61,60)
#1C2E2E
(28,46,46)
#151F20
(21,31,32)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #54A69E

#54A69E
(84,166,158)
#63AEA6
(99,174,166)
#72B6AE
(114,182,174)
#81BEB6
(129,190,182)
#90C6BE
(144,198,190)
#9FCEC6
(159,206,198)
#AED6CE
(174,214,206)
#BDDED6
(189,222,214)
#CCE6DE
(204,230,222)
#DBEEE6
(219,238,230)
#EAF6EE
(234,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A69E color. Also use rgb(84,166,158) instead hex code.

Text Font Color

.myTextColor { color: #54A69E; }

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

This text font color is #54A69E.


Background Color

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

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

This div background color is #54A69E.


Border color

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

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

This div border color is #54A69E.


Opacity

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

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

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

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

This text has shadow with #54A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A69E on black background.


Color preview on white background

This text has color #54A69E on white background.



Black color preview on #54A69E background

This text has black color on #54A69E background.


White color preview on #54A69E background

This text has white color on #54A69E background.