COLOR #4DD1BE

HEX: #4DD1BE
RGB: (77,209,190)

Color info

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

RGB color model

#4DD1BE color RGB value is (77,209,190).

  • red value is 77;
  • green value is 209;
  • blue value is 190.
RGB:
(77,209,190)
(30%,82%,75%)

RGB channels and saturation

R 77 of 255 = 30%
G 209 of 255 = 82%
B 190 of 255 = 75%

77
209
190

R + G + B ~ 62%. #4DD1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
77 + 209 + 190 = 476 (100%)
R 77 of 476 ~ 16.18%
G 209 of 476 ~ 43.91%
B 190 of 476 ~ 39.92%

%16.18
%43.91
%39.92

CMYK color model

#4DD1BE color CMYK value is (63,0,9,18).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(63,0,9,18)
C63M0Y9K18 
(63%,0%,9%,18%)
(0.63/0.00/0.09/0.18)	

CMYK percentages

%63.16
%0
%9.09
%18.04

Codes

Color #4DD1BE in popluar color models

4DD1BE
RGB77209190
HSL171°58.93%56.08%
HSB/HSV171°63.16%81.96%
CMYK63.16%0.00%9.09%
18.04%

Color #4DD1BE in popluar number systems.

HEX4DD1BE
Decimal77209190
Binary10011011101000110111110
Octal115321276

Shades and tints

Shades of #4DD1BE

#4DD1BE
(77,209,190)
#46BEAD
(70,190,173)
#3FAB9C
(63,171,156)
#38988B
(56,152,139)
#31857A
(49,133,122)
#2A7269
(42,114,105)
#235F58
(35,95,88)
#1C4C47
(28,76,71)
#153936
(21,57,54)
#0E2625
(14,38,37)
#071314
(7,19,20)
#000000
(0,0,0)

Tints of #4DD1BE

#4DD1BE
(77,209,190)
#5DD5C3
(93,213,195)
#6DD9C8
(109,217,200)
#7DDDCD
(125,221,205)
#8DE1D2
(141,225,210)
#9DE5D7
(157,229,215)
#ADE9DC
(173,233,220)
#BDEDE1
(189,237,225)
#CDF1E6
(205,241,230)
#DDF5EB
(221,245,235)
#EDF9F0
(237,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD1BE color. Also use rgb(77,209,190) instead hex code.

Text Font Color

.myTextColor { color: #4DD1BE; }

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

This text font color is #4DD1BE.


Background Color

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

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

This div background color is #4DD1BE.


Border color

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

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

This div border color is #4DD1BE.


Opacity

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

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

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

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

This text has shadow with #4DD1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD1BE on black background.


Color preview on white background

This text has color #4DD1BE on white background.



Black color preview on #4DD1BE background

This text has black color on #4DD1BE background.


White color preview on #4DD1BE background

This text has white color on #4DD1BE background.