COLOR #4FFAC6

HEX: #4FFAC6 RGB: (79,250,198)

Color info

#4FFAC6 contains mainly green and blue colors. Web safe color of #4FFAC6 is #66FFCC (or #6FC).

RGB color model

#4FFAC6 color RGB value is (79,250,198).

RGB: (79,250,198) (31%, 98%, 78%)

RGB channels and saturation

R 79 of 255 = 31%
G 250 of 255 = 98%
B 198 of 255 = 78%

79
250
198

R + G + B ~ 69%. #4FFAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 79 + 250 + 198 = 527 (100%)
R 79 of 527 ~ 14.99%
G 250 of 527 ~ 47.44%
B 198 of 527 ~ 37.57'%

%14.99
%47.44
%37.57

CMYK color model

#4FFAC6 color CMYK value is (68,0,21,2).

  • cyan value is 68.40%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 1.96%

CMYK: (68,0,21,2)
C68M0Y21K2 (68%, 0%, 21%, 2%)
(0.68 / 0.00 / 0.21 / 0.02)

CMYK percentages

%68.4
%0
%20.8
%1.96

Codes

Color #4FFAC6 in popluar color models

4F FA C6
RGB 79 250 198
HSL 162° 94.48% 64.51%
HSB/HSV 162° 68.40% 98.04%
CMYK 68.40% 0.00% 20.80%
1.96%

Color #4FFAC6 in popluar number systems.

HEX 4F FA C6
Decimal 79 250 198
Binary 1001111 11111010 11000110
Octal 117 372 306

Shades and tints

Shades of #4FFAC6

#4FFAC6
(79,250,198)
#48E4B4
(72,228,180)
#41CEA2
(65,206,162)
#3AB890
(58,184,144)
#33A27E
(51,162,126)
#2C8C6C
(44,140,108)
#25765A
(37,118,90)
#1E6048
(30,96,72)
#174A36
(23,74,54)
#103424
(16,52,36)
#091E12
(9,30,18)
#000000
(0,0,0)

Tints of #4FFAC6

#4FFAC6
(79,250,198)
#5FFACB
(95,250,203)
#6FFAD0
(111,250,208)
#7FFAD5
(127,250,213)
#8FFADA
(143,250,218)
#9FFADF
(159,250,223)
#AFFAE4
(175,250,228)
#BFFAE9
(191,250,233)
#CFFAEE
(207,250,238)
#DFFAF3
(223,250,243)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FFAC6 color. Also use rgb(79,250,198) instead hex code.

Text Font Color

.myTextColor { color: #4FFAC6; }

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

This text font color is #4FFAC6.

Background Color

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

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

This div background color is #4FFAC6.

Border color

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

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

This div border color is #4FFAC6.

Opacity

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

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

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

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

This text has shadow with #4FFAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4FFAC6.

Preview

Color preview on black background

This text has color #4FFAC6 on black background.


Color preview on white background

This text has color #4FFAC6 on white background.


Black color preview on #4FFAC6 background

This text has black color on #4FFAC6 background.


White color preview on #4FFAC6 background

This text has white color on #4FFAC6 background.


Related colors

Complementary color

Complementary color for #hex is #B00539.


I love getcolorcode.com

Triadic colors

1 #C64FFA and #FAC64F with #4FFAC6 are triadic colors.

2 #C6FA4F and #FA4FC6 with #4FFAC6 are triadic colors.