COLOR #55AF7F

HEX: #55AF7F
RGB: (85,175,127)

Color info

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

RGB color model

#55AF7F color RGB value is (85,175,127).

  • red value is 85;
  • green value is 175;
  • blue value is 127.
RGB:
(85,175,127)
(33%,69%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 175 of 255 = 69%
B 127 of 255 = 50%

85
175
127

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

Portions of RGB colors in percentages

R + G + B =
85 + 175 + 127 = 387 (100%)
R 85 of 387 ~ 21.96%
G 175 of 387 ~ 45.22%
B 127 of 387 ~ 32.82%

%21.96
%45.22
%32.82

CMYK color model

#55AF7F color CMYK value is (51,0,27,31).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 31.37%
CMYK:
(51,0,27,31)
C51M0Y27K31 
(51%,0%,27%,31%)
(0.51/0.00/0.27/0.31)	

CMYK percentages

%51.43
%0
%27.43
%31.37

Codes

Color #55AF7F in popluar color models

55AF7F
RGB85175127
HSL148°36.00%50.98%
HSB/HSV148°51.43%68.63%
CMYK51.43%0.00%27.43%
31.37%

Color #55AF7F in popluar number systems.

HEX55AF7F
Decimal85175127
Binary1010101101011111111111
Octal125257177

Shades and tints

Shades of #55AF7F

#55AF7F
(85,175,127)
#4EA074
(78,160,116)
#479169
(71,145,105)
#40825E
(64,130,94)
#397353
(57,115,83)
#326448
(50,100,72)
#2B553D
(43,85,61)
#244632
(36,70,50)
#1D3727
(29,55,39)
#16281C
(22,40,28)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #55AF7F

#55AF7F
(85,175,127)
#64B68A
(100,182,138)
#73BD95
(115,189,149)
#82C4A0
(130,196,160)
#91CBAB
(145,203,171)
#A0D2B6
(160,210,182)
#AFD9C1
(175,217,193)
#BEE0CC
(190,224,204)
#CDE7D7
(205,231,215)
#DCEEE2
(220,238,226)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55AF7F color. Also use rgb(85,175,127) instead hex code.

Text Font Color

.myTextColor { color: #55AF7F; }

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

This text font color is #55AF7F.


Background Color

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

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

This div background color is #55AF7F.


Border color

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

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

This div border color is #55AF7F.


Opacity

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

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

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

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

This text has shadow with #55AF7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AF7F on black background.


Color preview on white background

This text has color #55AF7F on white background.



Black color preview on #55AF7F background

This text has black color on #55AF7F background.


White color preview on #55AF7F background

This text has white color on #55AF7F background.