COLOR #4AE9D5

HEX: #4AE9D5
RGB: (74,233,213)

Color info

#4AE9D5 contains mainly green and blue colors. Web safe color of #4AE9D5 is #33FFCC (or #3FC).

RGB color model

#4AE9D5 color RGB value is (74,233,213).

  • red value is 74;
  • green value is 233;
  • blue value is 213.
RGB:
(74,233,213)
(29%,91%,84%)

RGB channels and saturation

R 74 of 255 = 29%
G 233 of 255 = 91%
B 213 of 255 = 84%

74
233
213

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

Portions of RGB colors in percentages

R + G + B =
74 + 233 + 213 = 520 (100%)
R 74 of 520 ~ 14.23%
G 233 of 520 ~ 44.81%
B 213 of 520 ~ 40.96%

%14.23
%44.81
%40.96

CMYK color model

#4AE9D5 color CMYK value is (68,0,9,9).

  • cyan value is 68.24%
  • magenta value is 0.00%
  • yellow value is 8.58%
  • key color value is 8.63%
CMYK:
(68,0,9,9)
C68M0Y9K9 
(68%,0%,9%,9%)
(0.68/0.00/0.09/0.09)	

CMYK percentages

%68.24
%0
%8.58
%8.63

Codes

Color #4AE9D5 in popluar color models

4AE9D5
RGB74233213
HSL172°78.33%60.20%
HSB/HSV172°68.24%91.37%
CMYK68.24%0.00%8.58%
8.63%

Color #4AE9D5 in popluar number systems.

HEX4AE9D5
Decimal74233213
Binary10010101110100111010101
Octal112351325

Shades and tints

Shades of #4AE9D5

#4AE9D5
(74,233,213)
#44D4C2
(68,212,194)
#3EBFAF
(62,191,175)
#38AA9C
(56,170,156)
#329589
(50,149,137)
#2C8076
(44,128,118)
#266B63
(38,107,99)
#205650
(32,86,80)
#1A413D
(26,65,61)
#142C2A
(20,44,42)
#0E1717
(14,23,23)
#000000
(0,0,0)

Tints of #4AE9D5

#4AE9D5
(74,233,213)
#5AEBD8
(90,235,216)
#6AEDDB
(106,237,219)
#7AEFDE
(122,239,222)
#8AF1E1
(138,241,225)
#9AF3E4
(154,243,228)
#AAF5E7
(170,245,231)
#BAF7EA
(186,247,234)
#CAF9ED
(202,249,237)
#DAFBF0
(218,251,240)
#EAFDF3
(234,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE9D5 color. Also use rgb(74,233,213) instead hex code.

Text Font Color

.myTextColor { color: #4AE9D5; }

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

This text font color is #4AE9D5.


Background Color

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

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

This div background color is #4AE9D5.


Border color

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

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

This div border color is #4AE9D5.


Opacity

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

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

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

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

This text has shadow with #4AE9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE9D5 on black background.


Color preview on white background

This text has color #4AE9D5 on white background.



Black color preview on #4AE9D5 background

This text has black color on #4AE9D5 background.


White color preview on #4AE9D5 background

This text has white color on #4AE9D5 background.