COLOR #5FAEA3

HEX: #5FAEA3
RGB: (95,174,163)

Color info

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

RGB color model

#5FAEA3 color RGB value is (95,174,163).

  • red value is 95;
  • green value is 174;
  • blue value is 163.
RGB:
(95,174,163)
(37%,68%,64%)

RGB channels and saturation

R 95 of 255 = 37%
G 174 of 255 = 68%
B 163 of 255 = 64%

95
174
163

R + G + B ~ 56%. #5FAEA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 174 + 163 = 432 (100%)
R 95 of 432 ~ 21.99%
G 174 of 432 ~ 40.28%
B 163 of 432 ~ 37.73%

%21.99
%40.28
%37.73

CMYK color model

#5FAEA3 color CMYK value is (45,0,6,32).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 6.32%
  • key color value is 31.76%
CMYK:
(45,0,6,32)
C45M0Y6K32 
(45%,0%,6%,32%)
(0.45/0.00/0.06/0.32)	

CMYK percentages

%45.4
%0
%6.32
%31.76

Codes

Color #5FAEA3 in popluar color models

5FAEA3
RGB95174163
HSL172°32.78%52.75%
HSB/HSV172°45.40%68.24%
CMYK45.40%0.00%6.32%
31.76%

Color #5FAEA3 in popluar number systems.

HEX5FAEA3
Decimal95174163
Binary10111111010111010100011
Octal137256243

Shades and tints

Shades of #5FAEA3

#5FAEA3
(95,174,163)
#579F95
(87,159,149)
#4F9087
(79,144,135)
#478179
(71,129,121)
#3F726B
(63,114,107)
#37635D
(55,99,93)
#2F544F
(47,84,79)
#274541
(39,69,65)
#1F3633
(31,54,51)
#172725
(23,39,37)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #5FAEA3

#5FAEA3
(95,174,163)
#6DB5AB
(109,181,171)
#7BBCB3
(123,188,179)
#89C3BB
(137,195,187)
#97CAC3
(151,202,195)
#A5D1CB
(165,209,203)
#B3D8D3
(179,216,211)
#C1DFDB
(193,223,219)
#CFE6E3
(207,230,227)
#DDEDEB
(221,237,235)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAEA3 color. Also use rgb(95,174,163) instead hex code.

Text Font Color

.myTextColor { color: #5FAEA3; }

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

This text font color is #5FAEA3.


Background Color

.myBgColor { background-color: #5FAEA3; }

<div style="background-color:#5FAEA3">Inner text</div>

This div background color is #5FAEA3.


Border color

.myBorderColor { border: 1px solid #5FAEA3; }

<div style="border:3px solid #5FAEA3">Div</div>

This div border color is #5FAEA3.


Opacity

.myOpacity80 { color: #5FAEA3; opacity: 0.8; }

<p style="color:#5FAEA3;opacity:0.8;">80%</p>

Text with #5FAEA3 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 #5FAEA3;}

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

This text has shadow with #5FAEA3 color.

.textShadow {text-shadow: 3px 3px 1px #5FAEA3, 3px 3px 1px red;}

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

This text has shadow with #5FAEA3 primary color and red secondary color.


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

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

This text has shadow with #5FAEA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAEA3 on black background.


Color preview on white background

This text has color #5FAEA3 on white background.



Black color preview on #5FAEA3 background

This text has black color on #5FAEA3 background.


White color preview on #5FAEA3 background

This text has white color on #5FAEA3 background.