COLOR #4AE5C3

HEX: #4AE5C3
RGB: (74,229,195)

Color info

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

RGB color model

#4AE5C3 color RGB value is (74,229,195).

  • red value is 74;
  • green value is 229;
  • blue value is 195.
RGB:
(74,229,195)
(29%,90%,76%)

RGB channels and saturation

R 74 of 255 = 29%
G 229 of 255 = 90%
B 195 of 255 = 76%

74
229
195

R + G + B ~ 65%. #4AE5C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
74 + 229 + 195 = 498 (100%)
R 74 of 498 ~ 14.86%
G 229 of 498 ~ 45.98%
B 195 of 498 ~ 39.16%

%14.86
%45.98
%39.16

CMYK color model

#4AE5C3 color CMYK value is (68,0,15,10).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 14.85%
  • key color value is 10.20%
CMYK:
(68,0,15,10)
C68M0Y15K10 
(68%,0%,15%,10%)
(0.68/0.00/0.15/0.10)	

CMYK percentages

%67.69
%0
%14.85
%10.2

Codes

Color #4AE5C3 in popluar color models

4AE5C3
RGB74229195
HSL167°74.88%59.41%
HSB/HSV167°67.69%89.80%
CMYK67.69%0.00%14.85%
10.20%

Color #4AE5C3 in popluar number systems.

HEX4AE5C3
Decimal74229195
Binary10010101110010111000011
Octal112345303

Shades and tints

Shades of #4AE5C3

#4AE5C3
(74,229,195)
#44D1B2
(68,209,178)
#3EBDA1
(62,189,161)
#38A990
(56,169,144)
#32957F
(50,149,127)
#2C816E
(44,129,110)
#266D5D
(38,109,93)
#20594C
(32,89,76)
#1A453B
(26,69,59)
#14312A
(20,49,42)
#0E1D19
(14,29,25)
#000000
(0,0,0)

Tints of #4AE5C3

#4AE5C3
(74,229,195)
#5AE7C8
(90,231,200)
#6AE9CD
(106,233,205)
#7AEBD2
(122,235,210)
#8AEDD7
(138,237,215)
#9AEFDC
(154,239,220)
#AAF1E1
(170,241,225)
#BAF3E6
(186,243,230)
#CAF5EB
(202,245,235)
#DAF7F0
(218,247,240)
#EAF9F5
(234,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE5C3 color. Also use rgb(74,229,195) instead hex code.

Text Font Color

.myTextColor { color: #4AE5C3; }

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

This text font color is #4AE5C3.


Background Color

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

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

This div background color is #4AE5C3.


Border color

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

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

This div border color is #4AE5C3.


Opacity

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

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

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

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

This text has shadow with #4AE5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE5C3 on black background.


Color preview on white background

This text has color #4AE5C3 on white background.



Black color preview on #4AE5C3 background

This text has black color on #4AE5C3 background.


White color preview on #4AE5C3 background

This text has white color on #4AE5C3 background.