COLOR #6AB9AC

HEX: #6AB9AC
RGB: (106,185,172)

Color info

#6AB9AC contains mainly green and blue colors. Web safe color of #6AB9AC is #66CC99 (or #6C9).

RGB color model

#6AB9AC color RGB value is (106,185,172).

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

RGB channels and saturation

R 106 of 255 = 42%
G 185 of 255 = 73%
B 172 of 255 = 67%

106
185
172

R + G + B ~ 61%. #6AB9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 185 + 172 = 463 (100%)
R 106 of 463 ~ 22.89%
G 185 of 463 ~ 39.96%
B 172 of 463 ~ 37.15%

%22.89
%39.96
%37.15

CMYK color model

#6AB9AC color CMYK value is (43,0,7,27).

  • cyan value is 42.70%
  • magenta value is 0.00%
  • yellow value is 7.03%
  • key color value is 27.45%
CMYK:
(43,0,7,27)
C43M0Y7K27 
(43%,0%,7%,27%)
(0.43/0.00/0.07/0.27)	

CMYK percentages

%42.7
%0
%7.03
%27.45

Codes

Color #6AB9AC in popluar color models

6AB9AC
RGB106185172
HSL170°36.07%57.06%
HSB/HSV170°42.70%72.55%
CMYK42.70%0.00%7.03%
27.45%

Color #6AB9AC in popluar number systems.

HEX6AB9AC
Decimal106185172
Binary11010101011100110101100
Octal152271254

Shades and tints

Shades of #6AB9AC

#6AB9AC
(106,185,172)
#61A99D
(97,169,157)
#58998E
(88,153,142)
#4F897F
(79,137,127)
#467970
(70,121,112)
#3D6961
(61,105,97)
#345952
(52,89,82)
#2B4943
(43,73,67)
#223934
(34,57,52)
#192925
(25,41,37)
#101916
(16,25,22)
#000000
(0,0,0)

Tints of #6AB9AC

#6AB9AC
(106,185,172)
#77BFB3
(119,191,179)
#84C5BA
(132,197,186)
#91CBC1
(145,203,193)
#9ED1C8
(158,209,200)
#ABD7CF
(171,215,207)
#B8DDD6
(184,221,214)
#C5E3DD
(197,227,221)
#D2E9E4
(210,233,228)
#DFEFEB
(223,239,235)
#ECF5F2
(236,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB9AC; }

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

This text font color is #6AB9AC.


Background Color

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

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

This div background color is #6AB9AC.


Border color

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

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

This div border color is #6AB9AC.


Opacity

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

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

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

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

This text has shadow with #6AB9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB9AC on black background.


Color preview on white background

This text has color #6AB9AC on white background.



Black color preview on #6AB9AC background

This text has black color on #6AB9AC background.


White color preview on #6AB9AC background

This text has white color on #6AB9AC background.