COLOR #6AB58C

HEX: #6AB58C RGB: (106,181,140)

Color info

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

RGB color model

#6AB58C color RGB value is (106,181,140).

RGB: (106,181,140) (42%, 71%, 55%)

RGB channels and saturation

R 106 of 255 = 42%
G 181 of 255 = 71%
B 140 of 255 = 55%

106
181
140

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

Portions of RGB colors in percentages

R + G + B = 106 + 181 + 140 = 427 (100%)
R 106 of 427 ~ 24.82%
G 181 of 427 ~ 42.39%
B 140 of 427 ~ 32.79'%

%24.82
%42.39
%32.79

CMYK color model

#6AB58C color CMYK value is (41,0,23,29).

  • cyan value is 41.44%
  • magenta value is 0.00%
  • yellow value is 22.65%
  • key color value is 29.02%
CMYK: (41,0,23,29) C41M0Y23K29 (41%,0%,23%,29%) (0.41/0.00/0.23/0.29) 

CMYK percentages

%41.44
%0
%22.65
%29.02

Codes

Color #6AB58C in popluar color models

6A B5 8C
RGB 106 181 140
HSL 147° 33.63% 56.27%
HSB/HSV 147° 41.44% 70.98%
CMYK 41.44% 0.00% 22.65%
29.02%

Color #6AB58C in popluar number systems.

HEX 6A B5 8C
Decimal 106 181 140
Binary 1101010 10110101 10001100
Octal 152 265 214

Shades and tints

Shades of #6AB58C

#6AB58C
(106,181,140)
#61A580
(97,165,128)
#589574
(88,149,116)
#4F8568
(79,133,104)
#46755C
(70,117,92)
#3D6550
(61,101,80)
#345544
(52,85,68)
#2B4538
(43,69,56)
#22352C
(34,53,44)
#192520
(25,37,32)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #6AB58C

#6AB58C
(106,181,140)
#77BB96
(119,187,150)
#84C1A0
(132,193,160)
#91C7AA
(145,199,170)
#9ECDB4
(158,205,180)
#ABD3BE
(171,211,190)
#B8D9C8
(184,217,200)
#C5DFD2
(197,223,210)
#D2E5DC
(210,229,220)
#DFEBE6
(223,235,230)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB58C color. Also use rgb(106,181,140) instead hex code.

Text Font Color

.myTextColor { color: #6AB58C; }

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

This text font color is #6AB58C.

Background Color

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

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

This div background color is #6AB58C.

Border color

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

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

This div border color is #6AB58C.

Opacity

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

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

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

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

This text has shadow with #6AB58C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB58C.

Preview

Color preview on black background

This text has color #6AB58C on black background.


Color preview on white background

This text has color #6AB58C on white background.


Black color preview on #6AB58C background

This text has black color on #6AB58C background.


White color preview on #6AB58C background

This text has white color on #6AB58C background.


Related colors

Complementary color

Complementary color for #hex is #954A73.


I love getcolorcode.com

Triadic colors

1 #8C6AB5 and #B58C6A with #6AB58C are triadic colors.

2 #8CB56A and #B56A8C with #6AB58C are triadic colors.