COLOR #4FBE9E

HEX: #4FBE9E RGB: (79,190,158)

Color info

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

RGB color model

#4FBE9E color RGB value is (79,190,158).

RGB: (79,190,158) (31%, 75%, 62%)

RGB channels and saturation

R 79 of 255 = 31%
G 190 of 255 = 75%
B 158 of 255 = 62%

79
190
158

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

Portions of RGB colors in percentages

R + G + B = 79 + 190 + 158 = 427 (100%)
R 79 of 427 ~ 18.5%
G 190 of 427 ~ 44.5%
B 158 of 427 ~ 37'%

%18.5
%44.5
%37

CMYK color model

#4FBE9E color CMYK value is (58,0,17,25).

  • cyan value is 58.42%
  • magenta value is 0.00%
  • yellow value is 16.84%
  • key color value is 25.49%

CMYK: (58,0,17,25)
C58M0Y17K25 (58%, 0%, 17%, 25%)
(0.58 / 0.00 / 0.17 / 0.25)

CMYK percentages

%58.42
%0
%16.84
%25.49

Codes

Color #4FBE9E in popluar color models

4F BE 9E
RGB 79 190 158
HSL 163° 46.06% 52.75%
HSB/HSV 163° 58.42% 74.51%
CMYK 58.42% 0.00% 16.84%
25.49%

Color #4FBE9E in popluar number systems.

HEX 4F BE 9E
Decimal 79 190 158
Binary 1001111 10111110 10011110
Octal 117 276 236

Shades and tints

Shades of #4FBE9E

#4FBE9E
(79,190,158)
#48AD90
(72,173,144)
#419C82
(65,156,130)
#3A8B74
(58,139,116)
#337A66
(51,122,102)
#2C6958
(44,105,88)
#25584A
(37,88,74)
#1E473C
(30,71,60)
#17362E
(23,54,46)
#102520
(16,37,32)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #4FBE9E

#4FBE9E
(79,190,158)
#5FC3A6
(95,195,166)
#6FC8AE
(111,200,174)
#7FCDB6
(127,205,182)
#8FD2BE
(143,210,190)
#9FD7C6
(159,215,198)
#AFDCCE
(175,220,206)
#BFE1D6
(191,225,214)
#CFE6DE
(207,230,222)
#DFEBE6
(223,235,230)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FBE9E color. Also use rgb(79,190,158) instead hex code.

Text Font Color

.myTextColor { color: #4FBE9E; }

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

This text font color is #4FBE9E.

Background Color

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

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

This div background color is #4FBE9E.

Border color

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

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

This div border color is #4FBE9E.

Opacity

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

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

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

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

This text has shadow with #4FBE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FBE9E.

Preview

Color preview on black background

This text has color #4FBE9E on black background.


Color preview on white background

This text has color #4FBE9E on white background.


Black color preview on #4FBE9E background

This text has black color on #4FBE9E background.


White color preview on #4FBE9E background

This text has white color on #4FBE9E background.


Related colors

Complementary color

Complementary color for #hex is #B04161.


I love getcolorcode.com

Triadic colors

1 #9E4FBE and #BE9E4F with #4FBE9E are triadic colors.

2 #9EBE4F and #BE4F9E with #4FBE9E are triadic colors.