COLOR #4EB5C2

HEX: #4EB5C2
RGB: (78,181,194)

Color info

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

RGB color model

#4EB5C2 color RGB value is (78,181,194).

  • red value is 78;
  • green value is 181;
  • blue value is 194.
RGB:
(78,181,194)
(31%,71%,76%)

RGB channels and saturation

R 78 of 255 = 31%
G 181 of 255 = 71%
B 194 of 255 = 76%

78
181
194

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

Portions of RGB colors in percentages

R + G + B =
78 + 181 + 194 = 453 (100%)
R 78 of 453 ~ 17.22%
G 181 of 453 ~ 39.96%
B 194 of 453 ~ 42.83%

%17.22
%39.96
%42.83

CMYK color model

#4EB5C2 color CMYK value is (60,7,0,24).

  • cyan value is 59.79%
  • magenta value is 6.70%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(60,7,0,24)
C60M7Y0K24 
(60%,7%,0%,24%)
(0.60/0.07/0.00/0.24)	

CMYK percentages

%59.79
%6.7
%0
%23.92

Codes

Color #4EB5C2 in popluar color models

4EB5C2
RGB78181194
HSL187°48.74%53.33%
HSB/HSV187°59.79%76.08%
CMYK59.79%6.70%0.00%
23.92%

Color #4EB5C2 in popluar number systems.

HEX4EB5C2
Decimal78181194
Binary10011101011010111000010
Octal116265302

Shades and tints

Shades of #4EB5C2

#4EB5C2
(78,181,194)
#47A5B1
(71,165,177)
#4095A0
(64,149,160)
#39858F
(57,133,143)
#32757E
(50,117,126)
#2B656D
(43,101,109)
#24555C
(36,85,92)
#1D454B
(29,69,75)
#16353A
(22,53,58)
#0F2529
(15,37,41)
#081518
(8,21,24)
#000000
(0,0,0)

Tints of #4EB5C2

#4EB5C2
(78,181,194)
#5EBBC7
(94,187,199)
#6EC1CC
(110,193,204)
#7EC7D1
(126,199,209)
#8ECDD6
(142,205,214)
#9ED3DB
(158,211,219)
#AED9E0
(174,217,224)
#BEDFE5
(190,223,229)
#CEE5EA
(206,229,234)
#DEEBEF
(222,235,239)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB5C2 color. Also use rgb(78,181,194) instead hex code.

Text Font Color

.myTextColor { color: #4EB5C2; }

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

This text font color is #4EB5C2.


Background Color

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

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

This div background color is #4EB5C2.


Border color

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

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

This div border color is #4EB5C2.


Opacity

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

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

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

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

This text has shadow with #4EB5C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EB5C2 on black background.


Color preview on white background

This text has color #4EB5C2 on white background.



Black color preview on #4EB5C2 background

This text has black color on #4EB5C2 background.


White color preview on #4EB5C2 background

This text has white color on #4EB5C2 background.