COLOR #54AEBA

HEX: #54AEBA RGB: (84,174,186)

Color info

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

RGB color model

#54AEBA color RGB value is (84,174,186).

RGB: (84,174,186) (33%, 68%, 73%)

RGB channels and saturation

R 84 of 255 = 33%
G 174 of 255 = 68%
B 186 of 255 = 73%

84
174
186

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

Portions of RGB colors in percentages

R + G + B = 84 + 174 + 186 = 444 (100%)
R 84 of 444 ~ 18.92%
G 174 of 444 ~ 39.19%
B 186 of 444 ~ 41.89'%

%18.92
%39.19
%41.89

CMYK color model

#54AEBA color CMYK value is (55,6,0,27).

  • cyan value is 54.84%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (55,6,0,27)
C55M6Y0K27 (55%, 6%, 0%, 27%)
(0.55 / 0.06 / 0.00 / 0.27)

CMYK percentages

%54.84
%6.45
%0
%27.06

Codes

Color #54AEBA in popluar color models

54 AE BA
RGB 84 174 186
HSL 187° 42.50% 52.94%
HSB/HSV 187° 54.84% 72.94%
CMYK 54.84% 6.45% 0.00%
27.06%

Color #54AEBA in popluar number systems.

HEX 54 AE BA
Decimal 84 174 186
Binary 1010100 10101110 10111010
Octal 124 256 272

Shades and tints

Shades of #54AEBA

#54AEBA
(84,174,186)
#4D9FAA
(77,159,170)
#46909A
(70,144,154)
#3F818A
(63,129,138)
#38727A
(56,114,122)
#31636A
(49,99,106)
#2A545A
(42,84,90)
#23454A
(35,69,74)
#1C363A
(28,54,58)
#15272A
(21,39,42)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #54AEBA

#54AEBA
(84,174,186)
#63B5C0
(99,181,192)
#72BCC6
(114,188,198)
#81C3CC
(129,195,204)
#90CAD2
(144,202,210)
#9FD1D8
(159,209,216)
#AED8DE
(174,216,222)
#BDDFE4
(189,223,228)
#CCE6EA
(204,230,234)
#DBEDF0
(219,237,240)
#EAF4F6
(234,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54AEBA color. Also use rgb(84,174,186) instead hex code.

Text Font Color

.myTextColor { color: #54AEBA; }

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

This text font color is #54AEBA.

Background Color

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

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

This div background color is #54AEBA.

Border color

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

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

This div border color is #54AEBA.

Opacity

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

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

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

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

This text has shadow with #54AEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54AEBA.

Preview

Color preview on black background

This text has color #54AEBA on black background.


Color preview on white background

This text has color #54AEBA on white background.


Black color preview on #54AEBA background

This text has black color on #54AEBA background.


White color preview on #54AEBA background

This text has white color on #54AEBA background.


Related colors

Complementary color

Complementary color for #hex is #AB5145.


I love getcolorcode.com

Triadic colors

1 #BA54AE and #AEBA54 with #54AEBA are triadic colors.

2 #BAAE54 and #AE54BA with #54AEBA are triadic colors.