COLOR #66AC8D

HEX: #66AC8D RGB: (102,172,141)

Color info

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

RGB color model

#66AC8D color RGB value is (102,172,141).

RGB: (102,172,141) (40%, 67%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 172 of 255 = 67%
B 141 of 255 = 55%

102
172
141

R + G + B ~ 54%. #66AC8D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 102 + 172 + 141 = 415 (100%)
R 102 of 415 ~ 24.58%
G 172 of 415 ~ 41.45%
B 141 of 415 ~ 33.98'%

%24.58
%41.45
%33.98

CMYK color model

#66AC8D color CMYK value is (41,0,18,33).

  • cyan value is 40.70%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 32.55%

CMYK: (41,0,18,33)
C41M0Y18K33 (41%, 0%, 18%, 33%)
(0.41 / 0.00 / 0.18 / 0.33)

CMYK percentages

%40.7
%0
%18.02
%32.55

Codes

Color #66AC8D in popluar color models

66 AC 8D
RGB 102 172 141
HSL 153° 29.66% 53.73%
HSB/HSV 153° 40.70% 67.45%
CMYK 40.70% 0.00% 18.02%
32.55%

Color #66AC8D in popluar number systems.

HEX 66 AC 8D
Decimal 102 172 141
Binary 1100110 10101100 10001101
Octal 146 254 215

Shades and tints

Shades of #66AC8D

#66AC8D
(102,172,141)
#5D9D81
(93,157,129)
#548E75
(84,142,117)
#4B7F69
(75,127,105)
#42705D
(66,112,93)
#396151
(57,97,81)
#305245
(48,82,69)
#274339
(39,67,57)
#1E342D
(30,52,45)
#152521
(21,37,33)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #66AC8D

#66AC8D
(102,172,141)
#73B397
(115,179,151)
#80BAA1
(128,186,161)
#8DC1AB
(141,193,171)
#9AC8B5
(154,200,181)
#A7CFBF
(167,207,191)
#B4D6C9
(180,214,201)
#C1DDD3
(193,221,211)
#CEE4DD
(206,228,221)
#DBEBE7
(219,235,231)
#E8F2F1
(232,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AC8D color. Also use rgb(102,172,141) instead hex code.

Text Font Color

.myTextColor { color: #66AC8D; }

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

This text font color is #66AC8D.

Background Color

.myBgColor { background-color: #66AC8D; }

<div style="background-color:#66AC8D">Inner text</div>

This div background color is #66AC8D.

Border color

.myBorderColor { border: 1px solid #66AC8D; }

<div style="border:3px solid #66AC8D">Div</div>

This div border color is #66AC8D.

Opacity

.myOpacity80 { color: #66AC8D; opacity: 0.8; }

<p style="color:#66AC8D;opacity:0.8;">80%</p>

Text with #66AC8D 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 #66AC8D;}

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

This text has shadow with #66AC8D color.


.textShadow {text-shadow: 3px 3px 1px #66AC8D', 3px 3px 1px red;}

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

This text has shadow with #66AC8D primary color and red secondary color.


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

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

This text has shadow with #66AC8D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66AC8D; -webkit-box-shadow: 1px 1px 3px 2px #66AC8D; box-shadow:1px 1px 3px 2px #66AC8D;">
Div content here
</div>

This div box has shadow with color #66AC8D.

Preview

Color preview on black background

This text has color #66AC8D on black background.


Color preview on white background

This text has color #66AC8D on white background.


Black color preview on #66AC8D background

This text has black color on #66AC8D background.


White color preview on #66AC8D background

This text has white color on #66AC8D background.


Related colors

Complementary color

Complementary color for #hex is #995372.


I love getcolorcode.com

Triadic colors

1 #8D66AC and #AC8D66 with #66AC8D are triadic colors.

2 #8DAC66 and #AC668D with #66AC8D are triadic colors.