COLOR #6AB28A

HEX: #6AB28A
RGB: (106,178,138)

Color info

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

RGB color model

#6AB28A color RGB value is (106,178,138).

  • red value is 106;
  • green value is 178;
  • blue value is 138.
RGB:
(106,178,138)
(42%,70%,54%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 138 of 255 = 54%

106
178
138

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

Portions of RGB colors in percentages

R + G + B =
106 + 178 + 138 = 422 (100%)
R 106 of 422 ~ 25.12%
G 178 of 422 ~ 42.18%
B 138 of 422 ~ 32.7%

%25.12
%42.18
%32.7

CMYK color model

#6AB28A color CMYK value is (40,0,22,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 22.47%
  • key color value is 30.20%
CMYK:
(40,0,22,30)
C40M0Y22K30 
(40%,0%,22%,30%)
(0.40/0.00/0.22/0.30)	

CMYK percentages

%40.45
%0
%22.47
%30.2

Codes

Color #6AB28A in popluar color models

6AB28A
RGB106178138
HSL147°31.86%55.69%
HSB/HSV147°40.45%69.80%
CMYK40.45%0.00%22.47%
30.20%

Color #6AB28A in popluar number systems.

HEX6AB28A
Decimal106178138
Binary11010101011001010001010
Octal152262212

Shades and tints

Shades of #6AB28A

#6AB28A
(106,178,138)
#61A27E
(97,162,126)
#589272
(88,146,114)
#4F8266
(79,130,102)
#46725A
(70,114,90)
#3D624E
(61,98,78)
#345242
(52,82,66)
#2B4236
(43,66,54)
#22322A
(34,50,42)
#19221E
(25,34,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #6AB28A

#6AB28A
(106,178,138)
#77B994
(119,185,148)
#84C09E
(132,192,158)
#91C7A8
(145,199,168)
#9ECEB2
(158,206,178)
#ABD5BC
(171,213,188)
#B8DCC6
(184,220,198)
#C5E3D0
(197,227,208)
#D2EADA
(210,234,218)
#DFF1E4
(223,241,228)
#ECF8EE
(236,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB28A color. Also use rgb(106,178,138) instead hex code.

Text Font Color

.myTextColor { color: #6AB28A; }

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

This text font color is #6AB28A.


Background Color

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

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

This div background color is #6AB28A.


Border color

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

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

This div border color is #6AB28A.


Opacity

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

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

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

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

This text has shadow with #6AB28A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB28A on black background.


Color preview on white background

This text has color #6AB28A on white background.



Black color preview on #6AB28A background

This text has black color on #6AB28A background.


White color preview on #6AB28A background

This text has white color on #6AB28A background.