COLOR #6ABA99

HEX: #6ABA99 RGB: (106,186,153)

Color info

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

RGB color model

#6ABA99 color RGB value is (106,186,153).

RGB: (106,186,153) (42%, 73%, 60%)

RGB channels and saturation

R 106 of 255 = 42%
G 186 of 255 = 73%
B 153 of 255 = 60%

106
186
153

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

Portions of RGB colors in percentages

R + G + B = 106 + 186 + 153 = 445 (100%)
R 106 of 445 ~ 23.82%
G 186 of 445 ~ 41.8%
B 153 of 445 ~ 34.38'%

%23.82
%41.8
%34.38

CMYK color model

#6ABA99 color CMYK value is (43,0,18,27).

  • cyan value is 43.01%
  • magenta value is 0.00%
  • yellow value is 17.74%
  • key color value is 27.06%

CMYK: (43,0,18,27)
C43M0Y18K27 (43%, 0%, 18%, 27%)
(0.43 / 0.00 / 0.18 / 0.27)

CMYK percentages

%43.01
%0
%17.74
%27.06

Codes

Color #6ABA99 in popluar color models

6A BA 99
RGB 106 186 153
HSL 155° 36.70% 57.25%
HSB/HSV 155° 43.01% 72.94%
CMYK 43.01% 0.00% 17.74%
27.06%

Color #6ABA99 in popluar number systems.

HEX 6A BA 99
Decimal 106 186 153
Binary 1101010 10111010 10011001
Octal 152 272 231

Shades and tints

Shades of #6ABA99

#6ABA99
(106,186,153)
#61AA8C
(97,170,140)
#589A7F
(88,154,127)
#4F8A72
(79,138,114)
#467A65
(70,122,101)
#3D6A58
(61,106,88)
#345A4B
(52,90,75)
#2B4A3E
(43,74,62)
#223A31
(34,58,49)
#192A24
(25,42,36)
#101A17
(16,26,23)
#000000
(0,0,0)

Tints of #6ABA99

#6ABA99
(106,186,153)
#77C0A2
(119,192,162)
#84C6AB
(132,198,171)
#91CCB4
(145,204,180)
#9ED2BD
(158,210,189)
#ABD8C6
(171,216,198)
#B8DECF
(184,222,207)
#C5E4D8
(197,228,216)
#D2EAE1
(210,234,225)
#DFF0EA
(223,240,234)
#ECF6F3
(236,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ABA99; }

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

This text font color is #6ABA99.

Background Color

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

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

This div background color is #6ABA99.

Border color

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

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

This div border color is #6ABA99.

Opacity

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

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

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

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

This text has shadow with #6ABA99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6ABA99.

Preview

Color preview on black background

This text has color #6ABA99 on black background.


Color preview on white background

This text has color #6ABA99 on white background.


Black color preview on #6ABA99 background

This text has black color on #6ABA99 background.


White color preview on #6ABA99 background

This text has white color on #6ABA99 background.


Related colors

Complementary color

Complementary color for #hex is #954566.


I love getcolorcode.com

Triadic colors

1 #996ABA and #BA996A with #6ABA99 are triadic colors.

2 #99BA6A and #BA6A99 with #6ABA99 are triadic colors.