COLOR #4AC4BB

HEX: #4AC4BB RGB: (74,196,187)

Color info

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

RGB color model

#4AC4BB color RGB value is (74,196,187).

RGB: (74,196,187) (29%, 77%, 73%)

RGB channels and saturation

R 74 of 255 = 29%
G 196 of 255 = 77%
B 187 of 255 = 73%

74
196
187

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

Portions of RGB colors in percentages

R + G + B = 74 + 196 + 187 = 457 (100%)
R 74 of 457 ~ 16.19%
G 196 of 457 ~ 42.89%
B 187 of 457 ~ 40.92'%

%16.19
%42.89
%40.92

CMYK color model

#4AC4BB color CMYK value is (62,0,5,23).

  • cyan value is 62.24%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • key color value is 23.14%

CMYK: (62,0,5,23)
C62M0Y5K23 (62%, 0%, 5%, 23%)
(0.62 / 0.00 / 0.05 / 0.23)

CMYK percentages

%62.24
%0
%4.59
%23.14

Codes

Color #4AC4BB in popluar color models

4A C4 BB
RGB 74 196 187
HSL 176° 50.83% 52.94%
HSB/HSV 176° 62.24% 76.86%
CMYK 62.24% 0.00% 4.59%
23.14%

Color #4AC4BB in popluar number systems.

HEX 4A C4 BB
Decimal 74 196 187
Binary 1001010 11000100 10111011
Octal 112 304 273

Shades and tints

Shades of #4AC4BB

#4AC4BB
(74,196,187)
#44B3AA
(68,179,170)
#3EA299
(62,162,153)
#389188
(56,145,136)
#328077
(50,128,119)
#2C6F66
(44,111,102)
#265E55
(38,94,85)
#204D44
(32,77,68)
#1A3C33
(26,60,51)
#142B22
(20,43,34)
#0E1A11
(14,26,17)
#000000
(0,0,0)

Tints of #4AC4BB

#4AC4BB
(74,196,187)
#5AC9C1
(90,201,193)
#6ACEC7
(106,206,199)
#7AD3CD
(122,211,205)
#8AD8D3
(138,216,211)
#9ADDD9
(154,221,217)
#AAE2DF
(170,226,223)
#BAE7E5
(186,231,229)
#CAECEB
(202,236,235)
#DAF1F1
(218,241,241)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC4BB color. Also use rgb(74,196,187) instead hex code.

Text Font Color

.myTextColor { color: #4AC4BB; }

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

This text font color is #4AC4BB.

Background Color

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

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

This div background color is #4AC4BB.

Border color

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

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

This div border color is #4AC4BB.

Opacity

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

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

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

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

This text has shadow with #4AC4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AC4BB.

Preview

Color preview on black background

This text has color #4AC4BB on black background.


Color preview on white background

This text has color #4AC4BB on white background.


Black color preview on #4AC4BB background

This text has black color on #4AC4BB background.


White color preview on #4AC4BB background

This text has white color on #4AC4BB background.


Related colors

Complementary color

Complementary color for #hex is #B53B44.


I love getcolorcode.com

Triadic colors

1 #BB4AC4 and #C4BB4A with #4AC4BB are triadic colors.

2 #BBC44A and #C44ABB with #4AC4BB are triadic colors.