COLOR #55AF90

HEX: #55AF90
RGB: (85,175,144)

Color info

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

RGB color model

#55AF90 color RGB value is (85,175,144).

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

RGB channels and saturation

R 85 of 255 = 33%
G 175 of 255 = 69%
B 144 of 255 = 56%

85
175
144

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

Portions of RGB colors in percentages

R + G + B =
85 + 175 + 144 = 404 (100%)
R 85 of 404 ~ 21.04%
G 175 of 404 ~ 43.32%
B 144 of 404 ~ 35.64%

%21.04
%43.32
%35.64

CMYK color model

#55AF90 color CMYK value is (51,0,18,31).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%
CMYK:
(51,0,18,31)
C51M0Y18K31 
(51%,0%,18%,31%)
(0.51/0.00/0.18/0.31)	

CMYK percentages

%51.43
%0
%17.71
%31.37

Codes

Color #55AF90 in popluar color models

55AF90
RGB85175144
HSL159°36.00%50.98%
HSB/HSV159°51.43%68.63%
CMYK51.43%0.00%17.71%
31.37%

Color #55AF90 in popluar number systems.

HEX55AF90
Decimal85175144
Binary10101011010111110010000
Octal125257220

Shades and tints

Shades of #55AF90

#55AF90
(85,175,144)
#4EA083
(78,160,131)
#479176
(71,145,118)
#408269
(64,130,105)
#39735C
(57,115,92)
#32644F
(50,100,79)
#2B5542
(43,85,66)
#244635
(36,70,53)
#1D3728
(29,55,40)
#16281B
(22,40,27)
#0F190E
(15,25,14)
#000000
(0,0,0)

Tints of #55AF90

#55AF90
(85,175,144)
#64B69A
(100,182,154)
#73BDA4
(115,189,164)
#82C4AE
(130,196,174)
#91CBB8
(145,203,184)
#A0D2C2
(160,210,194)
#AFD9CC
(175,217,204)
#BEE0D6
(190,224,214)
#CDE7E0
(205,231,224)
#DCEEEA
(220,238,234)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AF90; }

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

This text font color is #55AF90.


Background Color

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

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

This div background color is #55AF90.


Border color

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

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

This div border color is #55AF90.


Opacity

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

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

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

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

This text has shadow with #55AF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AF90 on black background.


Color preview on white background

This text has color #55AF90 on white background.



Black color preview on #55AF90 background

This text has black color on #55AF90 background.


White color preview on #55AF90 background

This text has white color on #55AF90 background.