COLOR #6AC3AD

HEX: #6AC3AD RGB: (106,195,173)

Color info

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

RGB color model

#6AC3AD color RGB value is (106,195,173).

RGB: (106,195,173) (42%, 76%, 68%)

RGB channels and saturation

R 106 of 255 = 42%
G 195 of 255 = 76%
B 173 of 255 = 68%

106
195
173

R + G + B ~ 62%. #6AC3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 195 + 173 = 474 (100%)
R 106 of 474 ~ 22.36%
G 195 of 474 ~ 41.14%
B 173 of 474 ~ 36.5'%

%22.36
%41.14
%36.5

CMYK color model

#6AC3AD color CMYK value is (46,0,11,24).

  • cyan value is 45.64%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (46,0,11,24)
C46M0Y11K24 (46%, 0%, 11%, 24%)
(0.46 / 0.00 / 0.11 / 0.24)

CMYK percentages

%45.64
%0
%11.28
%23.53

Codes

Color #6AC3AD in popluar color models

6A C3 AD
RGB 106 195 173
HSL 165° 42.58% 59.02%
HSB/HSV 165° 45.64% 76.47%
CMYK 45.64% 0.00% 11.28%
23.53%

Color #6AC3AD in popluar number systems.

HEX 6A C3 AD
Decimal 106 195 173
Binary 1101010 11000011 10101101
Octal 152 303 255

Shades and tints

Shades of #6AC3AD

#6AC3AD
(106,195,173)
#61B29E
(97,178,158)
#58A18F
(88,161,143)
#4F9080
(79,144,128)
#467F71
(70,127,113)
#3D6E62
(61,110,98)
#345D53
(52,93,83)
#2B4C44
(43,76,68)
#223B35
(34,59,53)
#192A26
(25,42,38)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #6AC3AD

#6AC3AD
(106,195,173)
#77C8B4
(119,200,180)
#84CDBB
(132,205,187)
#91D2C2
(145,210,194)
#9ED7C9
(158,215,201)
#ABDCD0
(171,220,208)
#B8E1D7
(184,225,215)
#C5E6DE
(197,230,222)
#D2EBE5
(210,235,229)
#DFF0EC
(223,240,236)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC3AD color. Also use rgb(106,195,173) instead hex code.

Text Font Color

.myTextColor { color: #6AC3AD; }

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

This text font color is #6AC3AD.

Background Color

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

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

This div background color is #6AC3AD.

Border color

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

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

This div border color is #6AC3AD.

Opacity

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

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

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

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

This text has shadow with #6AC3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AC3AD.

Preview

Color preview on black background

This text has color #6AC3AD on black background.


Color preview on white background

This text has color #6AC3AD on white background.


Black color preview on #6AC3AD background

This text has black color on #6AC3AD background.


White color preview on #6AC3AD background

This text has white color on #6AC3AD background.


Related colors

Complementary color

Complementary color for #hex is #953C52.


I love getcolorcode.com

Triadic colors

1 #AD6AC3 and #C3AD6A with #6AC3AD are triadic colors.

2 #ADC36A and #C36AAD with #6AC3AD are triadic colors.