COLOR #4FC1B4

HEX: #4FC1B4 RGB: (79,193,180)

Color info

#4FC1B4 contains mainly green and blue colors. Web safe color of #4FC1B4 is #66CCCC (or #6CC).

RGB color model

#4FC1B4 color RGB value is (79,193,180).

RGB: (79,193,180) (31%, 76%, 71%)

RGB channels and saturation

R 79 of 255 = 31%
G 193 of 255 = 76%
B 180 of 255 = 71%

79
193
180

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

Portions of RGB colors in percentages

R + G + B = 79 + 193 + 180 = 452 (100%)
R 79 of 452 ~ 17.48%
G 193 of 452 ~ 42.7%
B 180 of 452 ~ 39.82'%

%17.48
%42.7
%39.82

CMYK color model

#4FC1B4 color CMYK value is (59,0,7,24).

  • cyan value is 59.07%
  • magenta value is 0.00%
  • yellow value is 6.74%
  • key color value is 24.31%
CMYK: (59,0,7,24) C59M0Y7K24 (59%,0%,7%,24%) (0.59/0.00/0.07/0.24) 

CMYK percentages

%59.07
%0
%6.74
%24.31

Codes

Color #4FC1B4 in popluar color models

4F C1 B4
RGB 79 193 180
HSL 173° 47.90% 53.33%
HSB/HSV 173° 59.07% 75.69%
CMYK 59.07% 0.00% 6.74%
24.31%

Color #4FC1B4 in popluar number systems.

HEX 4F C1 B4
Decimal 79 193 180
Binary 1001111 11000001 10110100
Octal 117 301 264

Shades and tints

Shades of #4FC1B4

#4FC1B4
(79,193,180)
#48B0A4
(72,176,164)
#419F94
(65,159,148)
#3A8E84
(58,142,132)
#337D74
(51,125,116)
#2C6C64
(44,108,100)
#255B54
(37,91,84)
#1E4A44
(30,74,68)
#173934
(23,57,52)
#102824
(16,40,36)
#091714
(9,23,20)
#000000
(0,0,0)

Tints of #4FC1B4

#4FC1B4
(79,193,180)
#5FC6BA
(95,198,186)
#6FCBC0
(111,203,192)
#7FD0C6
(127,208,198)
#8FD5CC
(143,213,204)
#9FDAD2
(159,218,210)
#AFDFD8
(175,223,216)
#BFE4DE
(191,228,222)
#CFE9E4
(207,233,228)
#DFEEEA
(223,238,234)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FC1B4; }

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

This text font color is #4FC1B4.

Background Color

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

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

This div background color is #4FC1B4.

Border color

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

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

This div border color is #4FC1B4.

Opacity

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

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

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

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

This text has shadow with #4FC1B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FC1B4.

Preview

Color preview on black background

This text has color #4FC1B4 on black background.


Color preview on white background

This text has color #4FC1B4 on white background.


Black color preview on #4FC1B4 background

This text has black color on #4FC1B4 background.


White color preview on #4FC1B4 background

This text has white color on #4FC1B4 background.


Related colors

Complementary color

Complementary color for #hex is #B03E4B.


I love getcolorcode.com

Triadic colors

1 #B44FC1 and #C1B44F with #4FC1B4 are triadic colors.

2 #B4C14F and #C14FB4 with #4FC1B4 are triadic colors.