COLOR #4FB9A1

HEX: #4FB9A1
RGB: (79,185,161)

Color info

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

RGB color model

#4FB9A1 color RGB value is (79,185,161).

  • red value is 79;
  • green value is 185;
  • blue value is 161.
RGB:
(79,185,161)
(31%,73%,63%)

RGB channels and saturation

R 79 of 255 = 31%
G 185 of 255 = 73%
B 161 of 255 = 63%

79
185
161

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

Portions of RGB colors in percentages

R + G + B =
79 + 185 + 161 = 425 (100%)
R 79 of 425 ~ 18.59%
G 185 of 425 ~ 43.53%
B 161 of 425 ~ 37.88%

%18.59
%43.53
%37.88

CMYK color model

#4FB9A1 color CMYK value is (57,0,13,27).

  • cyan value is 57.30%
  • magenta value is 0.00%
  • yellow value is 12.97%
  • key color value is 27.45%
CMYK:
(57,0,13,27)
C57M0Y13K27 
(57%,0%,13%,27%)
(0.57/0.00/0.13/0.27)	

CMYK percentages

%57.3
%0
%12.97
%27.45

Codes

Color #4FB9A1 in popluar color models

4FB9A1
RGB79185161
HSL166°43.09%51.76%
HSB/HSV166°57.30%72.55%
CMYK57.30%0.00%12.97%
27.45%

Color #4FB9A1 in popluar number systems.

HEX4FB9A1
Decimal79185161
Binary10011111011100110100001
Octal117271241

Shades and tints

Shades of #4FB9A1

#4FB9A1
(79,185,161)
#48A993
(72,169,147)
#419985
(65,153,133)
#3A8977
(58,137,119)
#337969
(51,121,105)
#2C695B
(44,105,91)
#25594D
(37,89,77)
#1E493F
(30,73,63)
#173931
(23,57,49)
#102923
(16,41,35)
#091915
(9,25,21)
#000000
(0,0,0)

Tints of #4FB9A1

#4FB9A1
(79,185,161)
#5FBFA9
(95,191,169)
#6FC5B1
(111,197,177)
#7FCBB9
(127,203,185)
#8FD1C1
(143,209,193)
#9FD7C9
(159,215,201)
#AFDDD1
(175,221,209)
#BFE3D9
(191,227,217)
#CFE9E1
(207,233,225)
#DFEFE9
(223,239,233)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB9A1 color. Also use rgb(79,185,161) instead hex code.

Text Font Color

.myTextColor { color: #4FB9A1; }

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

This text font color is #4FB9A1.


Background Color

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

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

This div background color is #4FB9A1.


Border color

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

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

This div border color is #4FB9A1.


Opacity

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

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

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

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

This text has shadow with #4FB9A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FB9A1 on black background.


Color preview on white background

This text has color #4FB9A1 on white background.



Black color preview on #4FB9A1 background

This text has black color on #4FB9A1 background.


White color preview on #4FB9A1 background

This text has white color on #4FB9A1 background.