COLOR #66A48D

HEX: #66A48D RGB: (102,164,141)

Color info

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

RGB color model

#66A48D color RGB value is (102,164,141).

RGB: (102,164,141) (40%, 64%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 164 of 255 = 64%
B 141 of 255 = 55%

102
164
141

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

Portions of RGB colors in percentages

R + G + B = 102 + 164 + 141 = 407 (100%)
R 102 of 407 ~ 25.06%
G 164 of 407 ~ 40.29%
B 141 of 407 ~ 34.64'%

%25.06
%40.29
%34.64

CMYK color model

#66A48D color CMYK value is (38,0,14,36).

  • cyan value is 37.80%
  • magenta value is 0.00%
  • yellow value is 14.02%
  • key color value is 35.69%

CMYK: (38,0,14,36)
C38M0Y14K36 (38%, 0%, 14%, 36%)
(0.38 / 0.00 / 0.14 / 0.36)

CMYK percentages

%37.8
%0
%14.02
%35.69

Codes

Color #66A48D in popluar color models

66 A4 8D
RGB 102 164 141
HSL 158° 25.41% 52.16%
HSB/HSV 158° 37.80% 64.31%
CMYK 37.80% 0.00% 14.02%
35.69%

Color #66A48D in popluar number systems.

HEX 66 A4 8D
Decimal 102 164 141
Binary 1100110 10100100 10001101
Octal 146 244 215

Shades and tints

Shades of #66A48D

#66A48D
(102,164,141)
#5D9681
(93,150,129)
#548875
(84,136,117)
#4B7A69
(75,122,105)
#426C5D
(66,108,93)
#395E51
(57,94,81)
#305045
(48,80,69)
#274239
(39,66,57)
#1E342D
(30,52,45)
#152621
(21,38,33)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #66A48D

#66A48D
(102,164,141)
#73AC97
(115,172,151)
#80B4A1
(128,180,161)
#8DBCAB
(141,188,171)
#9AC4B5
(154,196,181)
#A7CCBF
(167,204,191)
#B4D4C9
(180,212,201)
#C1DCD3
(193,220,211)
#CEE4DD
(206,228,221)
#DBECE7
(219,236,231)
#E8F4F1
(232,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66A48D; }

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

This text font color is #66A48D.

Background Color

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

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

This div background color is #66A48D.

Border color

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

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

This div border color is #66A48D.

Opacity

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

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

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

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

This text has shadow with #66A48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66A48D.

Preview

Color preview on black background

This text has color #66A48D on black background.


Color preview on white background

This text has color #66A48D on white background.


Black color preview on #66A48D background

This text has black color on #66A48D background.


White color preview on #66A48D background

This text has white color on #66A48D background.


Related colors

Complementary color

Complementary color for #hex is #995B72.


I love getcolorcode.com

Triadic colors

1 #8D66A4 and #A48D66 with #66A48D are triadic colors.

2 #8DA466 and #A4668D with #66A48D are triadic colors.