COLOR #6AB393

HEX: #6AB393
RGB: (106,179,147)

Color info

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

RGB color model

#6AB393 color RGB value is (106,179,147).

  • red value is 106;
  • green value is 179;
  • blue value is 147.
RGB:
(106,179,147)
(42%,70%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 179 of 255 = 70%
B 147 of 255 = 58%

106
179
147

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

Portions of RGB colors in percentages

R + G + B =
106 + 179 + 147 = 432 (100%)
R 106 of 432 ~ 24.54%
G 179 of 432 ~ 41.44%
B 147 of 432 ~ 34.03%

%24.54
%41.44
%34.03

CMYK color model

#6AB393 color CMYK value is (41,0,18,30).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(41,0,18,30)
C41M0Y18K30 
(41%,0%,18%,30%)
(0.41/0.00/0.18/0.30)	

CMYK percentages

%40.78
%0
%17.88
%29.8

Codes

Color #6AB393 in popluar color models

6AB393
RGB106179147
HSL154°32.44%55.88%
HSB/HSV154°40.78%70.20%
CMYK40.78%0.00%17.88%
29.80%

Color #6AB393 in popluar number systems.

HEX6AB393
Decimal106179147
Binary11010101011001110010011
Octal152263223

Shades and tints

Shades of #6AB393

#6AB393
(106,179,147)
#61A386
(97,163,134)
#589379
(88,147,121)
#4F836C
(79,131,108)
#46735F
(70,115,95)
#3D6352
(61,99,82)
#345345
(52,83,69)
#2B4338
(43,67,56)
#22332B
(34,51,43)
#19231E
(25,35,30)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #6AB393

#6AB393
(106,179,147)
#77B99C
(119,185,156)
#84BFA5
(132,191,165)
#91C5AE
(145,197,174)
#9ECBB7
(158,203,183)
#ABD1C0
(171,209,192)
#B8D7C9
(184,215,201)
#C5DDD2
(197,221,210)
#D2E3DB
(210,227,219)
#DFE9E4
(223,233,228)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB393 color. Also use rgb(106,179,147) instead hex code.

Text Font Color

.myTextColor { color: #6AB393; }

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

This text font color is #6AB393.


Background Color

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

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

This div background color is #6AB393.


Border color

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

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

This div border color is #6AB393.


Opacity

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

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

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

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

This text has shadow with #6AB393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB393 on black background.


Color preview on white background

This text has color #6AB393 on white background.



Black color preview on #6AB393 background

This text has black color on #6AB393 background.


White color preview on #6AB393 background

This text has white color on #6AB393 background.