COLOR #4FB4AE

HEX: #4FB4AE RGB: (79,180,174)

Color info

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

RGB color model

#4FB4AE color RGB value is (79,180,174).

RGB: (79,180,174) (31%, 71%, 68%)

RGB channels and saturation

R 79 of 255 = 31%
G 180 of 255 = 71%
B 174 of 255 = 68%

79
180
174

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

Portions of RGB colors in percentages

R + G + B = 79 + 180 + 174 = 433 (100%)
R 79 of 433 ~ 18.24%
G 180 of 433 ~ 41.57%
B 174 of 433 ~ 40.18'%

%18.24
%41.57
%40.18

CMYK color model

#4FB4AE color CMYK value is (56,0,3,29).

  • cyan value is 56.11%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%

CMYK: (56,0,3,29)
C56M0Y3K29 (56%, 0%, 3%, 29%)
(0.56 / 0.00 / 0.03 / 0.29)

CMYK percentages

%56.11
%0
%3.33
%29.41

Codes

Color #4FB4AE in popluar color models

4F B4 AE
RGB 79 180 174
HSL 176° 40.24% 50.78%
HSB/HSV 176° 56.11% 70.59%
CMYK 56.11% 0.00% 3.33%
29.41%

Color #4FB4AE in popluar number systems.

HEX 4F B4 AE
Decimal 79 180 174
Binary 1001111 10110100 10101110
Octal 117 264 256

Shades and tints

Shades of #4FB4AE

#4FB4AE
(79,180,174)
#48A49F
(72,164,159)
#419490
(65,148,144)
#3A8481
(58,132,129)
#337472
(51,116,114)
#2C6463
(44,100,99)
#255454
(37,84,84)
#1E4445
(30,68,69)
#173436
(23,52,54)
#102427
(16,36,39)
#091418
(9,20,24)
#000000
(0,0,0)

Tints of #4FB4AE

#4FB4AE
(79,180,174)
#5FBAB5
(95,186,181)
#6FC0BC
(111,192,188)
#7FC6C3
(127,198,195)
#8FCCCA
(143,204,202)
#9FD2D1
(159,210,209)
#AFD8D8
(175,216,216)
#BFDEDF
(191,222,223)
#CFE4E6
(207,228,230)
#DFEAED
(223,234,237)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB4AE; }

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

This text font color is #4FB4AE.

Background Color

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

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

This div background color is #4FB4AE.

Border color

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

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

This div border color is #4FB4AE.

Opacity

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

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

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

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

This text has shadow with #4FB4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB4AE.

Preview

Color preview on black background

This text has color #4FB4AE on black background.


Color preview on white background

This text has color #4FB4AE on white background.


Black color preview on #4FB4AE background

This text has black color on #4FB4AE background.


White color preview on #4FB4AE background

This text has white color on #4FB4AE background.


Related colors

Complementary color

Complementary color for #hex is #B04B51.


I love getcolorcode.com

Triadic colors

1 #AE4FB4 and #B4AE4F with #4FB4AE are triadic colors.

2 #AEB44F and #B44FAE with #4FB4AE are triadic colors.