COLOR #4CC4A5

HEX: #4CC4A5
RGB: (76,196,165)

Renk bilgisi

#4CC4A5 contains mainly green and blue colors. #4CC4A5 ‘ nin web güvenlik rengi #33CC99 (ya da #3C9) dir.

RGB renk modeli

#4CC4A5 color RGB value is (76,196,165).

  • kırmız ton 76;
  • yeşil ton 196;
  • mavi ton 165.
RGB:
(76,196,165)
(30%,77%,65%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 196 of 255 = 77%
B 165 of 255 = 65%

76
196
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 196 + 165 = 437 (100%)
R 76 of 437 ~ 17.39%
G 196 of 437 ~ 44.85%
B 165 of 437 ~ 37.76%

%17.39
%44.85
%37.76

CMYK RENK MODELİ

#4CC4A5 rengi CMYK tonu (61,0,16,23).

  • camgöbeği tonu 61.22%
  • eflatun tonu 0.00%
  • sarı tonu 15.82%
  • ana renk tonu 23.14%
CMYK:
(61,0,16,23)
C61M0Y16K23 
(61%,0%,16%,23%)
(0.61/0.00/0.16/0.23)	

CMYK yüzdeleri

%61.22
%0
%15.82
%23.14

Codes

Color #4CC4A5 in popluar color models

4CC4A5
RGB76196165
HSL165°50.42%53.33%
HSB/HSV165°61.22%76.86%
CMYK61.22%0.00%15.82%
23.14%

Color #4CC4A5 in popluar number systems.

HEX4CC4A5
Decimal76196165
Binary10011001100010010100101
Octal114304245

Shades and tints

Shades of #4CC4A5

#4CC4A5
(76,196,165)
#46B396
(70,179,150)
#40A287
(64,162,135)
#3A9178
(58,145,120)
#348069
(52,128,105)
#2E6F5A
(46,111,90)
#285E4B
(40,94,75)
#224D3C
(34,77,60)
#1C3C2D
(28,60,45)
#162B1E
(22,43,30)
#101A0F
(16,26,15)
#000000
(0,0,0)

Tints of #4CC4A5

#4CC4A5
(76,196,165)
#5CC9AD
(92,201,173)
#6CCEB5
(108,206,181)
#7CD3BD
(124,211,189)
#8CD8C5
(140,216,197)
#9CDDCD
(156,221,205)
#ACE2D5
(172,226,213)
#BCE7DD
(188,231,221)
#CCECE5
(204,236,229)
#DCF1ED
(220,241,237)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC4A5 color. Also use rgb(76,196,165) instead hex code.

Text Font Color

.myTextColor { color: #4CC4A5; }

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

This text font color is #4CC4A5.


Background Color

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

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

This div background color is #4CC4A5.


Border color

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

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

This div border color is #4CC4A5.


Opacity

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

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

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

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

This text has shadow with #4CC4A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC4A5 on black background.


Color preview on white background

This text has color #4CC4A5 on white background.



Black color preview on #4CC4A5 background

This text has black color on #4CC4A5 background.


White color preview on #4CC4A5 background

This text has white color on #4CC4A5 background.