COLOR #4AD7AB

HEX: #4AD7AB RGB: (74,215,171)

Color info

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

RGB color model

#4AD7AB color RGB value is (74,215,171).

RGB: (74,215,171) (29%, 84%, 67%)

RGB channels and saturation

R 74 of 255 = 29%
G 215 of 255 = 84%
B 171 of 255 = 67%

74
215
171

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

Portions of RGB colors in percentages

R + G + B = 74 + 215 + 171 = 460 (100%)
R 74 of 460 ~ 16.09%
G 215 of 460 ~ 46.74%
B 171 of 460 ~ 37.17'%

%16.09
%46.74
%37.17

CMYK color model

#4AD7AB color CMYK value is (66,0,20,16).

  • cyan value is 65.58%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%

CMYK: (66,0,20,16)
C66M0Y20K16 (66%, 0%, 20%, 16%)
(0.66 / 0.00 / 0.20 / 0.16)

CMYK percentages

%65.58
%0
%20.47
%15.69

Codes

Color #4AD7AB in popluar color models

4A D7 AB
RGB 74 215 171
HSL 161° 63.80% 56.67%
HSB/HSV 161° 65.58% 84.31%
CMYK 65.58% 0.00% 20.47%
15.69%

Color #4AD7AB in popluar number systems.

HEX 4A D7 AB
Decimal 74 215 171
Binary 1001010 11010111 10101011
Octal 112 327 253

Shades and tints

Shades of #4AD7AB

#4AD7AB
(74,215,171)
#44C49C
(68,196,156)
#3EB18D
(62,177,141)
#389E7E
(56,158,126)
#328B6F
(50,139,111)
#2C7860
(44,120,96)
#266551
(38,101,81)
#205242
(32,82,66)
#1A3F33
(26,63,51)
#142C24
(20,44,36)
#0E1915
(14,25,21)
#000000
(0,0,0)

Tints of #4AD7AB

#4AD7AB
(74,215,171)
#5ADAB2
(90,218,178)
#6ADDB9
(106,221,185)
#7AE0C0
(122,224,192)
#8AE3C7
(138,227,199)
#9AE6CE
(154,230,206)
#AAE9D5
(170,233,213)
#BAECDC
(186,236,220)
#CAEFE3
(202,239,227)
#DAF2EA
(218,242,234)
#EAF5F1
(234,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD7AB color. Also use rgb(74,215,171) instead hex code.

Text Font Color

.myTextColor { color: #4AD7AB; }

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

This text font color is #4AD7AB.

Background Color

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

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

This div background color is #4AD7AB.

Border color

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

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

This div border color is #4AD7AB.

Opacity

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

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

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

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

This text has shadow with #4AD7AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AD7AB.

Preview

Color preview on black background

This text has color #4AD7AB on black background.


Color preview on white background

This text has color #4AD7AB on white background.


Black color preview on #4AD7AB background

This text has black color on #4AD7AB background.


White color preview on #4AD7AB background

This text has white color on #4AD7AB background.


Related colors

Complementary color

Complementary color for #hex is #B52854.


I love getcolorcode.com

Triadic colors

1 #AB4AD7 and #D7AB4A with #4AD7AB are triadic colors.

2 #ABD74A and #D74AAB with #4AD7AB are triadic colors.