COLOR #6FC5A4

HEX: #6FC5A4 RGB: (111,197,164)

Color info

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

RGB color model

#6FC5A4 color RGB value is (111,197,164).

RGB: (111,197,164) (44%, 77%, 64%)

RGB channels and saturation

R 111 of 255 = 44%
G 197 of 255 = 77%
B 164 of 255 = 64%

111
197
164

R + G + B ~ 62%. #6FC5A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 197 + 164 = 472 (100%)
R 111 of 472 ~ 23.52%
G 197 of 472 ~ 41.74%
B 164 of 472 ~ 34.75'%

%23.52
%41.74
%34.75

CMYK color model

#6FC5A4 color CMYK value is (44,0,17,23).

  • cyan value is 43.65%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • key color value is 22.75%

CMYK: (44,0,17,23)
C44M0Y17K23 (44%, 0%, 17%, 23%)
(0.44 / 0.00 / 0.17 / 0.23)

CMYK percentages

%43.65
%0
%16.75
%22.75

Codes

Color #6FC5A4 in popluar color models

6F C5 A4
RGB 111 197 164
HSL 157° 42.57% 60.39%
HSB/HSV 157° 43.65% 77.25%
CMYK 43.65% 0.00% 16.75%
22.75%

Color #6FC5A4 in popluar number systems.

HEX 6F C5 A4
Decimal 111 197 164
Binary 1101111 11000101 10100100
Octal 157 305 244

Shades and tints

Shades of #6FC5A4

#6FC5A4
(111,197,164)
#65B496
(101,180,150)
#5BA388
(91,163,136)
#51927A
(81,146,122)
#47816C
(71,129,108)
#3D705E
(61,112,94)
#335F50
(51,95,80)
#294E42
(41,78,66)
#1F3D34
(31,61,52)
#152C26
(21,44,38)
#0B1B18
(11,27,24)
#000000
(0,0,0)

Tints of #6FC5A4

#6FC5A4
(111,197,164)
#7CCAAC
(124,202,172)
#89CFB4
(137,207,180)
#96D4BC
(150,212,188)
#A3D9C4
(163,217,196)
#B0DECC
(176,222,204)
#BDE3D4
(189,227,212)
#CAE8DC
(202,232,220)
#D7EDE4
(215,237,228)
#E4F2EC
(228,242,236)
#F1F7F4
(241,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC5A4 color. Also use rgb(111,197,164) instead hex code.

Text Font Color

.myTextColor { color: #6FC5A4; }

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

This text font color is #6FC5A4.

Background Color

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

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

This div background color is #6FC5A4.

Border color

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

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

This div border color is #6FC5A4.

Opacity

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

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

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

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

This text has shadow with #6FC5A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC5A4.

Preview

Color preview on black background

This text has color #6FC5A4 on black background.


Color preview on white background

This text has color #6FC5A4 on white background.


Black color preview on #6FC5A4 background

This text has black color on #6FC5A4 background.


White color preview on #6FC5A4 background

This text has white color on #6FC5A4 background.


Related colors

Complementary color

Complementary color for #hex is #903A5B.


I love getcolorcode.com

Triadic colors

1 #A46FC5 and #C5A46F with #6FC5A4 are triadic colors.

2 #A4C56F and #C56FA4 with #6FC5A4 are triadic colors.