COLOR #4FC0B5

HEX: #4FC0B5
RGB: (79,192,181)

Color info

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

RGB color model

#4FC0B5 color RGB value is (79,192,181).

  • red value is 79;
  • green value is 192;
  • blue value is 181.
RGB:
(79,192,181)
(31%,75%,71%)

RGB channels and saturation

R 79 of 255 = 31%
G 192 of 255 = 75%
B 181 of 255 = 71%

79
192
181

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

Portions of RGB colors in percentages

R + G + B =
79 + 192 + 181 = 452 (100%)
R 79 of 452 ~ 17.48%
G 192 of 452 ~ 42.48%
B 181 of 452 ~ 40.04%

%17.48
%42.48
%40.04

CMYK color model

#4FC0B5 color CMYK value is (59,0,6,25).

  • cyan value is 58.85%
  • magenta value is 0.00%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(59,0,6,25)
C59M0Y6K25 
(59%,0%,6%,25%)
(0.59/0.00/0.06/0.25)	

CMYK percentages

%58.85
%0
%5.73
%24.71

Codes

Color #4FC0B5 in popluar color models

4FC0B5
RGB79192181
HSL174°47.28%53.14%
HSB/HSV174°58.85%75.29%
CMYK58.85%0.00%5.73%
24.71%

Color #4FC0B5 in popluar number systems.

HEX4FC0B5
Decimal79192181
Binary10011111100000010110101
Octal117300265

Shades and tints

Shades of #4FC0B5

#4FC0B5
(79,192,181)
#48AFA5
(72,175,165)
#419E95
(65,158,149)
#3A8D85
(58,141,133)
#337C75
(51,124,117)
#2C6B65
(44,107,101)
#255A55
(37,90,85)
#1E4945
(30,73,69)
#173835
(23,56,53)
#102725
(16,39,37)
#091615
(9,22,21)
#000000
(0,0,0)

Tints of #4FC0B5

#4FC0B5
(79,192,181)
#5FC5BB
(95,197,187)
#6FCAC1
(111,202,193)
#7FCFC7
(127,207,199)
#8FD4CD
(143,212,205)
#9FD9D3
(159,217,211)
#AFDED9
(175,222,217)
#BFE3DF
(191,227,223)
#CFE8E5
(207,232,229)
#DFEDEB
(223,237,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FC0B5 color. Also use rgb(79,192,181) instead hex code.

Text Font Color

.myTextColor { color: #4FC0B5; }

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

This text font color is #4FC0B5.


Background Color

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

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

This div background color is #4FC0B5.


Border color

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

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

This div border color is #4FC0B5.


Opacity

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

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

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

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

This text has shadow with #4FC0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FC0B5 on black background.


Color preview on white background

This text has color #4FC0B5 on white background.



Black color preview on #4FC0B5 background

This text has black color on #4FC0B5 background.


White color preview on #4FC0B5 background

This text has white color on #4FC0B5 background.