COLOR #4AE3C0

HEX: #4AE3C0
RGB: (74,227,192)

Color info

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

RGB color model

#4AE3C0 color RGB value is (74,227,192).

  • red value is 74;
  • green value is 227;
  • blue value is 192.
RGB:
(74,227,192)
(29%,89%,75%)

RGB channels and saturation

R 74 of 255 = 29%
G 227 of 255 = 89%
B 192 of 255 = 75%

74
227
192

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

Portions of RGB colors in percentages

R + G + B =
74 + 227 + 192 = 493 (100%)
R 74 of 493 ~ 15.01%
G 227 of 493 ~ 46.04%
B 192 of 493 ~ 38.95%

%15.01
%46.04
%38.95

CMYK color model

#4AE3C0 color CMYK value is (67,0,15,11).

  • cyan value is 67.40%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 10.98%
CMYK:
(67,0,15,11)
C67M0Y15K11 
(67%,0%,15%,11%)
(0.67/0.00/0.15/0.11)	

CMYK percentages

%67.4
%0
%15.42
%10.98

Codes

Color #4AE3C0 in popluar color models

4AE3C0
RGB74227192
HSL166°73.21%59.02%
HSB/HSV166°67.40%89.02%
CMYK67.40%0.00%15.42%
10.98%

Color #4AE3C0 in popluar number systems.

HEX4AE3C0
Decimal74227192
Binary10010101110001111000000
Octal112343300

Shades and tints

Shades of #4AE3C0

#4AE3C0
(74,227,192)
#44CFAF
(68,207,175)
#3EBB9E
(62,187,158)
#38A78D
(56,167,141)
#32937C
(50,147,124)
#2C7F6B
(44,127,107)
#266B5A
(38,107,90)
#205749
(32,87,73)
#1A4338
(26,67,56)
#142F27
(20,47,39)
#0E1B16
(14,27,22)
#000000
(0,0,0)

Tints of #4AE3C0

#4AE3C0
(74,227,192)
#5AE5C5
(90,229,197)
#6AE7CA
(106,231,202)
#7AE9CF
(122,233,207)
#8AEBD4
(138,235,212)
#9AEDD9
(154,237,217)
#AAEFDE
(170,239,222)
#BAF1E3
(186,241,227)
#CAF3E8
(202,243,232)
#DAF5ED
(218,245,237)
#EAF7F2
(234,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE3C0 color. Also use rgb(74,227,192) instead hex code.

Text Font Color

.myTextColor { color: #4AE3C0; }

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

This text font color is #4AE3C0.


Background Color

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

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

This div background color is #4AE3C0.


Border color

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

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

This div border color is #4AE3C0.


Opacity

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

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

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

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

This text has shadow with #4AE3C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE3C0 on black background.


Color preview on white background

This text has color #4AE3C0 on white background.



Black color preview on #4AE3C0 background

This text has black color on #4AE3C0 background.


White color preview on #4AE3C0 background

This text has white color on #4AE3C0 background.