COLOR #4ADCC2

HEX: #4ADCC2
RGB: (74,220,194)

Color info

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

RGB color model

#4ADCC2 color RGB value is (74,220,194).

  • red value is 74;
  • green value is 220;
  • blue value is 194.
RGB:
(74,220,194)
(29%,86%,76%)

RGB channels and saturation

R 74 of 255 = 29%
G 220 of 255 = 86%
B 194 of 255 = 76%

74
220
194

R + G + B ~ 64%. #4ADCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 220 + 194 = 488 (100%)
R 74 of 488 ~ 15.16%
G 220 of 488 ~ 45.08%
B 194 of 488 ~ 39.75%

%15.16
%45.08
%39.75

CMYK color model

#4ADCC2 color CMYK value is (66,0,12,14).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 11.82%
  • key color value is 13.73%
CMYK:
(66,0,12,14)
C66M0Y12K14 
(66%,0%,12%,14%)
(0.66/0.00/0.12/0.14)	

CMYK percentages

%66.36
%0
%11.82
%13.73

Codes

Color #4ADCC2 in popluar color models

4ADCC2
RGB74220194
HSL169°67.59%57.65%
HSB/HSV169°66.36%86.27%
CMYK66.36%0.00%11.82%
13.73%

Color #4ADCC2 in popluar number systems.

HEX4ADCC2
Decimal74220194
Binary10010101101110011000010
Octal112334302

Shades and tints

Shades of #4ADCC2

#4ADCC2
(74,220,194)
#44C8B1
(68,200,177)
#3EB4A0
(62,180,160)
#38A08F
(56,160,143)
#328C7E
(50,140,126)
#2C786D
(44,120,109)
#26645C
(38,100,92)
#20504B
(32,80,75)
#1A3C3A
(26,60,58)
#142829
(20,40,41)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #4ADCC2

#4ADCC2
(74,220,194)
#5ADFC7
(90,223,199)
#6AE2CC
(106,226,204)
#7AE5D1
(122,229,209)
#8AE8D6
(138,232,214)
#9AEBDB
(154,235,219)
#AAEEE0
(170,238,224)
#BAF1E5
(186,241,229)
#CAF4EA
(202,244,234)
#DAF7EF
(218,247,239)
#EAFAF4
(234,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ADCC2 color. Also use rgb(74,220,194) instead hex code.

Text Font Color

.myTextColor { color: #4ADCC2; }

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

This text font color is #4ADCC2.


Background Color

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

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

This div background color is #4ADCC2.


Border color

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

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

This div border color is #4ADCC2.


Opacity

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

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

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

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

This text has shadow with #4ADCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ADCC2 on black background.


Color preview on white background

This text has color #4ADCC2 on white background.



Black color preview on #4ADCC2 background

This text has black color on #4ADCC2 background.


White color preview on #4ADCC2 background

This text has white color on #4ADCC2 background.