COLOR #4EB1AD

HEX: #4EB1AD
RGB: (78,177,173)

Renk bilgisi

#4EB1AD contains mainly green and blue colors. #4EB1AD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#4EB1AD color RGB value is (78,177,173).

  • kırmız ton 78;
  • yeşil ton 177;
  • mavi ton 173.
RGB:
(78,177,173)
(31%,69%,68%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 177 of 255 = 69%
B 173 of 255 = 68%

78
177
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 177 + 173 = 428 (100%)
R 78 of 428 ~ 18.22%
G 177 of 428 ~ 41.36%
B 173 of 428 ~ 40.42%

%18.22
%41.36
%40.42

CMYK RENK MODELİ

#4EB1AD rengi CMYK tonu (56,0,2,31).

  • camgöbeği tonu 55.93%
  • eflatun tonu 0.00%
  • sarı tonu 2.26%
  • ana renk tonu 30.59%
CMYK:
(56,0,2,31)
C56M0Y2K31 
(56%,0%,2%,31%)
(0.56/0.00/0.02/0.31)	

CMYK yüzdeleri

%55.93
%0
%2.26
%30.59

Codes

Color #4EB1AD in popluar color models

4EB1AD
RGB78177173
HSL178°38.82%50.00%
HSB/HSV178°55.93%69.41%
CMYK55.93%0.00%2.26%
30.59%

Color #4EB1AD in popluar number systems.

HEX4EB1AD
Decimal78177173
Binary10011101011000110101101
Octal116261255

Shades and tints

Shades of #4EB1AD

#4EB1AD
(78,177,173)
#47A19E
(71,161,158)
#40918F
(64,145,143)
#398180
(57,129,128)
#327171
(50,113,113)
#2B6162
(43,97,98)
#245153
(36,81,83)
#1D4144
(29,65,68)
#163135
(22,49,53)
#0F2126
(15,33,38)
#081117
(8,17,23)
#000000
(0,0,0)

Tints of #4EB1AD

#4EB1AD
(78,177,173)
#5EB8B4
(94,184,180)
#6EBFBB
(110,191,187)
#7EC6C2
(126,198,194)
#8ECDC9
(142,205,201)
#9ED4D0
(158,212,208)
#AEDBD7
(174,219,215)
#BEE2DE
(190,226,222)
#CEE9E5
(206,233,229)
#DEF0EC
(222,240,236)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB1AD color. Also use rgb(78,177,173) instead hex code.

Text Font Color

.myTextColor { color: #4EB1AD; }

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

This text font color is #4EB1AD.


Background Color

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

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

This div background color is #4EB1AD.


Border color

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

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

This div border color is #4EB1AD.


Opacity

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

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

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

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

This text has shadow with #4EB1AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EB1AD on black background.


Color preview on white background

This text has color #4EB1AD on white background.



Black color preview on #4EB1AD background

This text has black color on #4EB1AD background.


White color preview on #4EB1AD background

This text has white color on #4EB1AD background.