COLOR #4FBFAE

HEX: #4FBFAE
RGB: (79,191,174)

Color info

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

RGB color model

#4FBFAE color RGB value is (79,191,174).

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

RGB channels and saturation

R 79 of 255 = 31%
G 191 of 255 = 75%
B 174 of 255 = 68%

79
191
174

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

Portions of RGB colors in percentages

R + G + B =
79 + 191 + 174 = 444 (100%)
R 79 of 444 ~ 17.79%
G 191 of 444 ~ 43.02%
B 174 of 444 ~ 39.19%

%17.79
%43.02
%39.19

CMYK color model

#4FBFAE color CMYK value is (59,0,9,25).

  • cyan value is 58.64%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%
CMYK:
(59,0,9,25)
C59M0Y9K25 
(59%,0%,9%,25%)
(0.59/0.00/0.09/0.25)	

CMYK percentages

%58.64
%0
%8.9
%25.1

Codes

Color #4FBFAE in popluar color models

4FBFAE
RGB79191174
HSL171°46.67%52.94%
HSB/HSV171°58.64%74.90%
CMYK58.64%0.00%8.90%
25.10%

Color #4FBFAE in popluar number systems.

HEX4FBFAE
Decimal79191174
Binary10011111011111110101110
Octal117277256

Shades and tints

Shades of #4FBFAE

#4FBFAE
(79,191,174)
#48AE9F
(72,174,159)
#419D90
(65,157,144)
#3A8C81
(58,140,129)
#337B72
(51,123,114)
#2C6A63
(44,106,99)
#255954
(37,89,84)
#1E4845
(30,72,69)
#173736
(23,55,54)
#102627
(16,38,39)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #4FBFAE

#4FBFAE
(79,191,174)
#5FC4B5
(95,196,181)
#6FC9BC
(111,201,188)
#7FCEC3
(127,206,195)
#8FD3CA
(143,211,202)
#9FD8D1
(159,216,209)
#AFDDD8
(175,221,216)
#BFE2DF
(191,226,223)
#CFE7E6
(207,231,230)
#DFECED
(223,236,237)
#EFF1F4
(239,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FBFAE; }

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

This text font color is #4FBFAE.


Background Color

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

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

This div background color is #4FBFAE.


Border color

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

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

This div border color is #4FBFAE.


Opacity

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

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

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

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

This text has shadow with #4FBFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBFAE on black background.


Color preview on white background

This text has color #4FBFAE on white background.



Black color preview on #4FBFAE background

This text has black color on #4FBFAE background.


White color preview on #4FBFAE background

This text has white color on #4FBFAE background.