COLOR #54A8A1

HEX: #54A8A1
RGB: (84,168,161)

Color info

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

RGB color model

#54A8A1 color RGB value is (84,168,161).

  • red value is 84;
  • green value is 168;
  • blue value is 161.
RGB:
(84,168,161)
(33%,66%,63%)

RGB channels and saturation

R 84 of 255 = 33%
G 168 of 255 = 66%
B 161 of 255 = 63%

84
168
161

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

Portions of RGB colors in percentages

R + G + B =
84 + 168 + 161 = 413 (100%)
R 84 of 413 ~ 20.34%
G 168 of 413 ~ 40.68%
B 161 of 413 ~ 38.98%

%20.34
%40.68
%38.98

CMYK color model

#54A8A1 color CMYK value is (50,0,4,34).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 34.12%
CMYK:
(50,0,4,34)
C50M0Y4K34 
(50%,0%,4%,34%)
(0.50/0.00/0.04/0.34)	

CMYK percentages

%50
%0
%4.17
%34.12

Codes

Color #54A8A1 in popluar color models

54A8A1
RGB84168161
HSL175°33.33%49.41%
HSB/HSV175°50.00%65.88%
CMYK50.00%0.00%4.17%
34.12%

Color #54A8A1 in popluar number systems.

HEX54A8A1
Decimal84168161
Binary10101001010100010100001
Octal124250241

Shades and tints

Shades of #54A8A1

#54A8A1
(84,168,161)
#4D9993
(77,153,147)
#468A85
(70,138,133)
#3F7B77
(63,123,119)
#386C69
(56,108,105)
#315D5B
(49,93,91)
#2A4E4D
(42,78,77)
#233F3F
(35,63,63)
#1C3031
(28,48,49)
#152123
(21,33,35)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #54A8A1

#54A8A1
(84,168,161)
#63AFA9
(99,175,169)
#72B6B1
(114,182,177)
#81BDB9
(129,189,185)
#90C4C1
(144,196,193)
#9FCBC9
(159,203,201)
#AED2D1
(174,210,209)
#BDD9D9
(189,217,217)
#CCE0E1
(204,224,225)
#DBE7E9
(219,231,233)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54A8A1; }

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

This text font color is #54A8A1.


Background Color

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

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

This div background color is #54A8A1.


Border color

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

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

This div border color is #54A8A1.


Opacity

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

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

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

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

This text has shadow with #54A8A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A8A1 on black background.


Color preview on white background

This text has color #54A8A1 on white background.



Black color preview on #54A8A1 background

This text has black color on #54A8A1 background.


White color preview on #54A8A1 background

This text has white color on #54A8A1 background.