COLOR #55AE8F

HEX: #55AE8F RGB: (85,174,143)

Color info

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

RGB color model

#55AE8F color RGB value is (85,174,143).

RGB: (85,174,143) (33%, 68%, 56%)

RGB channels and saturation

R 85 of 255 = 33%
G 174 of 255 = 68%
B 143 of 255 = 56%

85
174
143

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

Portions of RGB colors in percentages

R + G + B = 85 + 174 + 143 = 402 (100%)
R 85 of 402 ~ 21.14%
G 174 of 402 ~ 43.28%
B 143 of 402 ~ 35.57'%

%21.14
%43.28
%35.57

CMYK color model

#55AE8F color CMYK value is (51,0,18,32).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 31.76%
CMYK: (51,0,18,32) C51M0Y18K32 (51%,0%,18%,32%) (0.51/0.00/0.18/0.32) 

CMYK percentages

%51.15
%0
%17.82
%31.76

Codes

Color #55AE8F in popluar color models

55 AE 8F
RGB 85 174 143
HSL 159° 35.46% 50.78%
HSB/HSV 159° 51.15% 68.24%
CMYK 51.15% 0.00% 17.82%
31.76%

Color #55AE8F in popluar number systems.

HEX 55 AE 8F
Decimal 85 174 143
Binary 1010101 10101110 10001111
Octal 125 256 217

Shades and tints

Shades of #55AE8F

#55AE8F
(85,174,143)
#4E9F82
(78,159,130)
#479075
(71,144,117)
#408168
(64,129,104)
#39725B
(57,114,91)
#32634E
(50,99,78)
#2B5441
(43,84,65)
#244534
(36,69,52)
#1D3627
(29,54,39)
#16271A
(22,39,26)
#0F180D
(15,24,13)
#000000
(0,0,0)

Tints of #55AE8F

#55AE8F
(85,174,143)
#64B599
(100,181,153)
#73BCA3
(115,188,163)
#82C3AD
(130,195,173)
#91CAB7
(145,202,183)
#A0D1C1
(160,209,193)
#AFD8CB
(175,216,203)
#BEDFD5
(190,223,213)
#CDE6DF
(205,230,223)
#DCEDE9
(220,237,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AE8F; }

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

This text font color is #55AE8F.

Background Color

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

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

This div background color is #55AE8F.

Border color

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

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

This div border color is #55AE8F.

Opacity

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

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

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

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

This text has shadow with #55AE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55AE8F.

Preview

Color preview on black background

This text has color #55AE8F on black background.


Color preview on white background

This text has color #55AE8F on white background.


Black color preview on #55AE8F background

This text has black color on #55AE8F background.


White color preview on #55AE8F background

This text has white color on #55AE8F background.


Related colors

Complementary color

Complementary color for #hex is #AA5170.


I love getcolorcode.com

Triadic colors

1 #8F55AE and #AE8F55 with #55AE8F are triadic colors.

2 #8FAE55 and #AE558F with #55AE8F are triadic colors.