COLOR #55AF6B

HEX: #55AF6B
RGB: (85,175,107)

Color info

#55AF6B contains mainly green color. Web safe color of #55AF6B is #669966 (or #696).

RGB color model

#55AF6B color RGB value is (85,175,107).

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

RGB channels and saturation

R 85 of 255 = 33%
G 175 of 255 = 69%
B 107 of 255 = 42%

85
175
107

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

Portions of RGB colors in percentages

R + G + B =
85 + 175 + 107 = 367 (100%)
R 85 of 367 ~ 23.16%
G 175 of 367 ~ 47.68%
B 107 of 367 ~ 29.16%

%23.16
%47.68
%29.16

CMYK color model

#55AF6B color CMYK value is (51,0,39,31).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%
CMYK:
(51,0,39,31)
C51M0Y39K31 
(51%,0%,39%,31%)
(0.51/0.00/0.39/0.31)	

CMYK percentages

%51.43
%0
%38.86
%31.37

Codes

Color #55AF6B in popluar color models

55AF6B
RGB85175107
HSL135°36.00%50.98%
HSB/HSV135°51.43%68.63%
CMYK51.43%0.00%38.86%
31.37%

Color #55AF6B in popluar number systems.

HEX55AF6B
Decimal85175107
Binary1010101101011111101011
Octal125257153

Shades and tints

Shades of #55AF6B

#55AF6B
(85,175,107)
#4EA062
(78,160,98)
#479159
(71,145,89)
#408250
(64,130,80)
#397347
(57,115,71)
#32643E
(50,100,62)
#2B5535
(43,85,53)
#24462C
(36,70,44)
#1D3723
(29,55,35)
#16281A
(22,40,26)
#0F1911
(15,25,17)
#000000
(0,0,0)

Tints of #55AF6B

#55AF6B
(85,175,107)
#64B678
(100,182,120)
#73BD85
(115,189,133)
#82C492
(130,196,146)
#91CB9F
(145,203,159)
#A0D2AC
(160,210,172)
#AFD9B9
(175,217,185)
#BEE0C6
(190,224,198)
#CDE7D3
(205,231,211)
#DCEEE0
(220,238,224)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AF6B; }

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

This text font color is #55AF6B.


Background Color

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

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

This div background color is #55AF6B.


Border color

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

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

This div border color is #55AF6B.


Opacity

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

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

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

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

This text has shadow with #55AF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AF6B on black background.


Color preview on white background

This text has color #55AF6B on white background.



Black color preview on #55AF6B background

This text has black color on #55AF6B background.


White color preview on #55AF6B background

This text has white color on #55AF6B background.