COLOR #6AC1A0

HEX: #6AC1A0
RGB: (106,193,160)

Color info

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

RGB color model

#6AC1A0 color RGB value is (106,193,160).

  • red value is 106;
  • green value is 193;
  • blue value is 160.
RGB:
(106,193,160)
(42%,76%,63%)

RGB channels and saturation

R 106 of 255 = 42%
G 193 of 255 = 76%
B 160 of 255 = 63%

106
193
160

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

Portions of RGB colors in percentages

R + G + B =
106 + 193 + 160 = 459 (100%)
R 106 of 459 ~ 23.09%
G 193 of 459 ~ 42.05%
B 160 of 459 ~ 34.86%

%23.09
%42.05
%34.86

CMYK color model

#6AC1A0 color CMYK value is (45,0,17,24).

  • cyan value is 45.08%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(45,0,17,24)
C45M0Y17K24 
(45%,0%,17%,24%)
(0.45/0.00/0.17/0.24)	

CMYK percentages

%45.08
%0
%17.1
%24.31

Codes

Color #6AC1A0 in popluar color models

6AC1A0
RGB106193160
HSL157°41.23%58.63%
HSB/HSV157°45.08%75.69%
CMYK45.08%0.00%17.10%
24.31%

Color #6AC1A0 in popluar number systems.

HEX6AC1A0
Decimal106193160
Binary11010101100000110100000
Octal152301240

Shades and tints

Shades of #6AC1A0

#6AC1A0
(106,193,160)
#61B092
(97,176,146)
#589F84
(88,159,132)
#4F8E76
(79,142,118)
#467D68
(70,125,104)
#3D6C5A
(61,108,90)
#345B4C
(52,91,76)
#2B4A3E
(43,74,62)
#223930
(34,57,48)
#192822
(25,40,34)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #6AC1A0

#6AC1A0
(106,193,160)
#77C6A8
(119,198,168)
#84CBB0
(132,203,176)
#91D0B8
(145,208,184)
#9ED5C0
(158,213,192)
#ABDAC8
(171,218,200)
#B8DFD0
(184,223,208)
#C5E4D8
(197,228,216)
#D2E9E0
(210,233,224)
#DFEEE8
(223,238,232)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC1A0 color. Also use rgb(106,193,160) instead hex code.

Text Font Color

.myTextColor { color: #6AC1A0; }

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

This text font color is #6AC1A0.


Background Color

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

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

This div background color is #6AC1A0.


Border color

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

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

This div border color is #6AC1A0.


Opacity

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

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

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

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

This text has shadow with #6AC1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC1A0 on black background.


Color preview on white background

This text has color #6AC1A0 on white background.



Black color preview on #6AC1A0 background

This text has black color on #6AC1A0 background.


White color preview on #6AC1A0 background

This text has white color on #6AC1A0 background.