COLOR #4AE2DC

HEX: #4AE2DC
RGB: (74,226,220)

Color info

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

RGB color model

#4AE2DC color RGB value is (74,226,220).

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

RGB channels and saturation

R 74 of 255 = 29%
G 226 of 255 = 89%
B 220 of 255 = 86%

74
226
220

R + G + B ~ 68%. #4AE2DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 226 + 220 = 520 (100%)
R 74 of 520 ~ 14.23%
G 226 of 520 ~ 43.46%
B 220 of 520 ~ 42.31%

%14.23
%43.46
%42.31

CMYK color model

#4AE2DC color CMYK value is (67,0,3,11).

  • cyan value is 67.26%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 11.37%
CMYK:
(67,0,3,11)
C67M0Y3K11 
(67%,0%,3%,11%)
(0.67/0.00/0.03/0.11)	

CMYK percentages

%67.26
%0
%2.65
%11.37

Codes

Color #4AE2DC in popluar color models

4AE2DC
RGB74226220
HSL178°72.38%58.82%
HSB/HSV178°67.26%88.63%
CMYK67.26%0.00%2.65%
11.37%

Color #4AE2DC in popluar number systems.

HEX4AE2DC
Decimal74226220
Binary10010101110001011011100
Octal112342334

Shades and tints

Shades of #4AE2DC

#4AE2DC
(74,226,220)
#44CEC8
(68,206,200)
#3EBAB4
(62,186,180)
#38A6A0
(56,166,160)
#32928C
(50,146,140)
#2C7E78
(44,126,120)
#266A64
(38,106,100)
#205650
(32,86,80)
#1A423C
(26,66,60)
#142E28
(20,46,40)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #4AE2DC

#4AE2DC
(74,226,220)
#5AE4DF
(90,228,223)
#6AE6E2
(106,230,226)
#7AE8E5
(122,232,229)
#8AEAE8
(138,234,232)
#9AECEB
(154,236,235)
#AAEEEE
(170,238,238)
#BAF0F1
(186,240,241)
#CAF2F4
(202,242,244)
#DAF4F7
(218,244,247)
#EAF6FA
(234,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AE2DC; }

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

This text font color is #4AE2DC.


Background Color

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

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

This div background color is #4AE2DC.


Border color

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

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

This div border color is #4AE2DC.


Opacity

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

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

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

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

This text has shadow with #4AE2DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE2DC on black background.


Color preview on white background

This text has color #4AE2DC on white background.



Black color preview on #4AE2DC background

This text has black color on #4AE2DC background.


White color preview on #4AE2DC background

This text has white color on #4AE2DC background.