COLOR #4FBBBF

HEX: #4FBBBF
RGB: (79,187,191)

Color info

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

RGB color model

#4FBBBF color RGB value is (79,187,191).

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

RGB channels and saturation

R 79 of 255 = 31%
G 187 of 255 = 73%
B 191 of 255 = 75%

79
187
191

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

Portions of RGB colors in percentages

R + G + B =
79 + 187 + 191 = 457 (100%)
R 79 of 457 ~ 17.29%
G 187 of 457 ~ 40.92%
B 191 of 457 ~ 41.79%

%17.29
%40.92
%41.79

CMYK color model

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

  • cyan value is 58.64%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(59,2,0,25)
C59M2Y0K25 
(59%,2%,0%,25%)
(0.59/0.02/0.00/0.25)	

CMYK percentages

%58.64
%2.09
%0
%25.1

Codes

Color #4FBBBF in popluar color models

4FBBBF
RGB79187191
HSL182°46.67%52.94%
HSB/HSV182°58.64%74.90%
CMYK58.64%2.09%0.00%
25.10%

Color #4FBBBF in popluar number systems.

HEX4FBBBF
Decimal79187191
Binary10011111011101110111111
Octal117273277

Shades and tints

Shades of #4FBBBF

#4FBBBF
(79,187,191)
#48AAAE
(72,170,174)
#41999D
(65,153,157)
#3A888C
(58,136,140)
#33777B
(51,119,123)
#2C666A
(44,102,106)
#255559
(37,85,89)
#1E4448
(30,68,72)
#173337
(23,51,55)
#102226
(16,34,38)
#091115
(9,17,21)
#000000
(0,0,0)

Tints of #4FBBBF

#4FBBBF
(79,187,191)
#5FC1C4
(95,193,196)
#6FC7C9
(111,199,201)
#7FCDCE
(127,205,206)
#8FD3D3
(143,211,211)
#9FD9D8
(159,217,216)
#AFDFDD
(175,223,221)
#BFE5E2
(191,229,226)
#CFEBE7
(207,235,231)
#DFF1EC
(223,241,236)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FBBBF; }

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

This text font color is #4FBBBF.


Background Color

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

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

This div background color is #4FBBBF.


Border color

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

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

This div border color is #4FBBBF.


Opacity

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

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

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

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

This text has shadow with #4FBBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FBBBF on black background.


Color preview on white background

This text has color #4FBBBF on white background.



Black color preview on #4FBBBF background

This text has black color on #4FBBBF background.


White color preview on #4FBBBF background

This text has white color on #4FBBBF background.