COLOR #6ABAAA

HEX: #6ABAAA
RGB: (106,186,170)

Color info

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

RGB color model

#6ABAAA color RGB value is (106,186,170).

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

RGB channels and saturation

R 106 of 255 = 42%
G 186 of 255 = 73%
B 170 of 255 = 67%

106
186
170

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

Portions of RGB colors in percentages

R + G + B =
106 + 186 + 170 = 462 (100%)
R 106 of 462 ~ 22.94%
G 186 of 462 ~ 40.26%
B 170 of 462 ~ 36.8%

%22.94
%40.26
%36.8

CMYK color model

#6ABAAA color CMYK value is (43,0,9,27).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(43,0,9,27)
C43M0Y9K27 
(43%,0%,9%,27%)
(0.43/0.00/0.09/0.27)	

CMYK percentages

%43.01
%0
%8.6
%27.06

Codes

Color #6ABAAA in popluar color models

6ABAAA
RGB106186170
HSL168°36.70%57.25%
HSB/HSV168°43.01%72.94%
CMYK43.01%0.00%8.60%
27.06%

Color #6ABAAA in popluar number systems.

HEX6ABAAA
Decimal106186170
Binary11010101011101010101010
Octal152272252

Shades and tints

Shades of #6ABAAA

#6ABAAA
(106,186,170)
#61AA9B
(97,170,155)
#589A8C
(88,154,140)
#4F8A7D
(79,138,125)
#467A6E
(70,122,110)
#3D6A5F
(61,106,95)
#345A50
(52,90,80)
#2B4A41
(43,74,65)
#223A32
(34,58,50)
#192A23
(25,42,35)
#101A14
(16,26,20)
#000000
(0,0,0)

Tints of #6ABAAA

#6ABAAA
(106,186,170)
#77C0B1
(119,192,177)
#84C6B8
(132,198,184)
#91CCBF
(145,204,191)
#9ED2C6
(158,210,198)
#ABD8CD
(171,216,205)
#B8DED4
(184,222,212)
#C5E4DB
(197,228,219)
#D2EAE2
(210,234,226)
#DFF0E9
(223,240,233)
#ECF6F0
(236,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ABAAA color. Also use rgb(106,186,170) instead hex code.

Text Font Color

.myTextColor { color: #6ABAAA; }

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

This text font color is #6ABAAA.


Background Color

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

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

This div background color is #6ABAAA.


Border color

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

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

This div border color is #6ABAAA.


Opacity

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

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

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

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

This text has shadow with #6ABAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ABAAA on black background.


Color preview on white background

This text has color #6ABAAA on white background.



Black color preview on #6ABAAA background

This text has black color on #6ABAAA background.


White color preview on #6ABAAA background

This text has white color on #6ABAAA background.