COLOR #4FB8BF

HEX: #4FB8BF
RGB: (79,184,191)

Color info

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

RGB color model

#4FB8BF color RGB value is (79,184,191).

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

RGB channels and saturation

R 79 of 255 = 31%
G 184 of 255 = 72%
B 191 of 255 = 75%

79
184
191

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

Portions of RGB colors in percentages

R + G + B =
79 + 184 + 191 = 454 (100%)
R 79 of 454 ~ 17.4%
G 184 of 454 ~ 40.53%
B 191 of 454 ~ 42.07%

%17.4
%40.53
%42.07

CMYK color model

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

  • cyan value is 58.64%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(59,4,0,25)
C59M4Y0K25 
(59%,4%,0%,25%)
(0.59/0.04/0.00/0.25)	

CMYK percentages

%58.64
%3.66
%0
%25.1

Codes

Color #4FB8BF in popluar color models

4FB8BF
RGB79184191
HSL184°46.67%52.94%
HSB/HSV184°58.64%74.90%
CMYK58.64%3.66%0.00%
25.10%

Color #4FB8BF in popluar number systems.

HEX4FB8BF
Decimal79184191
Binary10011111011100010111111
Octal117270277

Shades and tints

Shades of #4FB8BF

#4FB8BF
(79,184,191)
#48A8AE
(72,168,174)
#41989D
(65,152,157)
#3A888C
(58,136,140)
#33787B
(51,120,123)
#2C686A
(44,104,106)
#255859
(37,88,89)
#1E4848
(30,72,72)
#173837
(23,56,55)
#102826
(16,40,38)
#091815
(9,24,21)
#000000
(0,0,0)

Tints of #4FB8BF

#4FB8BF
(79,184,191)
#5FBEC4
(95,190,196)
#6FC4C9
(111,196,201)
#7FCACE
(127,202,206)
#8FD0D3
(143,208,211)
#9FD6D8
(159,214,216)
#AFDCDD
(175,220,221)
#BFE2E2
(191,226,226)
#CFE8E7
(207,232,231)
#DFEEEC
(223,238,236)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FB8BF; }

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

This text font color is #4FB8BF.


Background Color

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

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

This div background color is #4FB8BF.


Border color

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

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

This div border color is #4FB8BF.


Opacity

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

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

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

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

This text has shadow with #4FB8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB8BF on black background.


Color preview on white background

This text has color #4FB8BF on white background.



Black color preview on #4FB8BF background

This text has black color on #4FB8BF background.


White color preview on #4FB8BF background

This text has white color on #4FB8BF background.