COLOR #66AD93

HEX: #66AD93 RGB: (102,173,147)

Color info

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

RGB color model

#66AD93 color RGB value is (102,173,147).

RGB: (102,173,147) (40%, 68%, 58%)

RGB channels and saturation

R 102 of 255 = 40%
G 173 of 255 = 68%
B 147 of 255 = 58%

102
173
147

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

Portions of RGB colors in percentages

R + G + B = 102 + 173 + 147 = 422 (100%)
R 102 of 422 ~ 24.17%
G 173 of 422 ~ 41%
B 147 of 422 ~ 34.83'%

%24.17
%41
%34.83

CMYK color model

#66AD93 color CMYK value is (41,0,15,32).

  • cyan value is 41.04%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (41,0,15,32)
C41M0Y15K32 (41%, 0%, 15%, 32%)
(0.41 / 0.00 / 0.15 / 0.32)

CMYK percentages

%41.04
%0
%15.03
%32.16

Codes

Color #66AD93 in popluar color models

66 AD 93
RGB 102 173 147
HSL 158° 30.21% 53.92%
HSB/HSV 158° 41.04% 67.84%
CMYK 41.04% 0.00% 15.03%
32.16%

Color #66AD93 in popluar number systems.

HEX 66 AD 93
Decimal 102 173 147
Binary 1100110 10101101 10010011
Octal 146 255 223

Shades and tints

Shades of #66AD93

#66AD93
(102,173,147)
#5D9E86
(93,158,134)
#548F79
(84,143,121)
#4B806C
(75,128,108)
#42715F
(66,113,95)
#396252
(57,98,82)
#305345
(48,83,69)
#274438
(39,68,56)
#1E352B
(30,53,43)
#15261E
(21,38,30)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #66AD93

#66AD93
(102,173,147)
#73B49C
(115,180,156)
#80BBA5
(128,187,165)
#8DC2AE
(141,194,174)
#9AC9B7
(154,201,183)
#A7D0C0
(167,208,192)
#B4D7C9
(180,215,201)
#C1DED2
(193,222,210)
#CEE5DB
(206,229,219)
#DBECE4
(219,236,228)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AD93 color. Also use rgb(102,173,147) instead hex code.

Text Font Color

.myTextColor { color: #66AD93; }

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

This text font color is #66AD93.

Background Color

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

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

This div background color is #66AD93.

Border color

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

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

This div border color is #66AD93.

Opacity

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

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

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

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

This text has shadow with #66AD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AD93.

Preview

Color preview on black background

This text has color #66AD93 on black background.


Color preview on white background

This text has color #66AD93 on white background.


Black color preview on #66AD93 background

This text has black color on #66AD93 background.


White color preview on #66AD93 background

This text has white color on #66AD93 background.


Related colors

Complementary color

Complementary color for #hex is #99526C.


I love getcolorcode.com

Triadic colors

1 #9366AD and #AD9366 with #66AD93 are triadic colors.

2 #93AD66 and #AD6693 with #66AD93 are triadic colors.