COLOR #6AB395

HEX: #6AB395
RGB: (106,179,149)

Color info

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

RGB color model

#6AB395 color RGB value is (106,179,149).

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

RGB channels and saturation

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

106
179
149

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

Portions of RGB colors in percentages

R + G + B =
106 + 179 + 149 = 434 (100%)
R 106 of 434 ~ 24.42%
G 179 of 434 ~ 41.24%
B 149 of 434 ~ 34.33%

%24.42
%41.24
%34.33

CMYK color model

#6AB395 color CMYK value is (41,0,17,30).

  • cyan value is 40.78%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(41,0,17,30)
C41M0Y17K30 
(41%,0%,17%,30%)
(0.41/0.00/0.17/0.30)	

CMYK percentages

%40.78
%0
%16.76
%29.8

Codes

Color #6AB395 in popluar color models

6AB395
RGB106179149
HSL155°32.44%55.88%
HSB/HSV155°40.78%70.20%
CMYK40.78%0.00%16.76%
29.80%

Color #6AB395 in popluar number systems.

HEX6AB395
Decimal106179149
Binary11010101011001110010101
Octal152263225

Shades and tints

Shades of #6AB395

#6AB395
(106,179,149)
#61A388
(97,163,136)
#58937B
(88,147,123)
#4F836E
(79,131,110)
#467361
(70,115,97)
#3D6354
(61,99,84)
#345347
(52,83,71)
#2B433A
(43,67,58)
#22332D
(34,51,45)
#192320
(25,35,32)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #6AB395

#6AB395
(106,179,149)
#77B99E
(119,185,158)
#84BFA7
(132,191,167)
#91C5B0
(145,197,176)
#9ECBB9
(158,203,185)
#ABD1C2
(171,209,194)
#B8D7CB
(184,215,203)
#C5DDD4
(197,221,212)
#D2E3DD
(210,227,221)
#DFE9E6
(223,233,230)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB395; }

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

This text font color is #6AB395.


Background Color

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

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

This div background color is #6AB395.


Border color

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

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

This div border color is #6AB395.


Opacity

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

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

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

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

This text has shadow with #6AB395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB395 on black background.


Color preview on white background

This text has color #6AB395 on white background.



Black color preview on #6AB395 background

This text has black color on #6AB395 background.


White color preview on #6AB395 background

This text has white color on #6AB395 background.