COLOR #4FB1AE

HEX: #4FB1AE
RGB: (79,177,174)

Color info

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

RGB color model

#4FB1AE color RGB value is (79,177,174).

  • red value is 79;
  • green value is 177;
  • blue value is 174.
RGB:
(79,177,174)
(31%,69%,68%)

RGB channels and saturation

R 79 of 255 = 31%
G 177 of 255 = 69%
B 174 of 255 = 68%

79
177
174

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

Portions of RGB colors in percentages

R + G + B =
79 + 177 + 174 = 430 (100%)
R 79 of 430 ~ 18.37%
G 177 of 430 ~ 41.16%
B 174 of 430 ~ 40.47%

%18.37
%41.16
%40.47

CMYK color model

#4FB1AE color CMYK value is (55,0,2,31).

  • cyan value is 55.37%
  • magenta value is 0.00%
  • yellow value is 1.69%
  • key color value is 30.59%
CMYK:
(55,0,2,31)
C55M0Y2K31 
(55%,0%,2%,31%)
(0.55/0.00/0.02/0.31)	

CMYK percentages

%55.37
%0
%1.69
%30.59

Codes

Color #4FB1AE in popluar color models

4FB1AE
RGB79177174
HSL178°38.58%50.20%
HSB/HSV178°55.37%69.41%
CMYK55.37%0.00%1.69%
30.59%

Color #4FB1AE in popluar number systems.

HEX4FB1AE
Decimal79177174
Binary10011111011000110101110
Octal117261256

Shades and tints

Shades of #4FB1AE

#4FB1AE
(79,177,174)
#48A19F
(72,161,159)
#419190
(65,145,144)
#3A8181
(58,129,129)
#337172
(51,113,114)
#2C6163
(44,97,99)
#255154
(37,81,84)
#1E4145
(30,65,69)
#173136
(23,49,54)
#102127
(16,33,39)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #4FB1AE

#4FB1AE
(79,177,174)
#5FB8B5
(95,184,181)
#6FBFBC
(111,191,188)
#7FC6C3
(127,198,195)
#8FCDCA
(143,205,202)
#9FD4D1
(159,212,209)
#AFDBD8
(175,219,216)
#BFE2DF
(191,226,223)
#CFE9E6
(207,233,230)
#DFF0ED
(223,240,237)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB1AE color. Also use rgb(79,177,174) instead hex code.

Text Font Color

.myTextColor { color: #4FB1AE; }

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

This text font color is #4FB1AE.


Background Color

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

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

This div background color is #4FB1AE.


Border color

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

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

This div border color is #4FB1AE.


Opacity

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

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

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

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

This text has shadow with #4FB1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB1AE on black background.


Color preview on white background

This text has color #4FB1AE on white background.



Black color preview on #4FB1AE background

This text has black color on #4FB1AE background.


White color preview on #4FB1AE background

This text has white color on #4FB1AE background.