COLOR #6AC69C

HEX: #6AC69C
RGB: (106,198,156)

Color info

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

RGB color model

#6AC69C color RGB value is (106,198,156).

  • red value is 106;
  • green value is 198;
  • blue value is 156.
RGB:
(106,198,156)
(42%,78%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 198 of 255 = 78%
B 156 of 255 = 61%

106
198
156

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

Portions of RGB colors in percentages

R + G + B =
106 + 198 + 156 = 460 (100%)
R 106 of 460 ~ 23.04%
G 198 of 460 ~ 43.04%
B 156 of 460 ~ 33.91%

%23.04
%43.04
%33.91

CMYK color model

#6AC69C color CMYK value is (46,0,21,22).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK:
(46,0,21,22)
C46M0Y21K22 
(46%,0%,21%,22%)
(0.46/0.00/0.21/0.22)	

CMYK percentages

%46.46
%0
%21.21
%22.35

Codes

Color #6AC69C in popluar color models

6AC69C
RGB106198156
HSL153°44.66%59.61%
HSB/HSV153°46.46%77.65%
CMYK46.46%0.00%21.21%
22.35%

Color #6AC69C in popluar number systems.

HEX6AC69C
Decimal106198156
Binary11010101100011010011100
Octal152306234

Shades and tints

Shades of #6AC69C

#6AC69C
(106,198,156)
#61B48E
(97,180,142)
#58A280
(88,162,128)
#4F9072
(79,144,114)
#467E64
(70,126,100)
#3D6C56
(61,108,86)
#345A48
(52,90,72)
#2B483A
(43,72,58)
#22362C
(34,54,44)
#19241E
(25,36,30)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #6AC69C

#6AC69C
(106,198,156)
#77CBA5
(119,203,165)
#84D0AE
(132,208,174)
#91D5B7
(145,213,183)
#9EDAC0
(158,218,192)
#ABDFC9
(171,223,201)
#B8E4D2
(184,228,210)
#C5E9DB
(197,233,219)
#D2EEE4
(210,238,228)
#DFF3ED
(223,243,237)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC69C color. Also use rgb(106,198,156) instead hex code.

Text Font Color

.myTextColor { color: #6AC69C; }

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

This text font color is #6AC69C.


Background Color

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

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

This div background color is #6AC69C.


Border color

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

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

This div border color is #6AC69C.


Opacity

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

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

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

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

This text has shadow with #6AC69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC69C on black background.


Color preview on white background

This text has color #6AC69C on white background.



Black color preview on #6AC69C background

This text has black color on #6AC69C background.


White color preview on #6AC69C background

This text has white color on #6AC69C background.