COLOR #6AAA96

HEX: #6AAA96 RGB: (106,170,150)

Color info

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

RGB color model

#6AAA96 color RGB value is (106,170,150).

RGB: (106,170,150) (42%, 67%, 59%)

RGB channels and saturation

R 106 of 255 = 42%
G 170 of 255 = 67%
B 150 of 255 = 59%

106
170
150

R + G + B ~ 56%. #6AAA96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 170 + 150 = 426 (100%)
R 106 of 426 ~ 24.88%
G 170 of 426 ~ 39.91%
B 150 of 426 ~ 35.21'%

%24.88
%39.91
%35.21

CMYK color model

#6AAA96 color CMYK value is (38,0,12,33).

  • cyan value is 37.65%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 33.33%

CMYK: (38,0,12,33)
C38M0Y12K33 (38%, 0%, 12%, 33%)
(0.38 / 0.00 / 0.12 / 0.33)

CMYK percentages

%37.65
%0
%11.76
%33.33

Codes

Color #6AAA96 in popluar color models

6A AA 96
RGB 106 170 150
HSL 161° 27.35% 54.12%
HSB/HSV 161° 37.65% 66.67%
CMYK 37.65% 0.00% 11.76%
33.33%

Color #6AAA96 in popluar number systems.

HEX 6A AA 96
Decimal 106 170 150
Binary 1101010 10101010 10010110
Octal 152 252 226

Shades and tints

Shades of #6AAA96

#6AAA96
(106,170,150)
#619B89
(97,155,137)
#588C7C
(88,140,124)
#4F7D6F
(79,125,111)
#466E62
(70,110,98)
#3D5F55
(61,95,85)
#345048
(52,80,72)
#2B413B
(43,65,59)
#22322E
(34,50,46)
#192321
(25,35,33)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #6AAA96

#6AAA96
(106,170,150)
#77B19F
(119,177,159)
#84B8A8
(132,184,168)
#91BFB1
(145,191,177)
#9EC6BA
(158,198,186)
#ABCDC3
(171,205,195)
#B8D4CC
(184,212,204)
#C5DBD5
(197,219,213)
#D2E2DE
(210,226,222)
#DFE9E7
(223,233,231)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAA96 color. Also use rgb(106,170,150) instead hex code.

Text Font Color

.myTextColor { color: #6AAA96; }

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

This text font color is #6AAA96.

Background Color

.myBgColor { background-color: #6AAA96; }

<div style="background-color:#6AAA96">Inner text</div>

This div background color is #6AAA96.

Border color

.myBorderColor { border: 1px solid #6AAA96; }

<div style="border:3px solid #6AAA96">Div</div>

This div border color is #6AAA96.

Opacity

.myOpacity80 { color: #6AAA96; opacity: 0.8; }

<p style="color:#6AAA96;opacity:0.8;">80%</p>

Text with #6AAA96 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 #6AAA96;}

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

This text has shadow with #6AAA96 color.


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

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

This text has shadow with #6AAA96 primary color and red secondary color.


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

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

This text has shadow with #6AAA96 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6AAA96.

Preview

Color preview on black background

This text has color #6AAA96 on black background.


Color preview on white background

This text has color #6AAA96 on white background.


Black color preview on #6AAA96 background

This text has black color on #6AAA96 background.


White color preview on #6AAA96 background

This text has white color on #6AAA96 background.


Related colors

Complementary color

Complementary color for #hex is #955569.


I love getcolorcode.com

Triadic colors

1 #966AAA and #AA966A with #6AAA96 are triadic colors.

2 #96AA6A and #AA6A96 with #6AAA96 are triadic colors.