COLOR #54A990

HEX: #54A990
RGB: (84,169,144)

Color info

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

RGB color model

#54A990 color RGB value is (84,169,144).

  • red value is 84;
  • green value is 169;
  • blue value is 144.
RGB:
(84,169,144)
(33%,66%,56%)

RGB channels and saturation

R 84 of 255 = 33%
G 169 of 255 = 66%
B 144 of 255 = 56%

84
169
144

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

Portions of RGB colors in percentages

R + G + B =
84 + 169 + 144 = 397 (100%)
R 84 of 397 ~ 21.16%
G 169 of 397 ~ 42.57%
B 144 of 397 ~ 36.27%

%21.16
%42.57
%36.27

CMYK color model

#54A990 color CMYK value is (50,0,15,34).

  • cyan value is 50.30%
  • magenta value is 0.00%
  • yellow value is 14.79%
  • key color value is 33.73%
CMYK:
(50,0,15,34)
C50M0Y15K34 
(50%,0%,15%,34%)
(0.50/0.00/0.15/0.34)	

CMYK percentages

%50.3
%0
%14.79
%33.73

Codes

Color #54A990 in popluar color models

54A990
RGB84169144
HSL162°33.60%49.61%
HSB/HSV162°50.30%66.27%
CMYK50.30%0.00%14.79%
33.73%

Color #54A990 in popluar number systems.

HEX54A990
Decimal84169144
Binary10101001010100110010000
Octal124251220

Shades and tints

Shades of #54A990

#54A990
(84,169,144)
#4D9A83
(77,154,131)
#468B76
(70,139,118)
#3F7C69
(63,124,105)
#386D5C
(56,109,92)
#315E4F
(49,94,79)
#2A4F42
(42,79,66)
#234035
(35,64,53)
#1C3128
(28,49,40)
#15221B
(21,34,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #54A990

#54A990
(84,169,144)
#63B09A
(99,176,154)
#72B7A4
(114,183,164)
#81BEAE
(129,190,174)
#90C5B8
(144,197,184)
#9FCCC2
(159,204,194)
#AED3CC
(174,211,204)
#BDDAD6
(189,218,214)
#CCE1E0
(204,225,224)
#DBE8EA
(219,232,234)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A990 color. Also use rgb(84,169,144) instead hex code.

Text Font Color

.myTextColor { color: #54A990; }

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

This text font color is #54A990.


Background Color

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

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

This div background color is #54A990.


Border color

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

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

This div border color is #54A990.


Opacity

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

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

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

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

This text has shadow with #54A990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A990 on black background.


Color preview on white background

This text has color #54A990 on white background.



Black color preview on #54A990 background

This text has black color on #54A990 background.


White color preview on #54A990 background

This text has white color on #54A990 background.