COLOR #55AF9E

HEX: #55AF9E
RGB: (85,175,158)

Color info

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

RGB color model

#55AF9E color RGB value is (85,175,158).

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

RGB channels and saturation

R 85 of 255 = 33%
G 175 of 255 = 69%
B 158 of 255 = 62%

85
175
158

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

Portions of RGB colors in percentages

R + G + B =
85 + 175 + 158 = 418 (100%)
R 85 of 418 ~ 20.33%
G 175 of 418 ~ 41.87%
B 158 of 418 ~ 37.8%

%20.33
%41.87
%37.8

CMYK color model

#55AF9E color CMYK value is (51,0,10,31).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 31.37%
CMYK:
(51,0,10,31)
C51M0Y10K31 
(51%,0%,10%,31%)
(0.51/0.00/0.10/0.31)	

CMYK percentages

%51.43
%0
%9.71
%31.37

Codes

Color #55AF9E in popluar color models

55AF9E
RGB85175158
HSL169°36.00%50.98%
HSB/HSV169°51.43%68.63%
CMYK51.43%0.00%9.71%
31.37%

Color #55AF9E in popluar number systems.

HEX55AF9E
Decimal85175158
Binary10101011010111110011110
Octal125257236

Shades and tints

Shades of #55AF9E

#55AF9E
(85,175,158)
#4EA090
(78,160,144)
#479182
(71,145,130)
#408274
(64,130,116)
#397366
(57,115,102)
#326458
(50,100,88)
#2B554A
(43,85,74)
#24463C
(36,70,60)
#1D372E
(29,55,46)
#162820
(22,40,32)
#0F1912
(15,25,18)
#000000
(0,0,0)

Tints of #55AF9E

#55AF9E
(85,175,158)
#64B6A6
(100,182,166)
#73BDAE
(115,189,174)
#82C4B6
(130,196,182)
#91CBBE
(145,203,190)
#A0D2C6
(160,210,198)
#AFD9CE
(175,217,206)
#BEE0D6
(190,224,214)
#CDE7DE
(205,231,222)
#DCEEE6
(220,238,230)
#EBF5EE
(235,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55AF9E; }

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

This text font color is #55AF9E.


Background Color

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

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

This div background color is #55AF9E.


Border color

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

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

This div border color is #55AF9E.


Opacity

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

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

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

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

This text has shadow with #55AF9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55AF9E on black background.


Color preview on white background

This text has color #55AF9E on white background.



Black color preview on #55AF9E background

This text has black color on #55AF9E background.


White color preview on #55AF9E background

This text has white color on #55AF9E background.