COLOR #6AAC94

HEX: #6AAC94 RGB: (106,172,148)

Color info

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

RGB color model

#6AAC94 color RGB value is (106,172,148).

RGB: (106,172,148) (42%, 67%, 58%)

RGB channels and saturation

R 106 of 255 = 42%
G 172 of 255 = 67%
B 148 of 255 = 58%

106
172
148

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

Portions of RGB colors in percentages

R + G + B = 106 + 172 + 148 = 426 (100%)
R 106 of 426 ~ 24.88%
G 172 of 426 ~ 40.38%
B 148 of 426 ~ 34.74'%

%24.88
%40.38
%34.74

CMYK color model

#6AAC94 color CMYK value is (38,0,14,33).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 32.55%
CMYK: (38,0,14,33) C38M0Y14K33 (38%,0%,14%,33%) (0.38/0.00/0.14/0.33) 

CMYK percentages

%38.37
%0
%13.95
%32.55

Codes

Color #6AAC94 in popluar color models

6A AC 94
RGB 106 172 148
HSL 158° 28.45% 54.51%
HSB/HSV 158° 38.37% 67.45%
CMYK 38.37% 0.00% 13.95%
32.55%

Color #6AAC94 in popluar number systems.

HEX 6A AC 94
Decimal 106 172 148
Binary 1101010 10101100 10010100
Octal 152 254 224

Shades and tints

Shades of #6AAC94

#6AAC94
(106,172,148)
#619D87
(97,157,135)
#588E7A
(88,142,122)
#4F7F6D
(79,127,109)
#467060
(70,112,96)
#3D6153
(61,97,83)
#345246
(52,82,70)
#2B4339
(43,67,57)
#22342C
(34,52,44)
#19251F
(25,37,31)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AAC94

#6AAC94
(106,172,148)
#77B39D
(119,179,157)
#84BAA6
(132,186,166)
#91C1AF
(145,193,175)
#9EC8B8
(158,200,184)
#ABCFC1
(171,207,193)
#B8D6CA
(184,214,202)
#C5DDD3
(197,221,211)
#D2E4DC
(210,228,220)
#DFEBE5
(223,235,229)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AAC94 color. Also use rgb(106,172,148) instead hex code.

Text Font Color

.myTextColor { color: #6AAC94; }

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

This text font color is #6AAC94.

Background Color

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

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

This div background color is #6AAC94.

Border color

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

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

This div border color is #6AAC94.

Opacity

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

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

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

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

This text has shadow with #6AAC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AAC94.

Preview

Color preview on black background

This text has color #6AAC94 on black background.


Color preview on white background

This text has color #6AAC94 on white background.


Black color preview on #6AAC94 background

This text has black color on #6AAC94 background.


White color preview on #6AAC94 background

This text has white color on #6AAC94 background.


Related colors

Complementary color

Complementary color for #hex is #95536B.


I love getcolorcode.com

Triadic colors

1 #946AAC and #AC946A with #6AAC94 are triadic colors.

2 #94AC6A and #AC6A94 with #6AAC94 are triadic colors.