COLOR #4BDCB9

HEX: #4BDCB9
RGB: (75,220,185)

Color info

#4BDCB9 contains mainly green and blue colors. Web safe color of #4BDCB9 is #33CCCC (or #3CC).

RGB color model

#4BDCB9 color RGB value is (75,220,185).

  • red value is 75;
  • green value is 220;
  • blue value is 185.
RGB:
(75,220,185)
(29%,86%,73%)

RGB channels and saturation

R 75 of 255 = 29%
G 220 of 255 = 86%
B 185 of 255 = 73%

75
220
185

R + G + B ~ 63%. #4BDCB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
75 + 220 + 185 = 480 (100%)
R 75 of 480 ~ 15.63%
G 220 of 480 ~ 45.83%
B 185 of 480 ~ 38.54%

%15.63
%45.83
%38.54

CMYK color model

#4BDCB9 color CMYK value is (66,0,16,14).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 15.91%
  • key color value is 13.73%
CMYK:
(66,0,16,14)
C66M0Y16K14 
(66%,0%,16%,14%)
(0.66/0.00/0.16/0.14)	

CMYK percentages

%65.91
%0
%15.91
%13.73

Codes

Color #4BDCB9 in popluar color models

4BDCB9
RGB75220185
HSL166°67.44%57.84%
HSB/HSV166°65.91%86.27%
CMYK65.91%0.00%15.91%
13.73%

Color #4BDCB9 in popluar number systems.

HEX4BDCB9
Decimal75220185
Binary10010111101110010111001
Octal113334271

Shades and tints

Shades of #4BDCB9

#4BDCB9
(75,220,185)
#45C8A9
(69,200,169)
#3FB499
(63,180,153)
#39A089
(57,160,137)
#338C79
(51,140,121)
#2D7869
(45,120,105)
#276459
(39,100,89)
#215049
(33,80,73)
#1B3C39
(27,60,57)
#152829
(21,40,41)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #4BDCB9

#4BDCB9
(75,220,185)
#5BDFBF
(91,223,191)
#6BE2C5
(107,226,197)
#7BE5CB
(123,229,203)
#8BE8D1
(139,232,209)
#9BEBD7
(155,235,215)
#ABEEDD
(171,238,221)
#BBF1E3
(187,241,227)
#CBF4E9
(203,244,233)
#DBF7EF
(219,247,239)
#EBFAF5
(235,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BDCB9 color. Also use rgb(75,220,185) instead hex code.

Text Font Color

.myTextColor { color: #4BDCB9; }

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

This text font color is #4BDCB9.


Background Color

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

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

This div background color is #4BDCB9.


Border color

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

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

This div border color is #4BDCB9.


Opacity

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

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

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

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

This text has shadow with #4BDCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BDCB9 on black background.


Color preview on white background

This text has color #4BDCB9 on white background.



Black color preview on #4BDCB9 background

This text has black color on #4BDCB9 background.


White color preview on #4BDCB9 background

This text has white color on #4BDCB9 background.