COLOR #4BBE9F

HEX: #4BBE9F
RGB: (75,190,159)

Color info

#4BBE9F contains mainly green and blue colors. Web safe color of #4BBE9F is #33CC99 (or #3C9).

RGB color model

#4BBE9F color RGB value is (75,190,159).

  • red value is 75;
  • green value is 190;
  • blue value is 159.
RGB:
(75,190,159)
(29%,75%,62%)

RGB channels and saturation

R 75 of 255 = 29%
G 190 of 255 = 75%
B 159 of 255 = 62%

75
190
159

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

Portions of RGB colors in percentages

R + G + B =
75 + 190 + 159 = 424 (100%)
R 75 of 424 ~ 17.69%
G 190 of 424 ~ 44.81%
B 159 of 424 ~ 37.5%

%17.69
%44.81
%37.5

CMYK color model

#4BBE9F color CMYK value is (61,0,16,25).

  • cyan value is 60.53%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 25.49%
CMYK:
(61,0,16,25)
C61M0Y16K25 
(61%,0%,16%,25%)
(0.61/0.00/0.16/0.25)	

CMYK percentages

%60.53
%0
%16.32
%25.49

Codes

Color #4BBE9F in popluar color models

4BBE9F
RGB75190159
HSL164°46.94%51.96%
HSB/HSV164°60.53%74.51%
CMYK60.53%0.00%16.32%
25.49%

Color #4BBE9F in popluar number systems.

HEX4BBE9F
Decimal75190159
Binary10010111011111010011111
Octal113276237

Shades and tints

Shades of #4BBE9F

#4BBE9F
(75,190,159)
#45AD91
(69,173,145)
#3F9C83
(63,156,131)
#398B75
(57,139,117)
#337A67
(51,122,103)
#2D6959
(45,105,89)
#27584B
(39,88,75)
#21473D
(33,71,61)
#1B362F
(27,54,47)
#152521
(21,37,33)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #4BBE9F

#4BBE9F
(75,190,159)
#5BC3A7
(91,195,167)
#6BC8AF
(107,200,175)
#7BCDB7
(123,205,183)
#8BD2BF
(139,210,191)
#9BD7C7
(155,215,199)
#ABDCCF
(171,220,207)
#BBE1D7
(187,225,215)
#CBE6DF
(203,230,223)
#DBEBE7
(219,235,231)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BBE9F color. Also use rgb(75,190,159) instead hex code.

Text Font Color

.myTextColor { color: #4BBE9F; }

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

This text font color is #4BBE9F.


Background Color

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

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

This div background color is #4BBE9F.


Border color

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

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

This div border color is #4BBE9F.


Opacity

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

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

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

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

This text has shadow with #4BBE9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBE9F on black background.


Color preview on white background

This text has color #4BBE9F on white background.



Black color preview on #4BBE9F background

This text has black color on #4BBE9F background.


White color preview on #4BBE9F background

This text has white color on #4BBE9F background.