COLOR #4BF6AE

HEX: #4BF6AE
RGB: (75,246,174)

Color info

#4BF6AE contains mainly green color. Web safe color of #4BF6AE is #33FF99 (or #3F9).

RGB color model

#4BF6AE color RGB value is (75,246,174).

  • red value is 75;
  • green value is 246;
  • blue value is 174.
RGB:
(75,246,174)
(29%,96%,68%)

RGB channels and saturation

R 75 of 255 = 29%
G 246 of 255 = 96%
B 174 of 255 = 68%

75
246
174

R + G + B ~ 64%. #4BF6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 246 + 174 = 495 (100%)
R 75 of 495 ~ 15.15%
G 246 of 495 ~ 49.7%
B 174 of 495 ~ 35.15%

%15.15
%49.7
%35.15

CMYK color model

#4BF6AE color CMYK value is (70,0,29,4).

  • cyan value is 69.51%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(70,0,29,4)
C70M0Y29K4 
(70%,0%,29%,4%)
(0.70/0.00/0.29/0.04)	

CMYK percentages

%69.51
%0
%29.27
%3.53

Codes

Color #4BF6AE in popluar color models

4BF6AE
RGB75246174
HSL155°90.48%62.94%
HSB/HSV155°69.51%96.47%
CMYK69.51%0.00%29.27%
3.53%

Color #4BF6AE in popluar number systems.

HEX4BF6AE
Decimal75246174
Binary10010111111011010101110
Octal113366256

Shades and tints

Shades of #4BF6AE

#4BF6AE
(75,246,174)
#45E09F
(69,224,159)
#3FCA90
(63,202,144)
#39B481
(57,180,129)
#339E72
(51,158,114)
#2D8863
(45,136,99)
#277254
(39,114,84)
#215C45
(33,92,69)
#1B4636
(27,70,54)
#153027
(21,48,39)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #4BF6AE

#4BF6AE
(75,246,174)
#5BF6B5
(91,246,181)
#6BF6BC
(107,246,188)
#7BF6C3
(123,246,195)
#8BF6CA
(139,246,202)
#9BF6D1
(155,246,209)
#ABF6D8
(171,246,216)
#BBF6DF
(187,246,223)
#CBF6E6
(203,246,230)
#DBF6ED
(219,246,237)
#EBF6F4
(235,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BF6AE color. Also use rgb(75,246,174) instead hex code.

Text Font Color

.myTextColor { color: #4BF6AE; }

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

This text font color is #4BF6AE.


Background Color

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

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

This div background color is #4BF6AE.


Border color

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

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

This div border color is #4BF6AE.


Opacity

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

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

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

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

This text has shadow with #4BF6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BF6AE on black background.


Color preview on white background

This text has color #4BF6AE on white background.



Black color preview on #4BF6AE background

This text has black color on #4BF6AE background.


White color preview on #4BF6AE background

This text has white color on #4BF6AE background.