COLOR #54C4C5

HEX: #54C4C5 RGB: (84,196,197)

Color info

#54C4C5 contains mainly green and blue colors. Web safe color of #54C4C5 is #66CCCC (or #6CC).

RGB color model

#54C4C5 color RGB value is (84,196,197).

RGB: (84,196,197) (33%, 77%, 77%)

RGB channels and saturation

R 84 of 255 = 33%
G 196 of 255 = 77%
B 197 of 255 = 77%

84
196
197

R + G + B ~ 62%. #54C4C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 84 + 196 + 197 = 477 (100%)
R 84 of 477 ~ 17.61%
G 196 of 477 ~ 41.09%
B 197 of 477 ~ 41.3'%

%17.61
%41.09
%41.3

CMYK color model

#54C4C5 color CMYK value is (57,1,0,23).

  • cyan value is 57.36%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (57,1,0,23)
C57M1Y0K23 (57%, 1%, 0%, 23%)
(0.57 / 0.01 / 0.00 / 0.23)

CMYK percentages

%57.36
%0.51
%0
%22.75

Codes

Color #54C4C5 in popluar color models

54 C4 C5
RGB 84 196 197
HSL 181° 49.34% 55.10%
HSB/HSV 181° 57.36% 77.25%
CMYK 57.36% 0.51% 0.00%
22.75%

Color #54C4C5 in popluar number systems.

HEX 54 C4 C5
Decimal 84 196 197
Binary 1010100 11000100 11000101
Octal 124 304 305

Shades and tints

Shades of #54C4C5

#54C4C5
(84,196,197)
#4DB3B4
(77,179,180)
#46A2A3
(70,162,163)
#3F9192
(63,145,146)
#388081
(56,128,129)
#316F70
(49,111,112)
#2A5E5F
(42,94,95)
#234D4E
(35,77,78)
#1C3C3D
(28,60,61)
#152B2C
(21,43,44)
#0E1A1B
(14,26,27)
#000000
(0,0,0)

Tints of #54C4C5

#54C4C5
(84,196,197)
#63C9CA
(99,201,202)
#72CECF
(114,206,207)
#81D3D4
(129,211,212)
#90D8D9
(144,216,217)
#9FDDDE
(159,221,222)
#AEE2E3
(174,226,227)
#BDE7E8
(189,231,232)
#CCECED
(204,236,237)
#DBF1F2
(219,241,242)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54C4C5 color. Also use rgb(84,196,197) instead hex code.

Text Font Color

.myTextColor { color: #54C4C5; }

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

This text font color is #54C4C5.

Background Color

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

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

This div background color is #54C4C5.

Border color

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

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

This div border color is #54C4C5.

Opacity

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

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

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

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

This text has shadow with #54C4C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54C4C5.

Preview

Color preview on black background

This text has color #54C4C5 on black background.


Color preview on white background

This text has color #54C4C5 on white background.


Black color preview on #54C4C5 background

This text has black color on #54C4C5 background.


White color preview on #54C4C5 background

This text has white color on #54C4C5 background.


Related colors

Complementary color

Complementary color for #hex is #AB3B3A.


I love getcolorcode.com

Triadic colors

1 #C554C4 and #C4C554 with #54C4C5 are triadic colors.

2 #C5C454 and #C454C5 with #54C4C5 are triadic colors.