COLOR #55AE74

HEX: #55AE74
RGB: (85,174,116)

Color info

#55AE74 contains mainly green and blue colors. Web safe color of #55AE74 is #669966 (or #696).

RGB color model

#55AE74 color RGB value is (85,174,116).

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

RGB channels and saturation

R 85 of 255 = 33%
G 174 of 255 = 68%
B 116 of 255 = 45%

85
174
116

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

Portions of RGB colors in percentages

R + G + B =
85 + 174 + 116 = 375 (100%)
R 85 of 375 ~ 22.67%
G 174 of 375 ~ 46.4%
B 116 of 375 ~ 30.93%

%22.67
%46.4
%30.93

CMYK color model

#55AE74 color CMYK value is (51,0,33,32).

  • cyan value is 51.15%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 31.76%
CMYK:
(51,0,33,32)
C51M0Y33K32 
(51%,0%,33%,32%)
(0.51/0.00/0.33/0.32)	

CMYK percentages

%51.15
%0
%33.33
%31.76

Codes

Color #55AE74 in popluar color models

55AE74
RGB85174116
HSL141°35.46%50.78%
HSB/HSV141°51.15%68.24%
CMYK51.15%0.00%33.33%
31.76%

Color #55AE74 in popluar number systems.

HEX55AE74
Decimal85174116
Binary1010101101011101110100
Octal125256164

Shades and tints

Shades of #55AE74

#55AE74
(85,174,116)
#4E9F6A
(78,159,106)
#479060
(71,144,96)
#408156
(64,129,86)
#39724C
(57,114,76)
#326342
(50,99,66)
#2B5438
(43,84,56)
#24452E
(36,69,46)
#1D3624
(29,54,36)
#16271A
(22,39,26)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #55AE74

#55AE74
(85,174,116)
#64B580
(100,181,128)
#73BC8C
(115,188,140)
#82C398
(130,195,152)
#91CAA4
(145,202,164)
#A0D1B0
(160,209,176)
#AFD8BC
(175,216,188)
#BEDFC8
(190,223,200)
#CDE6D4
(205,230,212)
#DCEDE0
(220,237,224)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AE74; }

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

This text font color is #55AE74.


Background Color

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

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

This div background color is #55AE74.


Border color

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

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

This div border color is #55AE74.


Opacity

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

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

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

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

This text has shadow with #55AE74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AE74 on black background.


Color preview on white background

This text has color #55AE74 on white background.



Black color preview on #55AE74 background

This text has black color on #55AE74 background.


White color preview on #55AE74 background

This text has white color on #55AE74 background.