COLOR #4AF4C7

HEX: #4AF4C7
RGB: (74,244,199)

Color info

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

RGB color model

#4AF4C7 color RGB value is (74,244,199).

  • red value is 74;
  • green value is 244;
  • blue value is 199.
RGB:
(74,244,199)
(29%,96%,78%)

RGB channels and saturation

R 74 of 255 = 29%
G 244 of 255 = 96%
B 199 of 255 = 78%

74
244
199

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

Portions of RGB colors in percentages

R + G + B =
74 + 244 + 199 = 517 (100%)
R 74 of 517 ~ 14.31%
G 244 of 517 ~ 47.2%
B 199 of 517 ~ 38.49%

%14.31
%47.2
%38.49

CMYK color model

#4AF4C7 color CMYK value is (70,0,18,4).

  • cyan value is 69.67%
  • magenta value is 0.00%
  • yellow value is 18.44%
  • key color value is 4.31%
CMYK:
(70,0,18,4)
C70M0Y18K4 
(70%,0%,18%,4%)
(0.70/0.00/0.18/0.04)	

CMYK percentages

%69.67
%0
%18.44
%4.31

Codes

Color #4AF4C7 in popluar color models

4AF4C7
RGB74244199
HSL164°88.54%62.35%
HSB/HSV164°69.67%95.69%
CMYK69.67%0.00%18.44%
4.31%

Color #4AF4C7 in popluar number systems.

HEX4AF4C7
Decimal74244199
Binary10010101111010011000111
Octal112364307

Shades and tints

Shades of #4AF4C7

#4AF4C7
(74,244,199)
#44DEB5
(68,222,181)
#3EC8A3
(62,200,163)
#38B291
(56,178,145)
#329C7F
(50,156,127)
#2C866D
(44,134,109)
#26705B
(38,112,91)
#205A49
(32,90,73)
#1A4437
(26,68,55)
#142E25
(20,46,37)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #4AF4C7

#4AF4C7
(74,244,199)
#5AF5CC
(90,245,204)
#6AF6D1
(106,246,209)
#7AF7D6
(122,247,214)
#8AF8DB
(138,248,219)
#9AF9E0
(154,249,224)
#AAFAE5
(170,250,229)
#BAFBEA
(186,251,234)
#CAFCEF
(202,252,239)
#DAFDF4
(218,253,244)
#EAFEF9
(234,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AF4C7 color. Also use rgb(74,244,199) instead hex code.

Text Font Color

.myTextColor { color: #4AF4C7; }

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

This text font color is #4AF4C7.


Background Color

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

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

This div background color is #4AF4C7.


Border color

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

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

This div border color is #4AF4C7.


Opacity

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

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

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

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

This text has shadow with #4AF4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AF4C7 on black background.


Color preview on white background

This text has color #4AF4C7 on white background.



Black color preview on #4AF4C7 background

This text has black color on #4AF4C7 background.


White color preview on #4AF4C7 background

This text has white color on #4AF4C7 background.