COLOR #66B180

HEX: #66B180 RGB: (102,177,128)

Color info

#66B180 contains mainly green and blue colors. Web safe color of #66B180 is #669966 (or #696).

RGB color model

#66B180 color RGB value is (102,177,128).

RGB: (102,177,128) (40%, 69%, 50%)

RGB channels and saturation

R 102 of 255 = 40%
G 177 of 255 = 69%
B 128 of 255 = 50%

102
177
128

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

Portions of RGB colors in percentages

R + G + B = 102 + 177 + 128 = 407 (100%)
R 102 of 407 ~ 25.06%
G 177 of 407 ~ 43.49%
B 128 of 407 ~ 31.45'%

%25.06
%43.49
%31.45

CMYK color model

#66B180 color CMYK value is (42,0,28,31).

  • cyan value is 42.37%
  • magenta value is 0.00%
  • yellow value is 27.68%
  • key color value is 30.59%

CMYK: (42,0,28,31)
C42M0Y28K31 (42%, 0%, 28%, 31%)
(0.42 / 0.00 / 0.28 / 0.31)

CMYK percentages

%42.37
%0
%27.68
%30.59

Codes

Color #66B180 in popluar color models

66 B1 80
RGB 102 177 128
HSL 141° 32.47% 54.71%
HSB/HSV 141° 42.37% 69.41%
CMYK 42.37% 0.00% 27.68%
30.59%

Color #66B180 in popluar number systems.

HEX 66 B1 80
Decimal 102 177 128
Binary 1100110 10110001 10000000
Octal 146 261 200

Shades and tints

Shades of #66B180

#66B180
(102,177,128)
#5DA175
(93,161,117)
#54916A
(84,145,106)
#4B815F
(75,129,95)
#427154
(66,113,84)
#396149
(57,97,73)
#30513E
(48,81,62)
#274133
(39,65,51)
#1E3128
(30,49,40)
#15211D
(21,33,29)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #66B180

#66B180
(102,177,128)
#73B88B
(115,184,139)
#80BF96
(128,191,150)
#8DC6A1
(141,198,161)
#9ACDAC
(154,205,172)
#A7D4B7
(167,212,183)
#B4DBC2
(180,219,194)
#C1E2CD
(193,226,205)
#CEE9D8
(206,233,216)
#DBF0E3
(219,240,227)
#E8F7EE
(232,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66B180 color. Also use rgb(102,177,128) instead hex code.

Text Font Color

.myTextColor { color: #66B180; }

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

This text font color is #66B180.

Background Color

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

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

This div background color is #66B180.

Border color

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

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

This div border color is #66B180.

Opacity

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

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

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

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

This text has shadow with #66B180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66B180.

Preview

Color preview on black background

This text has color #66B180 on black background.


Color preview on white background

This text has color #66B180 on white background.


Black color preview on #66B180 background

This text has black color on #66B180 background.


White color preview on #66B180 background

This text has white color on #66B180 background.


Related colors

Complementary color

Complementary color for #hex is #994E7F.


I love getcolorcode.com

Triadic colors

1 #8066B1 and #B18066 with #66B180 are triadic colors.

2 #80B166 and #B16680 with #66B180 are triadic colors.