COLOR #55AEB3

HEX: #55AEB3
RGB: (85,174,179)

Color info

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

RGB color model

#55AEB3 color RGB value is (85,174,179).

  • red value is 85;
  • green value is 174;
  • blue value is 179.
RGB:
(85,174,179)
(33%,68%,70%)

RGB channels and saturation

R 85 of 255 = 33%
G 174 of 255 = 68%
B 179 of 255 = 70%

85
174
179

R + G + B ~ 57%. #55AEB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 174 + 179 = 438 (100%)
R 85 of 438 ~ 19.41%
G 174 of 438 ~ 39.73%
B 179 of 438 ~ 40.87%

%19.41
%39.73
%40.87

CMYK color model

#55AEB3 color CMYK value is (53,3,0,30).

  • cyan value is 52.51%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(53,3,0,30)
C53M3Y0K30 
(53%,3%,0%,30%)
(0.53/0.03/0.00/0.30)	

CMYK percentages

%52.51
%2.79
%0
%29.8

Codes

Color #55AEB3 in popluar color models

55AEB3
RGB85174179
HSL183°38.21%51.76%
HSB/HSV183°52.51%70.20%
CMYK52.51%2.79%0.00%
29.80%

Color #55AEB3 in popluar number systems.

HEX55AEB3
Decimal85174179
Binary10101011010111010110011
Octal125256263

Shades and tints

Shades of #55AEB3

#55AEB3
(85,174,179)
#4E9FA3
(78,159,163)
#479093
(71,144,147)
#408183
(64,129,131)
#397273
(57,114,115)
#326363
(50,99,99)
#2B5453
(43,84,83)
#244543
(36,69,67)
#1D3633
(29,54,51)
#162723
(22,39,35)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #55AEB3

#55AEB3
(85,174,179)
#64B5B9
(100,181,185)
#73BCBF
(115,188,191)
#82C3C5
(130,195,197)
#91CACB
(145,202,203)
#A0D1D1
(160,209,209)
#AFD8D7
(175,216,215)
#BEDFDD
(190,223,221)
#CDE6E3
(205,230,227)
#DCEDE9
(220,237,233)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AEB3 color. Also use rgb(85,174,179) instead hex code.

Text Font Color

.myTextColor { color: #55AEB3; }

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

This text font color is #55AEB3.


Background Color

.myBgColor { background-color: #55AEB3; }

<div style="background-color:#55AEB3">Inner text</div>

This div background color is #55AEB3.


Border color

.myBorderColor { border: 1px solid #55AEB3; }

<div style="border:3px solid #55AEB3">Div</div>

This div border color is #55AEB3.


Opacity

.myOpacity80 { color: #55AEB3; opacity: 0.8; }

<p style="color:#55AEB3;opacity:0.8;">80%</p>

Text with #55AEB3 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 #55AEB3;}

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

This text has shadow with #55AEB3 color.

.textShadow {text-shadow: 3px 3px 1px #55AEB3, 3px 3px 1px red;}

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

This text has shadow with #55AEB3 primary color and red secondary color.


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

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

This text has shadow with #55AEB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AEB3 on black background.


Color preview on white background

This text has color #55AEB3 on white background.



Black color preview on #55AEB3 background

This text has black color on #55AEB3 background.


White color preview on #55AEB3 background

This text has white color on #55AEB3 background.