COLOR #54ACAA

HEX: #54ACAA
RGB: (84,172,170)

Color info

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

RGB color model

#54ACAA color RGB value is (84,172,170).

  • red value is 84;
  • green value is 172;
  • blue value is 170.
RGB:
(84,172,170)
(33%,67%,67%)

RGB channels and saturation

R 84 of 255 = 33%
G 172 of 255 = 67%
B 170 of 255 = 67%

84
172
170

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

Portions of RGB colors in percentages

R + G + B =
84 + 172 + 170 = 426 (100%)
R 84 of 426 ~ 19.72%
G 172 of 426 ~ 40.38%
B 170 of 426 ~ 39.91%

%19.72
%40.38
%39.91

CMYK color model

#54ACAA color CMYK value is (51,0,1,33).

  • cyan value is 51.16%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(51,0,1,33)
C51M0Y1K33 
(51%,0%,1%,33%)
(0.51/0.00/0.01/0.33)	

CMYK percentages

%51.16
%0
%1.16
%32.55

Codes

Color #54ACAA in popluar color models

54ACAA
RGB84172170
HSL179°34.65%50.20%
HSB/HSV179°51.16%67.45%
CMYK51.16%0.00%1.16%
32.55%

Color #54ACAA in popluar number systems.

HEX54ACAA
Decimal84172170
Binary10101001010110010101010
Octal124254252

Shades and tints

Shades of #54ACAA

#54ACAA
(84,172,170)
#4D9D9B
(77,157,155)
#468E8C
(70,142,140)
#3F7F7D
(63,127,125)
#38706E
(56,112,110)
#31615F
(49,97,95)
#2A5250
(42,82,80)
#234341
(35,67,65)
#1C3432
(28,52,50)
#152523
(21,37,35)
#0E1614
(14,22,20)
#000000
(0,0,0)

Tints of #54ACAA

#54ACAA
(84,172,170)
#63B3B1
(99,179,177)
#72BAB8
(114,186,184)
#81C1BF
(129,193,191)
#90C8C6
(144,200,198)
#9FCFCD
(159,207,205)
#AED6D4
(174,214,212)
#BDDDDB
(189,221,219)
#CCE4E2
(204,228,226)
#DBEBE9
(219,235,233)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54ACAA color. Also use rgb(84,172,170) instead hex code.

Text Font Color

.myTextColor { color: #54ACAA; }

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

This text font color is #54ACAA.


Background Color

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

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

This div background color is #54ACAA.


Border color

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

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

This div border color is #54ACAA.


Opacity

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

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

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

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

This text has shadow with #54ACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54ACAA on black background.


Color preview on white background

This text has color #54ACAA on white background.



Black color preview on #54ACAA background

This text has black color on #54ACAA background.


White color preview on #54ACAA background

This text has white color on #54ACAA background.