COLOR #4CB5AB

HEX: #4CB5AB
RGB: (76,181,171)

Color info

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

RGB color model

#4CB5AB color RGB value is (76,181,171).

  • red value is 76;
  • green value is 181;
  • blue value is 171.
RGB:
(76,181,171)
(30%,71%,67%)

RGB channels and saturation

R 76 of 255 = 30%
G 181 of 255 = 71%
B 171 of 255 = 67%

76
181
171

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

Portions of RGB colors in percentages

R + G + B =
76 + 181 + 171 = 428 (100%)
R 76 of 428 ~ 17.76%
G 181 of 428 ~ 42.29%
B 171 of 428 ~ 39.95%

%17.76
%42.29
%39.95

CMYK color model

#4CB5AB color CMYK value is (58,0,6,29).

  • cyan value is 58.01%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 29.02%
CMYK:
(58,0,6,29)
C58M0Y6K29 
(58%,0%,6%,29%)
(0.58/0.00/0.06/0.29)	

CMYK percentages

%58.01
%0
%5.52
%29.02

Codes

Color #4CB5AB in popluar color models

4CB5AB
RGB76181171
HSL174°41.50%50.39%
HSB/HSV174°58.01%70.98%
CMYK58.01%0.00%5.52%
29.02%

Color #4CB5AB in popluar number systems.

HEX4CB5AB
Decimal76181171
Binary10011001011010110101011
Octal114265253

Shades and tints

Shades of #4CB5AB

#4CB5AB
(76,181,171)
#46A59C
(70,165,156)
#40958D
(64,149,141)
#3A857E
(58,133,126)
#34756F
(52,117,111)
#2E6560
(46,101,96)
#285551
(40,85,81)
#224542
(34,69,66)
#1C3533
(28,53,51)
#162524
(22,37,36)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #4CB5AB

#4CB5AB
(76,181,171)
#5CBBB2
(92,187,178)
#6CC1B9
(108,193,185)
#7CC7C0
(124,199,192)
#8CCDC7
(140,205,199)
#9CD3CE
(156,211,206)
#ACD9D5
(172,217,213)
#BCDFDC
(188,223,220)
#CCE5E3
(204,229,227)
#DCEBEA
(220,235,234)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB5AB color. Also use rgb(76,181,171) instead hex code.

Text Font Color

.myTextColor { color: #4CB5AB; }

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

This text font color is #4CB5AB.


Background Color

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

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

This div background color is #4CB5AB.


Border color

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

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

This div border color is #4CB5AB.


Opacity

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

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

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

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

This text has shadow with #4CB5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB5AB on black background.


Color preview on white background

This text has color #4CB5AB on white background.



Black color preview on #4CB5AB background

This text has black color on #4CB5AB background.


White color preview on #4CB5AB background

This text has white color on #4CB5AB background.