COLOR #6AACA5

HEX: #6AACA5
RGB: (106,172,165)

Color info

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

RGB color model

#6AACA5 color RGB value is (106,172,165).

  • red value is 106;
  • green value is 172;
  • blue value is 165.
RGB:
(106,172,165)
(42%,67%,65%)

RGB channels and saturation

R 106 of 255 = 42%
G 172 of 255 = 67%
B 165 of 255 = 65%

106
172
165

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

Portions of RGB colors in percentages

R + G + B =
106 + 172 + 165 = 443 (100%)
R 106 of 443 ~ 23.93%
G 172 of 443 ~ 38.83%
B 165 of 443 ~ 37.25%

%23.93
%38.83
%37.25

CMYK color model

#6AACA5 color CMYK value is (38,0,4,33).

  • cyan value is 38.37%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 32.55%
CMYK:
(38,0,4,33)
C38M0Y4K33 
(38%,0%,4%,33%)
(0.38/0.00/0.04/0.33)	

CMYK percentages

%38.37
%0
%4.07
%32.55

Codes

Color #6AACA5 in popluar color models

6AACA5
RGB106172165
HSL174°28.45%54.51%
HSB/HSV174°38.37%67.45%
CMYK38.37%0.00%4.07%
32.55%

Color #6AACA5 in popluar number systems.

HEX6AACA5
Decimal106172165
Binary11010101010110010100101
Octal152254245

Shades and tints

Shades of #6AACA5

#6AACA5
(106,172,165)
#619D96
(97,157,150)
#588E87
(88,142,135)
#4F7F78
(79,127,120)
#467069
(70,112,105)
#3D615A
(61,97,90)
#34524B
(52,82,75)
#2B433C
(43,67,60)
#22342D
(34,52,45)
#19251E
(25,37,30)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #6AACA5

#6AACA5
(106,172,165)
#77B3AD
(119,179,173)
#84BAB5
(132,186,181)
#91C1BD
(145,193,189)
#9EC8C5
(158,200,197)
#ABCFCD
(171,207,205)
#B8D6D5
(184,214,213)
#C5DDDD
(197,221,221)
#D2E4E5
(210,228,229)
#DFEBED
(223,235,237)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AACA5; }

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

This text font color is #6AACA5.


Background Color

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

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

This div background color is #6AACA5.


Border color

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

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

This div border color is #6AACA5.


Opacity

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

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

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

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

This text has shadow with #6AACA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AACA5 on black background.


Color preview on white background

This text has color #6AACA5 on white background.



Black color preview on #6AACA5 background

This text has black color on #6AACA5 background.


White color preview on #6AACA5 background

This text has white color on #6AACA5 background.