COLOR #54B192

HEX: #54B192
RGB: (84,177,146)

Color info

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

RGB color model

#54B192 color RGB value is (84,177,146).

  • red value is 84;
  • green value is 177;
  • blue value is 146.
RGB:
(84,177,146)
(33%,69%,57%)

RGB channels and saturation

R 84 of 255 = 33%
G 177 of 255 = 69%
B 146 of 255 = 57%

84
177
146

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

Portions of RGB colors in percentages

R + G + B =
84 + 177 + 146 = 407 (100%)
R 84 of 407 ~ 20.64%
G 177 of 407 ~ 43.49%
B 146 of 407 ~ 35.87%

%20.64
%43.49
%35.87

CMYK color model

#54B192 color CMYK value is (53,0,18,31).

  • cyan value is 52.54%
  • magenta value is 0.00%
  • yellow value is 17.51%
  • key color value is 30.59%
CMYK:
(53,0,18,31)
C53M0Y18K31 
(53%,0%,18%,31%)
(0.53/0.00/0.18/0.31)	

CMYK percentages

%52.54
%0
%17.51
%30.59

Codes

Color #54B192 in popluar color models

54B192
RGB84177146
HSL160°37.35%51.18%
HSB/HSV160°52.54%69.41%
CMYK52.54%0.00%17.51%
30.59%

Color #54B192 in popluar number systems.

HEX54B192
Decimal84177146
Binary10101001011000110010010
Octal124261222

Shades and tints

Shades of #54B192

#54B192
(84,177,146)
#4DA185
(77,161,133)
#469178
(70,145,120)
#3F816B
(63,129,107)
#38715E
(56,113,94)
#316151
(49,97,81)
#2A5144
(42,81,68)
#234137
(35,65,55)
#1C312A
(28,49,42)
#15211D
(21,33,29)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #54B192

#54B192
(84,177,146)
#63B89B
(99,184,155)
#72BFA4
(114,191,164)
#81C6AD
(129,198,173)
#90CDB6
(144,205,182)
#9FD4BF
(159,212,191)
#AEDBC8
(174,219,200)
#BDE2D1
(189,226,209)
#CCE9DA
(204,233,218)
#DBF0E3
(219,240,227)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B192 color. Also use rgb(84,177,146) instead hex code.

Text Font Color

.myTextColor { color: #54B192; }

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

This text font color is #54B192.


Background Color

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

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

This div background color is #54B192.


Border color

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

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

This div border color is #54B192.


Opacity

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

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

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

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

This text has shadow with #54B192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B192 on black background.


Color preview on white background

This text has color #54B192 on white background.



Black color preview on #54B192 background

This text has black color on #54B192 background.


White color preview on #54B192 background

This text has white color on #54B192 background.