COLOR #27AC95

HEX: #27AC95
RGB: (39,172,149)

Color info

#27AC95 contains mainly green and blue colors. Web safe color of #27AC95 is #339999 (or #399).

RGB color model

#27AC95 color RGB value is (39,172,149).

  • red value is 39;
  • green value is 172;
  • blue value is 149.
RGB:
(39,172,149)
(15%,67%,58%)

RGB channels and saturation

R 39 of 255 = 15%
G 172 of 255 = 67%
B 149 of 255 = 58%

39
172
149

R + G + B ~ 47%. #27AC95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 172 + 149 = 360 (100%)
R 39 of 360 ~ 10.83%
G 172 of 360 ~ 47.78%
B 149 of 360 ~ 41.39%

%10.83
%47.78
%41.39

CMYK color model

#27AC95 color CMYK value is (77,0,13,33).

  • cyan value is 77.33%
  • magenta value is 0.00%
  • yellow value is 13.37%
  • key color value is 32.55%
CMYK:
(77,0,13,33)
C77M0Y13K33 
(77%,0%,13%,33%)
(0.77/0.00/0.13/0.33)	

CMYK percentages

%77.33
%0
%13.37
%32.55

Codes

Color #27AC95 in popluar color models

27AC95
RGB39172149
HSL170°63.03%41.37%
HSB/HSV170°77.33%67.45%
CMYK77.33%0.00%13.37%
32.55%

Color #27AC95 in popluar number systems.

HEX27AC95
Decimal39172149
Binary1001111010110010010101
Octal47254225

Shades and tints

Shades of #27AC95

#27AC95
(39,172,149)
#249D88
(36,157,136)
#218E7B
(33,142,123)
#1E7F6E
(30,127,110)
#1B7061
(27,112,97)
#186154
(24,97,84)
#155247
(21,82,71)
#12433A
(18,67,58)
#0F342D
(15,52,45)
#0C2520
(12,37,32)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #27AC95

#27AC95
(39,172,149)
#3AB39E
(58,179,158)
#4DBAA7
(77,186,167)
#60C1B0
(96,193,176)
#73C8B9
(115,200,185)
#86CFC2
(134,207,194)
#99D6CB
(153,214,203)
#ACDDD4
(172,221,212)
#BFE4DD
(191,228,221)
#D2EBE6
(210,235,230)
#E5F2EF
(229,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27AC95 color. Also use rgb(39,172,149) instead hex code.

Text Font Color

.myTextColor { color: #27AC95; }

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

This text font color is #27AC95.


Background Color

.myBgColor { background-color: #27AC95; }

<div style="background-color:#27AC95">Inner text</div>

This div background color is #27AC95.


Border color

.myBorderColor { border: 1px solid #27AC95; }

<div style="border:3px solid #27AC95">Div</div>

This div border color is #27AC95.


Opacity

.myOpacity80 { color: #27AC95; opacity: 0.8; }

<p style="color:#27AC95;opacity:0.8;">80%</p>

Text with #27AC95 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 #27AC95;}

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

This text has shadow with #27AC95 color.

.textShadow {text-shadow: 3px 3px 1px #27AC95, 3px 3px 1px red;}

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

This text has shadow with #27AC95 primary color and red secondary color.


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

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

This text has shadow with #27AC95 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27AC95 on black background.


Color preview on white background

This text has color #27AC95 on white background.



Black color preview on #27AC95 background

This text has black color on #27AC95 background.


White color preview on #27AC95 background

This text has white color on #27AC95 background.