COLOR #4FA9A6

HEX: #4FA9A6 RGB: (79,169,166)

Color info

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

RGB color model

#4FA9A6 color RGB value is (79,169,166).

RGB: (79,169,166) (31%, 66%, 65%)

RGB channels and saturation

R 79 of 255 = 31%
G 169 of 255 = 66%
B 166 of 255 = 65%

79
169
166

R + G + B ~ 54%. #4FA9A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 79 + 169 + 166 = 414 (100%)
R 79 of 414 ~ 19.08%
G 169 of 414 ~ 40.82%
B 166 of 414 ~ 40.1'%

%19.08
%40.82
%40.1

CMYK color model

#4FA9A6 color CMYK value is (53,0,2,34).

  • cyan value is 53.25%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 33.73%

CMYK: (53,0,2,34)
C53M0Y2K34 (53%, 0%, 2%, 34%)
(0.53 / 0.00 / 0.02 / 0.34)

CMYK percentages

%53.25
%0
%1.78
%33.73

Codes

Color #4FA9A6 in popluar color models

4F A9 A6
RGB 79 169 166
HSL 178° 36.29% 48.63%
HSB/HSV 178° 53.25% 66.27%
CMYK 53.25% 0.00% 1.78%
33.73%

Color #4FA9A6 in popluar number systems.

HEX 4F A9 A6
Decimal 79 169 166
Binary 1001111 10101001 10100110
Octal 117 251 246

Shades and tints

Shades of #4FA9A6

#4FA9A6
(79,169,166)
#489A97
(72,154,151)
#418B88
(65,139,136)
#3A7C79
(58,124,121)
#336D6A
(51,109,106)
#2C5E5B
(44,94,91)
#254F4C
(37,79,76)
#1E403D
(30,64,61)
#17312E
(23,49,46)
#10221F
(16,34,31)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #4FA9A6

#4FA9A6
(79,169,166)
#5FB0AE
(95,176,174)
#6FB7B6
(111,183,182)
#7FBEBE
(127,190,190)
#8FC5C6
(143,197,198)
#9FCCCE
(159,204,206)
#AFD3D6
(175,211,214)
#BFDADE
(191,218,222)
#CFE1E6
(207,225,230)
#DFE8EE
(223,232,238)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FA9A6 color. Also use rgb(79,169,166) instead hex code.

Text Font Color

.myTextColor { color: #4FA9A6; }

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

This text font color is #4FA9A6.

Background Color

.myBgColor { background-color: #4FA9A6; }

<div style="background-color:#4FA9A6">Inner text</div>

This div background color is #4FA9A6.

Border color

.myBorderColor { border: 1px solid #4FA9A6; }

<div style="border:3px solid #4FA9A6">Div</div>

This div border color is #4FA9A6.

Opacity

.myOpacity80 { color: #4FA9A6; opacity: 0.8; }

<p style="color:#4FA9A6;opacity:0.8;">80%</p>

Text with #4FA9A6 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 #4FA9A6;}

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

This text has shadow with #4FA9A6 color.


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

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

This text has shadow with #4FA9A6 primary color and red secondary color.


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

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

This text has shadow with #4FA9A6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4FA9A6.

Preview

Color preview on black background

This text has color #4FA9A6 on black background.


Color preview on white background

This text has color #4FA9A6 on white background.


Black color preview on #4FA9A6 background

This text has black color on #4FA9A6 background.


White color preview on #4FA9A6 background

This text has white color on #4FA9A6 background.


Related colors

Complementary color

Complementary color for #hex is #B05659.


I love getcolorcode.com

Triadic colors

1 #A64FA9 and #A9A64F with #4FA9A6 are triadic colors.

2 #A6A94F and #A94FA6 with #4FA9A6 are triadic colors.