COLOR #4DDDBF

HEX: #4DDDBF
RGB: (77,221,191)

Color info

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

RGB color model

#4DDDBF color RGB value is (77,221,191).

  • red value is 77;
  • green value is 221;
  • blue value is 191.
RGB:
(77,221,191)
(30%,87%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 221 of 255 = 87%
B 191 of 255 = 75%

77
221
191

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

Portions of RGB colors in percentages

R + G + B =
77 + 221 + 191 = 489 (100%)
R 77 of 489 ~ 15.75%
G 221 of 489 ~ 45.19%
B 191 of 489 ~ 39.06%

%15.75
%45.19
%39.06

CMYK color model

#4DDDBF color CMYK value is (65,0,14,13).

  • cyan value is 65.16%
  • magenta value is 0.00%
  • yellow value is 13.57%
  • key color value is 13.33%
CMYK:
(65,0,14,13)
C65M0Y14K13 
(65%,0%,14%,13%)
(0.65/0.00/0.14/0.13)	

CMYK percentages

%65.16
%0
%13.57
%13.33

Codes

Color #4DDDBF in popluar color models

4DDDBF
RGB77221191
HSL168°67.92%58.43%
HSB/HSV168°65.16%86.67%
CMYK65.16%0.00%13.57%
13.33%

Color #4DDDBF in popluar number systems.

HEX4DDDBF
Decimal77221191
Binary10011011101110110111111
Octal115335277

Shades and tints

Shades of #4DDDBF

#4DDDBF
(77,221,191)
#46C9AE
(70,201,174)
#3FB59D
(63,181,157)
#38A18C
(56,161,140)
#318D7B
(49,141,123)
#2A796A
(42,121,106)
#236559
(35,101,89)
#1C5148
(28,81,72)
#153D37
(21,61,55)
#0E2926
(14,41,38)
#071515
(7,21,21)
#000000
(0,0,0)

Tints of #4DDDBF

#4DDDBF
(77,221,191)
#5DE0C4
(93,224,196)
#6DE3C9
(109,227,201)
#7DE6CE
(125,230,206)
#8DE9D3
(141,233,211)
#9DECD8
(157,236,216)
#ADEFDD
(173,239,221)
#BDF2E2
(189,242,226)
#CDF5E7
(205,245,231)
#DDF8EC
(221,248,236)
#EDFBF1
(237,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DDDBF color. Also use rgb(77,221,191) instead hex code.

Text Font Color

.myTextColor { color: #4DDDBF; }

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

This text font color is #4DDDBF.


Background Color

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

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

This div background color is #4DDDBF.


Border color

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

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

This div border color is #4DDDBF.


Opacity

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

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

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

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

This text has shadow with #4DDDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DDDBF on black background.


Color preview on white background

This text has color #4DDDBF on white background.



Black color preview on #4DDDBF background

This text has black color on #4DDDBF background.


White color preview on #4DDDBF background

This text has white color on #4DDDBF background.