COLOR #5FAC90

HEX: #5FAC90
RGB: (95,172,144)

Color info

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

RGB color model

#5FAC90 color RGB value is (95,172,144).

  • red value is 95;
  • green value is 172;
  • blue value is 144.
RGB:
(95,172,144)
(37%,67%,56%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 144 of 255 = 56%

95
172
144

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

Portions of RGB colors in percentages

R + G + B =
95 + 172 + 144 = 411 (100%)
R 95 of 411 ~ 23.11%
G 172 of 411 ~ 41.85%
B 144 of 411 ~ 35.04%

%23.11
%41.85
%35.04

CMYK color model

#5FAC90 color CMYK value is (45,0,16,33).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 32.55%
CMYK:
(45,0,16,33)
C45M0Y16K33 
(45%,0%,16%,33%)
(0.45/0.00/0.16/0.33)	

CMYK percentages

%44.77
%0
%16.28
%32.55

Codes

Color #5FAC90 in popluar color models

5FAC90
RGB95172144
HSL158°31.69%52.35%
HSB/HSV158°44.77%67.45%
CMYK44.77%0.00%16.28%
32.55%

Color #5FAC90 in popluar number systems.

HEX5FAC90
Decimal95172144
Binary10111111010110010010000
Octal137254220

Shades and tints

Shades of #5FAC90

#5FAC90
(95,172,144)
#579D83
(87,157,131)
#4F8E76
(79,142,118)
#477F69
(71,127,105)
#3F705C
(63,112,92)
#37614F
(55,97,79)
#2F5242
(47,82,66)
#274335
(39,67,53)
#1F3428
(31,52,40)
#17251B
(23,37,27)
#0F160E
(15,22,14)
#000000
(0,0,0)

Tints of #5FAC90

#5FAC90
(95,172,144)
#6DB39A
(109,179,154)
#7BBAA4
(123,186,164)
#89C1AE
(137,193,174)
#97C8B8
(151,200,184)
#A5CFC2
(165,207,194)
#B3D6CC
(179,214,204)
#C1DDD6
(193,221,214)
#CFE4E0
(207,228,224)
#DDEBEA
(221,235,234)
#EBF2F4
(235,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAC90 color. Also use rgb(95,172,144) instead hex code.

Text Font Color

.myTextColor { color: #5FAC90; }

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

This text font color is #5FAC90.


Background Color

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

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

This div background color is #5FAC90.


Border color

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

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

This div border color is #5FAC90.


Opacity

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

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

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

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

This text has shadow with #5FAC90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAC90 on black background.


Color preview on white background

This text has color #5FAC90 on white background.



Black color preview on #5FAC90 background

This text has black color on #5FAC90 background.


White color preview on #5FAC90 background

This text has white color on #5FAC90 background.