COLOR #54B08E

HEX: #54B08E
RGB: (84,176,142)

Color info

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

RGB color model

#54B08E color RGB value is (84,176,142).

  • red value is 84;
  • green value is 176;
  • blue value is 142.
RGB:
(84,176,142)
(33%,69%,56%)

RGB channels and saturation

R 84 of 255 = 33%
G 176 of 255 = 69%
B 142 of 255 = 56%

84
176
142

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

Portions of RGB colors in percentages

R + G + B =
84 + 176 + 142 = 402 (100%)
R 84 of 402 ~ 20.9%
G 176 of 402 ~ 43.78%
B 142 of 402 ~ 35.32%

%20.9
%43.78
%35.32

CMYK color model

#54B08E color CMYK value is (52,0,19,31).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK:
(52,0,19,31)
C52M0Y19K31 
(52%,0%,19%,31%)
(0.52/0.00/0.19/0.31)	

CMYK percentages

%52.27
%0
%19.32
%30.98

Codes

Color #54B08E in popluar color models

54B08E
RGB84176142
HSL158°36.80%50.98%
HSB/HSV158°52.27%69.02%
CMYK52.27%0.00%19.32%
30.98%

Color #54B08E in popluar number systems.

HEX54B08E
Decimal84176142
Binary10101001011000010001110
Octal124260216

Shades and tints

Shades of #54B08E

#54B08E
(84,176,142)
#4DA082
(77,160,130)
#469076
(70,144,118)
#3F806A
(63,128,106)
#38705E
(56,112,94)
#316052
(49,96,82)
#2A5046
(42,80,70)
#23403A
(35,64,58)
#1C302E
(28,48,46)
#152022
(21,32,34)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #54B08E

#54B08E
(84,176,142)
#63B798
(99,183,152)
#72BEA2
(114,190,162)
#81C5AC
(129,197,172)
#90CCB6
(144,204,182)
#9FD3C0
(159,211,192)
#AEDACA
(174,218,202)
#BDE1D4
(189,225,212)
#CCE8DE
(204,232,222)
#DBEFE8
(219,239,232)
#EAF6F2
(234,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B08E color. Also use rgb(84,176,142) instead hex code.

Text Font Color

.myTextColor { color: #54B08E; }

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

This text font color is #54B08E.


Background Color

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

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

This div background color is #54B08E.


Border color

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

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

This div border color is #54B08E.


Opacity

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

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

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

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

This text has shadow with #54B08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B08E on black background.


Color preview on white background

This text has color #54B08E on white background.



Black color preview on #54B08E background

This text has black color on #54B08E background.


White color preview on #54B08E background

This text has white color on #54B08E background.