COLOR #4AE1DA

HEX: #4AE1DA
RGB: (74,225,218)

Color info

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

RGB color model

#4AE1DA color RGB value is (74,225,218).

  • red value is 74;
  • green value is 225;
  • blue value is 218.
RGB:
(74,225,218)
(29%,88%,85%)

RGB channels and saturation

R 74 of 255 = 29%
G 225 of 255 = 88%
B 218 of 255 = 85%

74
225
218

R + G + B ~ 67%. #4AE1DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 225 + 218 = 517 (100%)
R 74 of 517 ~ 14.31%
G 225 of 517 ~ 43.52%
B 218 of 517 ~ 42.17%

%14.31
%43.52
%42.17

CMYK color model

#4AE1DA color CMYK value is (67,0,3,12).

  • cyan value is 67.11%
  • magenta value is 0.00%
  • yellow value is 3.11%
  • key color value is 11.76%
CMYK:
(67,0,3,12)
C67M0Y3K12 
(67%,0%,3%,12%)
(0.67/0.00/0.03/0.12)	

CMYK percentages

%67.11
%0
%3.11
%11.76

Codes

Color #4AE1DA in popluar color models

4AE1DA
RGB74225218
HSL177°71.56%58.63%
HSB/HSV177°67.11%88.24%
CMYK67.11%0.00%3.11%
11.76%

Color #4AE1DA in popluar number systems.

HEX4AE1DA
Decimal74225218
Binary10010101110000111011010
Octal112341332

Shades and tints

Shades of #4AE1DA

#4AE1DA
(74,225,218)
#44CDC7
(68,205,199)
#3EB9B4
(62,185,180)
#38A5A1
(56,165,161)
#32918E
(50,145,142)
#2C7D7B
(44,125,123)
#266968
(38,105,104)
#205555
(32,85,85)
#1A4142
(26,65,66)
#142D2F
(20,45,47)
#0E191C
(14,25,28)
#000000
(0,0,0)

Tints of #4AE1DA

#4AE1DA
(74,225,218)
#5AE3DD
(90,227,221)
#6AE5E0
(106,229,224)
#7AE7E3
(122,231,227)
#8AE9E6
(138,233,230)
#9AEBE9
(154,235,233)
#AAEDEC
(170,237,236)
#BAEFEF
(186,239,239)
#CAF1F2
(202,241,242)
#DAF3F5
(218,243,245)
#EAF5F8
(234,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE1DA color. Also use rgb(74,225,218) instead hex code.

Text Font Color

.myTextColor { color: #4AE1DA; }

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

This text font color is #4AE1DA.


Background Color

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

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

This div background color is #4AE1DA.


Border color

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

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

This div border color is #4AE1DA.


Opacity

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

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

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

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

This text has shadow with #4AE1DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE1DA on black background.


Color preview on white background

This text has color #4AE1DA on white background.



Black color preview on #4AE1DA background

This text has black color on #4AE1DA background.


White color preview on #4AE1DA background

This text has white color on #4AE1DA background.