COLOR #4BC0AB

HEX: #4BC0AB RGB: (75,192,171)

Color info

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

RGB color model

#4BC0AB color RGB value is (75,192,171).

RGB: (75,192,171) (29%, 75%, 67%)

RGB channels and saturation

R 75 of 255 = 29%
G 192 of 255 = 75%
B 171 of 255 = 67%

75
192
171

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

Portions of RGB colors in percentages

R + G + B = 75 + 192 + 171 = 438 (100%)
R 75 of 438 ~ 17.12%
G 192 of 438 ~ 43.84%
B 171 of 438 ~ 39.04'%

%17.12
%43.84
%39.04

CMYK color model

#4BC0AB color CMYK value is (61,0,11,25).

  • cyan value is 60.94%
  • magenta value is 0.00%
  • yellow value is 10.94%
  • key color value is 24.71%
CMYK: (61,0,11,25) C61M0Y11K25 (61%,0%,11%,25%) (0.61/0.00/0.11/0.25) 

CMYK percentages

%60.94
%0
%10.94
%24.71

Codes

Color #4BC0AB in popluar color models

4B C0 AB
RGB 75 192 171
HSL 169° 48.15% 52.35%
HSB/HSV 169° 60.94% 75.29%
CMYK 60.94% 0.00% 10.94%
24.71%

Color #4BC0AB in popluar number systems.

HEX 4B C0 AB
Decimal 75 192 171
Binary 1001011 11000000 10101011
Octal 113 300 253

Shades and tints

Shades of #4BC0AB

#4BC0AB
(75,192,171)
#45AF9C
(69,175,156)
#3F9E8D
(63,158,141)
#398D7E
(57,141,126)
#337C6F
(51,124,111)
#2D6B60
(45,107,96)
#275A51
(39,90,81)
#214942
(33,73,66)
#1B3833
(27,56,51)
#152724
(21,39,36)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #4BC0AB

#4BC0AB
(75,192,171)
#5BC5B2
(91,197,178)
#6BCAB9
(107,202,185)
#7BCFC0
(123,207,192)
#8BD4C7
(139,212,199)
#9BD9CE
(155,217,206)
#ABDED5
(171,222,213)
#BBE3DC
(187,227,220)
#CBE8E3
(203,232,227)
#DBEDEA
(219,237,234)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BC0AB color. Also use rgb(75,192,171) instead hex code.

Text Font Color

.myTextColor { color: #4BC0AB; }

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

This text font color is #4BC0AB.

Background Color

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

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

This div background color is #4BC0AB.

Border color

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

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

This div border color is #4BC0AB.

Opacity

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

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

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

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

This text has shadow with #4BC0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BC0AB.

Preview

Color preview on black background

This text has color #4BC0AB on black background.


Color preview on white background

This text has color #4BC0AB on white background.


Black color preview on #4BC0AB background

This text has black color on #4BC0AB background.


White color preview on #4BC0AB background

This text has white color on #4BC0AB background.


Related colors

Complementary color

Complementary color for #hex is #B43F54.


I love getcolorcode.com

Triadic colors

1 #AB4BC0 and #C0AB4B with #4BC0AB are triadic colors.

2 #ABC04B and #C04BAB with #4BC0AB are triadic colors.