COLOR #76C9AD

HEX: #76C9AD
RGB: (118,201,173)

Renk bilgisi

#76C9AD contains mainly green and blue colors. #76C9AD ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#76C9AD color RGB value is (118,201,173).

  • kırmız ton 118;
  • yeşil ton 201;
  • mavi ton 173.
RGB:
(118,201,173)
(46%,79%,68%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 201 of 255 = 79%
B 173 of 255 = 68%

118
201
173

R + G + B ~ 64%. #76C9AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 201 + 173 = 492 (100%)
R 118 of 492 ~ 23.98%
G 201 of 492 ~ 40.85%
B 173 of 492 ~ 35.16%

%23.98
%40.85
%35.16

CMYK RENK MODELİ

#76C9AD rengi CMYK tonu (41,0,14,21).

  • camgöbeği tonu 41.29%
  • eflatun tonu 0.00%
  • sarı tonu 13.93%
  • ana renk tonu 21.18%
CMYK:
(41,0,14,21)
C41M0Y14K21 
(41%,0%,14%,21%)
(0.41/0.00/0.14/0.21)	

CMYK yüzdeleri

%41.29
%0
%13.93
%21.18

Codes

Color #76C9AD in popluar color models

76C9AD
RGB118201173
HSL160°43.46%62.55%
HSB/HSV160°41.29%78.82%
CMYK41.29%0.00%13.93%
21.18%

Color #76C9AD in popluar number systems.

HEX76C9AD
Decimal118201173
Binary11101101100100110101101
Octal166311255

Shades and tints

Shades of #76C9AD

#76C9AD
(118,201,173)
#6CB79E
(108,183,158)
#62A58F
(98,165,143)
#589380
(88,147,128)
#4E8171
(78,129,113)
#446F62
(68,111,98)
#3A5D53
(58,93,83)
#304B44
(48,75,68)
#263935
(38,57,53)
#1C2726
(28,39,38)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #76C9AD

#76C9AD
(118,201,173)
#82CDB4
(130,205,180)
#8ED1BB
(142,209,187)
#9AD5C2
(154,213,194)
#A6D9C9
(166,217,201)
#B2DDD0
(178,221,208)
#BEE1D7
(190,225,215)
#CAE5DE
(202,229,222)
#D6E9E5
(214,233,229)
#E2EDEC
(226,237,236)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C9AD color. Also use rgb(118,201,173) instead hex code.

Text Font Color

.myTextColor { color: #76C9AD; }

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

This text font color is #76C9AD.


Background Color

.myBgColor { background-color: #76C9AD; }

<div style="background-color:#76C9AD">Inner text</div>

This div background color is #76C9AD.


Border color

.myBorderColor { border: 1px solid #76C9AD; }

<div style="border:3px solid #76C9AD">Div</div>

This div border color is #76C9AD.


Opacity

.myOpacity80 { color: #76C9AD; opacity: 0.8; }

<p style="color:#76C9AD;opacity:0.8;">80%</p>

Text with #76C9AD 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 #76C9AD;}

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

This text has shadow with #76C9AD color.

.textShadow {text-shadow: 3px 3px 1px #76C9AD, 3px 3px 1px red;}

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

This text has shadow with #76C9AD primary color and red secondary color.


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

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

This text has shadow with #76C9AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C9AD on black background.


Color preview on white background

This text has color #76C9AD on white background.



Black color preview on #76C9AD background

This text has black color on #76C9AD background.


White color preview on #76C9AD background

This text has white color on #76C9AD background.