COLOR #4EBDBC

HEX: #4EBDBC
RGB: (78,189,188)

Color info

#4EBDBC contains mainly green and blue colors. Web safe color of #4EBDBC is #66CCCC (or #6CC).

RGB color model

#4EBDBC color RGB value is (78,189,188).

  • red value is 78;
  • green value is 189;
  • blue value is 188.
RGB:
(78,189,188)
(31%,74%,74%)

RGB channels and saturation

R 78 of 255 = 31%
G 189 of 255 = 74%
B 188 of 255 = 74%

78
189
188

R + G + B ~ 60%. #4EBDBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 189 + 188 = 455 (100%)
R 78 of 455 ~ 17.14%
G 189 of 455 ~ 41.54%
B 188 of 455 ~ 41.32%

%17.14
%41.54
%41.32

CMYK color model

#4EBDBC color CMYK value is (59,0,1,26).

  • cyan value is 58.73%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.88%
CMYK:
(59,0,1,26)
C59M0Y1K26 
(59%,0%,1%,26%)
(0.59/0.00/0.01/0.26)	

CMYK percentages

%58.73
%0
%0.53
%25.88

Codes

Color #4EBDBC in popluar color models

4EBDBC
RGB78189188
HSL179°45.68%52.35%
HSB/HSV179°58.73%74.12%
CMYK58.73%0.00%0.53%
25.88%

Color #4EBDBC in popluar number systems.

HEX4EBDBC
Decimal78189188
Binary10011101011110110111100
Octal116275274

Shades and tints

Shades of #4EBDBC

#4EBDBC
(78,189,188)
#47ACAB
(71,172,171)
#409B9A
(64,155,154)
#398A89
(57,138,137)
#327978
(50,121,120)
#2B6867
(43,104,103)
#245756
(36,87,86)
#1D4645
(29,70,69)
#163534
(22,53,52)
#0F2423
(15,36,35)
#081312
(8,19,18)
#000000
(0,0,0)

Tints of #4EBDBC

#4EBDBC
(78,189,188)
#5EC3C2
(94,195,194)
#6EC9C8
(110,201,200)
#7ECFCE
(126,207,206)
#8ED5D4
(142,213,212)
#9EDBDA
(158,219,218)
#AEE1E0
(174,225,224)
#BEE7E6
(190,231,230)
#CEEDEC
(206,237,236)
#DEF3F2
(222,243,242)
#EEF9F8
(238,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EBDBC color. Also use rgb(78,189,188) instead hex code.

Text Font Color

.myTextColor { color: #4EBDBC; }

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

This text font color is #4EBDBC.


Background Color

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

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

This div background color is #4EBDBC.


Border color

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

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

This div border color is #4EBDBC.


Opacity

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

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

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

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

This text has shadow with #4EBDBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EBDBC on black background.


Color preview on white background

This text has color #4EBDBC on white background.



Black color preview on #4EBDBC background

This text has black color on #4EBDBC background.


White color preview on #4EBDBC background

This text has white color on #4EBDBC background.