COLOR #54B2B5

HEX: #54B2B5
RGB: (84,178,181)

Color info

#54B2B5 contains mainly green and blue colors. Web safe color of #54B2B5 is #6699CC (or #69C).

RGB color model

#54B2B5 color RGB value is (84,178,181).

  • red value is 84;
  • green value is 178;
  • blue value is 181.
RGB:
(84,178,181)
(33%,70%,71%)

RGB channels and saturation

R 84 of 255 = 33%
G 178 of 255 = 70%
B 181 of 255 = 71%

84
178
181

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

Portions of RGB colors in percentages

R + G + B =
84 + 178 + 181 = 443 (100%)
R 84 of 443 ~ 18.96%
G 178 of 443 ~ 40.18%
B 181 of 443 ~ 40.86%

%18.96
%40.18
%40.86

CMYK color model

#54B2B5 color CMYK value is (54,2,0,29).

  • cyan value is 53.59%
  • magenta value is 1.66%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(54,2,0,29)
C54M2Y0K29 
(54%,2%,0%,29%)
(0.54/0.02/0.00/0.29)	

CMYK percentages

%53.59
%1.66
%0
%29.02

Codes

Color #54B2B5 in popluar color models

54B2B5
RGB84178181
HSL182°39.59%51.96%
HSB/HSV182°53.59%70.98%
CMYK53.59%1.66%0.00%
29.02%

Color #54B2B5 in popluar number systems.

HEX54B2B5
Decimal84178181
Binary10101001011001010110101
Octal124262265

Shades and tints

Shades of #54B2B5

#54B2B5
(84,178,181)
#4DA2A5
(77,162,165)
#469295
(70,146,149)
#3F8285
(63,130,133)
#387275
(56,114,117)
#316265
(49,98,101)
#2A5255
(42,82,85)
#234245
(35,66,69)
#1C3235
(28,50,53)
#152225
(21,34,37)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #54B2B5

#54B2B5
(84,178,181)
#63B9BB
(99,185,187)
#72C0C1
(114,192,193)
#81C7C7
(129,199,199)
#90CECD
(144,206,205)
#9FD5D3
(159,213,211)
#AEDCD9
(174,220,217)
#BDE3DF
(189,227,223)
#CCEAE5
(204,234,229)
#DBF1EB
(219,241,235)
#EAF8F1
(234,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54B2B5 color. Also use rgb(84,178,181) instead hex code.

Text Font Color

.myTextColor { color: #54B2B5; }

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

This text font color is #54B2B5.


Background Color

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

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

This div background color is #54B2B5.


Border color

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

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

This div border color is #54B2B5.


Opacity

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

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

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

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

This text has shadow with #54B2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54B2B5 on black background.


Color preview on white background

This text has color #54B2B5 on white background.



Black color preview on #54B2B5 background

This text has black color on #54B2B5 background.


White color preview on #54B2B5 background

This text has white color on #54B2B5 background.