COLOR #4CF2D3

HEX: #4CF2D3
RGB: (76,242,211)

Color info

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

RGB color model

#4CF2D3 color RGB value is (76,242,211).

  • red value is 76;
  • green value is 242;
  • blue value is 211.
RGB:
(76,242,211)
(30%,95%,83%)

RGB channels and saturation

R 76 of 255 = 30%
G 242 of 255 = 95%
B 211 of 255 = 83%

76
242
211

R + G + B ~ 69%. #4CF2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 242 + 211 = 529 (100%)
R 76 of 529 ~ 14.37%
G 242 of 529 ~ 45.75%
B 211 of 529 ~ 39.89%

%14.37
%45.75
%39.89

CMYK color model

#4CF2D3 color CMYK value is (69,0,13,5).

  • cyan value is 68.60%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK:
(69,0,13,5)
C69M0Y13K5 
(69%,0%,13%,5%)
(0.69/0.00/0.13/0.05)	

CMYK percentages

%68.6
%0
%12.81
%5.1

Codes

Color #4CF2D3 in popluar color models

4CF2D3
RGB76242211
HSL169°86.46%62.35%
HSB/HSV169°68.60%94.90%
CMYK68.60%0.00%12.81%
5.10%

Color #4CF2D3 in popluar number systems.

HEX4CF2D3
Decimal76242211
Binary10011001111001011010011
Octal114362323

Shades and tints

Shades of #4CF2D3

#4CF2D3
(76,242,211)
#46DCC0
(70,220,192)
#40C6AD
(64,198,173)
#3AB09A
(58,176,154)
#349A87
(52,154,135)
#2E8474
(46,132,116)
#286E61
(40,110,97)
#22584E
(34,88,78)
#1C423B
(28,66,59)
#162C28
(22,44,40)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #4CF2D3

#4CF2D3
(76,242,211)
#5CF3D7
(92,243,215)
#6CF4DB
(108,244,219)
#7CF5DF
(124,245,223)
#8CF6E3
(140,246,227)
#9CF7E7
(156,247,231)
#ACF8EB
(172,248,235)
#BCF9EF
(188,249,239)
#CCFAF3
(204,250,243)
#DCFBF7
(220,251,247)
#ECFCFB
(236,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CF2D3 color. Also use rgb(76,242,211) instead hex code.

Text Font Color

.myTextColor { color: #4CF2D3; }

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

This text font color is #4CF2D3.


Background Color

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

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

This div background color is #4CF2D3.


Border color

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

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

This div border color is #4CF2D3.


Opacity

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

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

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

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

This text has shadow with #4CF2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CF2D3 on black background.


Color preview on white background

This text has color #4CF2D3 on white background.



Black color preview on #4CF2D3 background

This text has black color on #4CF2D3 background.


White color preview on #4CF2D3 background

This text has white color on #4CF2D3 background.