COLOR #4CA1AA

HEX: #4CA1AA RGB: (76,161,170)

Color info

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

RGB color model

#4CA1AA color RGB value is (76,161,170).

RGB: (76,161,170) (30%, 63%, 67%)

RGB channels and saturation

R 76 of 255 = 30%
G 161 of 255 = 63%
B 170 of 255 = 67%

76
161
170

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

Portions of RGB colors in percentages

R + G + B = 76 + 161 + 170 = 407 (100%)
R 76 of 407 ~ 18.67%
G 161 of 407 ~ 39.56%
B 170 of 407 ~ 41.77'%

%18.67
%39.56
%41.77

CMYK color model

#4CA1AA color CMYK value is (55,5,0,33).

  • cyan value is 55.29%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (55,5,0,33)
C55M5Y0K33 (55%, 5%, 0%, 33%)
(0.55 / 0.05 / 0.00 / 0.33)

CMYK percentages

%55.29
%5.29
%0
%33.33

Codes

Color #4CA1AA in popluar color models

4C A1 AA
RGB 76 161 170
HSL 186° 38.21% 48.24%
HSB/HSV 186° 55.29% 66.67%
CMYK 55.29% 5.29% 0.00%
33.33%

Color #4CA1AA in popluar number systems.

HEX 4C A1 AA
Decimal 76 161 170
Binary 1001100 10100001 10101010
Octal 114 241 252

Shades and tints

Shades of #4CA1AA

#4CA1AA
(76,161,170)
#46939B
(70,147,155)
#40858C
(64,133,140)
#3A777D
(58,119,125)
#34696E
(52,105,110)
#2E5B5F
(46,91,95)
#284D50
(40,77,80)
#223F41
(34,63,65)
#1C3132
(28,49,50)
#162323
(22,35,35)
#101514
(16,21,20)
#000000
(0,0,0)

Tints of #4CA1AA

#4CA1AA
(76,161,170)
#5CA9B1
(92,169,177)
#6CB1B8
(108,177,184)
#7CB9BF
(124,185,191)
#8CC1C6
(140,193,198)
#9CC9CD
(156,201,205)
#ACD1D4
(172,209,212)
#BCD9DB
(188,217,219)
#CCE1E2
(204,225,226)
#DCE9E9
(220,233,233)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA1AA color. Also use rgb(76,161,170) instead hex code.

Text Font Color

.myTextColor { color: #4CA1AA; }

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

This text font color is #4CA1AA.

Background Color

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

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

This div background color is #4CA1AA.

Border color

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

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

This div border color is #4CA1AA.

Opacity

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

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

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

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

This text has shadow with #4CA1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CA1AA.

Preview

Color preview on black background

This text has color #4CA1AA on black background.


Color preview on white background

This text has color #4CA1AA on white background.


Black color preview on #4CA1AA background

This text has black color on #4CA1AA background.


White color preview on #4CA1AA background

This text has white color on #4CA1AA background.


Related colors

Complementary color

Complementary color for #hex is #B35E55.


I love getcolorcode.com

Triadic colors

1 #AA4CA1 and #A1AA4C with #4CA1AA are triadic colors.

2 #AAA14C and #A14CAA with #4CA1AA are triadic colors.