COLOR #54B4AE

HEX: #54B4AE
RGB: (84,180,174)

Color info

#54B4AE contains mainly green and blue colors. Web safe color of #54B4AE is #66CC99 (or #6C9).

RGB color model

#54B4AE color RGB value is (84,180,174).

  • red value is 84;
  • green value is 180;
  • blue value is 174.
RGB:
(84,180,174)
(33%,71%,68%)

RGB channels and saturation

R 84 of 255 = 33%
G 180 of 255 = 71%
B 174 of 255 = 68%

84
180
174

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

Portions of RGB colors in percentages

R + G + B =
84 + 180 + 174 = 438 (100%)
R 84 of 438 ~ 19.18%
G 180 of 438 ~ 41.1%
B 174 of 438 ~ 39.73%

%19.18
%41.1
%39.73

CMYK color model

#54B4AE color CMYK value is (53,0,3,29).

  • cyan value is 53.33%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(53,0,3,29)
C53M0Y3K29 
(53%,0%,3%,29%)
(0.53/0.00/0.03/0.29)	

CMYK percentages

%53.33
%0
%3.33
%29.41

Codes

Color #54B4AE in popluar color models

54B4AE
RGB84180174
HSL176°39.02%51.76%
HSB/HSV176°53.33%70.59%
CMYK53.33%0.00%3.33%
29.41%

Color #54B4AE in popluar number systems.

HEX54B4AE
Decimal84180174
Binary10101001011010010101110
Octal124264256

Shades and tints

Shades of #54B4AE

#54B4AE
(84,180,174)
#4DA49F
(77,164,159)
#469490
(70,148,144)
#3F8481
(63,132,129)
#387472
(56,116,114)
#316463
(49,100,99)
#2A5454
(42,84,84)
#234445
(35,68,69)
#1C3436
(28,52,54)
#152427
(21,36,39)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #54B4AE

#54B4AE
(84,180,174)
#63BAB5
(99,186,181)
#72C0BC
(114,192,188)
#81C6C3
(129,198,195)
#90CCCA
(144,204,202)
#9FD2D1
(159,210,209)
#AED8D8
(174,216,216)
#BDDEDF
(189,222,223)
#CCE4E6
(204,228,230)
#DBEAED
(219,234,237)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B4AE color. Also use rgb(84,180,174) instead hex code.

Text Font Color

.myTextColor { color: #54B4AE; }

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

This text font color is #54B4AE.


Background Color

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

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

This div background color is #54B4AE.


Border color

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

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

This div border color is #54B4AE.


Opacity

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

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

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

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

This text has shadow with #54B4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B4AE on black background.


Color preview on white background

This text has color #54B4AE on white background.



Black color preview on #54B4AE background

This text has black color on #54B4AE background.


White color preview on #54B4AE background

This text has white color on #54B4AE background.