COLOR #4CB0AE

HEX: #4CB0AE RGB: (76,176,174)

Color info

#4CB0AE contains mainly green and blue colors. Web safe color of #4CB0AE is #339999 (or #399).

RGB color model

#4CB0AE color RGB value is (76,176,174).

RGB: (76,176,174) (30%, 69%, 68%)

RGB channels and saturation

R 76 of 255 = 30%
G 176 of 255 = 69%
B 174 of 255 = 68%

76
176
174

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

Portions of RGB colors in percentages

R + G + B = 76 + 176 + 174 = 426 (100%)
R 76 of 426 ~ 17.84%
G 176 of 426 ~ 41.31%
B 174 of 426 ~ 40.85'%

%17.84
%41.31
%40.85

CMYK color model

#4CB0AE color CMYK value is (57,0,1,31).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK: (57,0,1,31) C57M0Y1K31 (57%,0%,1%,31%) (0.57/0.00/0.01/0.31) 

CMYK percentages

%56.82
%0
%1.14
%30.98

Codes

Color #4CB0AE in popluar color models

4C B0 AE
RGB 76 176 174
HSL 179° 39.68% 49.41%
HSB/HSV 179° 56.82% 69.02%
CMYK 56.82% 0.00% 1.14%
30.98%

Color #4CB0AE in popluar number systems.

HEX 4C B0 AE
Decimal 76 176 174
Binary 1001100 10110000 10101110
Octal 114 260 256

Shades and tints

Shades of #4CB0AE

#4CB0AE
(76,176,174)
#46A09F
(70,160,159)
#409090
(64,144,144)
#3A8081
(58,128,129)
#347072
(52,112,114)
#2E6063
(46,96,99)
#285054
(40,80,84)
#224045
(34,64,69)
#1C3036
(28,48,54)
#162027
(22,32,39)
#101018
(16,16,24)
#000000
(0,0,0)

Tints of #4CB0AE

#4CB0AE
(76,176,174)
#5CB7B5
(92,183,181)
#6CBEBC
(108,190,188)
#7CC5C3
(124,197,195)
#8CCCCA
(140,204,202)
#9CD3D1
(156,211,209)
#ACDAD8
(172,218,216)
#BCE1DF
(188,225,223)
#CCE8E6
(204,232,230)
#DCEFED
(220,239,237)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB0AE color. Also use rgb(76,176,174) instead hex code.

Text Font Color

.myTextColor { color: #4CB0AE; }

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

This text font color is #4CB0AE.

Background Color

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

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

This div background color is #4CB0AE.

Border color

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

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

This div border color is #4CB0AE.

Opacity

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

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

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

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

This text has shadow with #4CB0AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CB0AE.

Preview

Color preview on black background

This text has color #4CB0AE on black background.


Color preview on white background

This text has color #4CB0AE on white background.


Black color preview on #4CB0AE background

This text has black color on #4CB0AE background.


White color preview on #4CB0AE background

This text has white color on #4CB0AE background.


Related colors

Complementary color

Complementary color for #hex is #B34F51.


I love getcolorcode.com

Triadic colors

1 #AE4CB0 and #B0AE4C with #4CB0AE are triadic colors.

2 #AEB04C and #B04CAE with #4CB0AE are triadic colors.