COLOR #4CC9B3

HEX: #4CC9B3
RGB: (76,201,179)

Renk bilgisi

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

RGB renk modeli

#4CC9B3 color RGB value is (76,201,179).

  • kırmız ton 76;
  • yeşil ton 201;
  • mavi ton 179.
RGB:
(76,201,179)
(30%,79%,70%)

RGB bağlantıları ve doygunluk

R 76 of 255 = 30%
G 201 of 255 = 79%
B 179 of 255 = 70%

76
201
179

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 201 + 179 = 456 (100%)
R 76 of 456 ~ 16.67%
G 201 of 456 ~ 44.08%
B 179 of 456 ~ 39.25%

%16.67
%44.08
%39.25

CMYK RENK MODELİ

#4CC9B3 rengi CMYK tonu (62,0,11,21).

  • camgöbeği tonu 62.19%
  • eflatun tonu 0.00%
  • sarı tonu 10.95%
  • ana renk tonu 21.18%
CMYK:
(62,0,11,21)
C62M0Y11K21 
(62%,0%,11%,21%)
(0.62/0.00/0.11/0.21)	

CMYK yüzdeleri

%62.19
%0
%10.95
%21.18

Codes

Color #4CC9B3 in popluar color models

4CC9B3
RGB76201179
HSL169°53.65%54.31%
HSB/HSV169°62.19%78.82%
CMYK62.19%0.00%10.95%
21.18%

Color #4CC9B3 in popluar number systems.

HEX4CC9B3
Decimal76201179
Binary10011001100100110110011
Octal114311263

Shades and tints

Shades of #4CC9B3

#4CC9B3
(76,201,179)
#46B7A3
(70,183,163)
#40A593
(64,165,147)
#3A9383
(58,147,131)
#348173
(52,129,115)
#2E6F63
(46,111,99)
#285D53
(40,93,83)
#224B43
(34,75,67)
#1C3933
(28,57,51)
#162723
(22,39,35)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #4CC9B3

#4CC9B3
(76,201,179)
#5CCDB9
(92,205,185)
#6CD1BF
(108,209,191)
#7CD5C5
(124,213,197)
#8CD9CB
(140,217,203)
#9CDDD1
(156,221,209)
#ACE1D7
(172,225,215)
#BCE5DD
(188,229,221)
#CCE9E3
(204,233,227)
#DCEDE9
(220,237,233)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC9B3 color. Also use rgb(76,201,179) instead hex code.

Text Font Color

.myTextColor { color: #4CC9B3; }

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

This text font color is #4CC9B3.


Background Color

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

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

This div background color is #4CC9B3.


Border color

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

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

This div border color is #4CC9B3.


Opacity

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

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

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

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

This text has shadow with #4CC9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC9B3 on black background.


Color preview on white background

This text has color #4CC9B3 on white background.



Black color preview on #4CC9B3 background

This text has black color on #4CC9B3 background.


White color preview on #4CC9B3 background

This text has white color on #4CC9B3 background.