COLOR #4FB4A5

HEX: #4FB4A5 RGB: (79,180,165)

Color info

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

RGB color model

#4FB4A5 color RGB value is (79,180,165).

RGB: (79,180,165) (31%, 71%, 65%)

RGB channels and saturation

R 79 of 255 = 31%
G 180 of 255 = 71%
B 165 of 255 = 65%

79
180
165

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

Portions of RGB colors in percentages

R + G + B = 79 + 180 + 165 = 424 (100%)
R 79 of 424 ~ 18.63%
G 180 of 424 ~ 42.45%
B 165 of 424 ~ 38.92'%

%18.63
%42.45
%38.92

CMYK color model

#4FB4A5 color CMYK value is (56,0,8,29).

  • cyan value is 56.11%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 29.41%

CMYK: (56,0,8,29)
C56M0Y8K29 (56%, 0%, 8%, 29%)
(0.56 / 0.00 / 0.08 / 0.29)

CMYK percentages

%56.11
%0
%8.33
%29.41

Codes

Color #4FB4A5 in popluar color models

4F B4 A5
RGB 79 180 165
HSL 171° 40.24% 50.78%
HSB/HSV 171° 56.11% 70.59%
CMYK 56.11% 0.00% 8.33%
29.41%

Color #4FB4A5 in popluar number systems.

HEX 4F B4 A5
Decimal 79 180 165
Binary 1001111 10110100 10100101
Octal 117 264 245

Shades and tints

Shades of #4FB4A5

#4FB4A5
(79,180,165)
#48A496
(72,164,150)
#419487
(65,148,135)
#3A8478
(58,132,120)
#337469
(51,116,105)
#2C645A
(44,100,90)
#25544B
(37,84,75)
#1E443C
(30,68,60)
#17342D
(23,52,45)
#10241E
(16,36,30)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #4FB4A5

#4FB4A5
(79,180,165)
#5FBAAD
(95,186,173)
#6FC0B5
(111,192,181)
#7FC6BD
(127,198,189)
#8FCCC5
(143,204,197)
#9FD2CD
(159,210,205)
#AFD8D5
(175,216,213)
#BFDEDD
(191,222,221)
#CFE4E5
(207,228,229)
#DFEAED
(223,234,237)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FB4A5 color. Also use rgb(79,180,165) instead hex code.

Text Font Color

.myTextColor { color: #4FB4A5; }

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

This text font color is #4FB4A5.

Background Color

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

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

This div background color is #4FB4A5.

Border color

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

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

This div border color is #4FB4A5.

Opacity

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

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

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

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

This text has shadow with #4FB4A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FB4A5.

Preview

Color preview on black background

This text has color #4FB4A5 on black background.


Color preview on white background

This text has color #4FB4A5 on white background.


Black color preview on #4FB4A5 background

This text has black color on #4FB4A5 background.


White color preview on #4FB4A5 background

This text has white color on #4FB4A5 background.


Related colors

Complementary color

Complementary color for #hex is #B04B5A.


I love getcolorcode.com

Triadic colors

1 #A54FB4 and #B4A54F with #4FB4A5 are triadic colors.

2 #A5B44F and #B44FA5 with #4FB4A5 are triadic colors.