COLOR #4DDFC8

HEX: #4DDFC8 RGB: (77,223,200)

Color info

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

RGB color model

#4DDFC8 color RGB value is (77,223,200).

RGB: (77,223,200) (30%, 87%, 78%)

RGB channels and saturation

R 77 of 255 = 30%
G 223 of 255 = 87%
B 200 of 255 = 78%

77
223
200

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

Portions of RGB colors in percentages

R + G + B = 77 + 223 + 200 = 500 (100%)
R 77 of 500 ~ 15.4%
G 223 of 500 ~ 44.6%
B 200 of 500 ~ 40'%

%15.4
%44.6
%40

CMYK color model

#4DDFC8 color CMYK value is (65,0,10,13).

  • cyan value is 65.47%
  • magenta value is 0.00%
  • yellow value is 10.31%
  • key color value is 12.55%

CMYK: (65,0,10,13)
C65M0Y10K13 (65%, 0%, 10%, 13%)
(0.65 / 0.00 / 0.10 / 0.13)

CMYK percentages

%65.47
%0
%10.31
%12.55

Codes

Color #4DDFC8 in popluar color models

4D DF C8
RGB 77 223 200
HSL 171° 69.52% 58.82%
HSB/HSV 171° 65.47% 87.45%
CMYK 65.47% 0.00% 10.31%
12.55%

Color #4DDFC8 in popluar number systems.

HEX 4D DF C8
Decimal 77 223 200
Binary 1001101 11011111 11001000
Octal 115 337 310

Shades and tints

Shades of #4DDFC8

#4DDFC8
(77,223,200)
#46CBB6
(70,203,182)
#3FB7A4
(63,183,164)
#38A392
(56,163,146)
#318F80
(49,143,128)
#2A7B6E
(42,123,110)
#23675C
(35,103,92)
#1C534A
(28,83,74)
#153F38
(21,63,56)
#0E2B26
(14,43,38)
#071714
(7,23,20)
#000000
(0,0,0)

Tints of #4DDFC8

#4DDFC8
(77,223,200)
#5DE1CD
(93,225,205)
#6DE3D2
(109,227,210)
#7DE5D7
(125,229,215)
#8DE7DC
(141,231,220)
#9DE9E1
(157,233,225)
#ADEBE6
(173,235,230)
#BDEDEB
(189,237,235)
#CDEFF0
(205,239,240)
#DDF1F5
(221,241,245)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DDFC8 color. Also use rgb(77,223,200) instead hex code.

Text Font Color

.myTextColor { color: #4DDFC8; }

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

This text font color is #4DDFC8.

Background Color

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

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

This div background color is #4DDFC8.

Border color

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

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

This div border color is #4DDFC8.

Opacity

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

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

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

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

This text has shadow with #4DDFC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DDFC8.

Preview

Color preview on black background

This text has color #4DDFC8 on black background.


Color preview on white background

This text has color #4DDFC8 on white background.


Black color preview on #4DDFC8 background

This text has black color on #4DDFC8 background.


White color preview on #4DDFC8 background

This text has white color on #4DDFC8 background.


Related colors

Complementary color

Complementary color for #hex is #B22037.


I love getcolorcode.com

Triadic colors

1 #C84DDF and #DFC84D with #4DDFC8 are triadic colors.

2 #C8DF4D and #DF4DC8 with #4DDFC8 are triadic colors.