COLOR #66AB88

HEX: #66AB88 RGB: (102,171,136)

Color info

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

RGB color model

#66AB88 color RGB value is (102,171,136).

RGB: (102,171,136) (40%, 67%, 53%)

RGB channels and saturation

R 102 of 255 = 40%
G 171 of 255 = 67%
B 136 of 255 = 53%

102
171
136

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

Portions of RGB colors in percentages

R + G + B = 102 + 171 + 136 = 409 (100%)
R 102 of 409 ~ 24.94%
G 171 of 409 ~ 41.81%
B 136 of 409 ~ 33.25'%

%24.94
%41.81
%33.25

CMYK color model

#66AB88 color CMYK value is (40,0,20,33).

  • cyan value is 40.35%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 32.94%

CMYK: (40,0,20,33)
C40M0Y20K33 (40%, 0%, 20%, 33%)
(0.40 / 0.00 / 0.20 / 0.33)

CMYK percentages

%40.35
%0
%20.47
%32.94

Codes

Color #66AB88 in popluar color models

66 AB 88
RGB 102 171 136
HSL 150° 29.11% 53.53%
HSB/HSV 150° 40.35% 67.06%
CMYK 40.35% 0.00% 20.47%
32.94%

Color #66AB88 in popluar number systems.

HEX 66 AB 88
Decimal 102 171 136
Binary 1100110 10101011 10001000
Octal 146 253 210

Shades and tints

Shades of #66AB88

#66AB88
(102,171,136)
#5D9C7C
(93,156,124)
#548D70
(84,141,112)
#4B7E64
(75,126,100)
#426F58
(66,111,88)
#39604C
(57,96,76)
#305140
(48,81,64)
#274234
(39,66,52)
#1E3328
(30,51,40)
#15241C
(21,36,28)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #66AB88

#66AB88
(102,171,136)
#73B292
(115,178,146)
#80B99C
(128,185,156)
#8DC0A6
(141,192,166)
#9AC7B0
(154,199,176)
#A7CEBA
(167,206,186)
#B4D5C4
(180,213,196)
#C1DCCE
(193,220,206)
#CEE3D8
(206,227,216)
#DBEAE2
(219,234,226)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66AB88 color. Also use rgb(102,171,136) instead hex code.

Text Font Color

.myTextColor { color: #66AB88; }

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

This text font color is #66AB88.

Background Color

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

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

This div background color is #66AB88.

Border color

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

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

This div border color is #66AB88.

Opacity

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

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

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

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

This text has shadow with #66AB88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66AB88.

Preview

Color preview on black background

This text has color #66AB88 on black background.


Color preview on white background

This text has color #66AB88 on white background.


Black color preview on #66AB88 background

This text has black color on #66AB88 background.


White color preview on #66AB88 background

This text has white color on #66AB88 background.


Related colors

Complementary color

Complementary color for #hex is #995477.


I love getcolorcode.com

Triadic colors

1 #8866AB and #AB8866 with #66AB88 are triadic colors.

2 #88AB66 and #AB6688 with #66AB88 are triadic colors.