COLOR #76C9C6

HEX: #76C9C6
RGB: (118,201,198)

Renk bilgisi

#76C9C6 contains mainly green and blue colors. #76C9C6 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#76C9C6 color RGB value is (118,201,198).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 201 of 255 = 79%
B 198 of 255 = 78%

118
201
198

R + G + B ~ 68%. #76C9C6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 201 + 198 = 517 (100%)
R 118 of 517 ~ 22.82%
G 201 of 517 ~ 38.88%
B 198 of 517 ~ 38.3%

%22.82
%38.88
%38.3

CMYK RENK MODELİ

#76C9C6 rengi CMYK tonu (41,0,1,21).

  • camgöbeği tonu 41.29%
  • eflatun tonu 0.00%
  • sarı tonu 1.49%
  • ana renk tonu 21.18%
CMYK:
(41,0,1,21)
C41M0Y1K21 
(41%,0%,1%,21%)
(0.41/0.00/0.01/0.21)	

CMYK yüzdeleri

%41.29
%0
%1.49
%21.18

Codes

Color #76C9C6 in popluar color models

76C9C6
RGB118201198
HSL178°43.46%62.55%
HSB/HSV178°41.29%78.82%
CMYK41.29%0.00%1.49%
21.18%

Color #76C9C6 in popluar number systems.

HEX76C9C6
Decimal118201198
Binary11101101100100111000110
Octal166311306

Shades and tints

Shades of #76C9C6

#76C9C6
(118,201,198)
#6CB7B4
(108,183,180)
#62A5A2
(98,165,162)
#589390
(88,147,144)
#4E817E
(78,129,126)
#446F6C
(68,111,108)
#3A5D5A
(58,93,90)
#304B48
(48,75,72)
#263936
(38,57,54)
#1C2724
(28,39,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #76C9C6

#76C9C6
(118,201,198)
#82CDCB
(130,205,203)
#8ED1D0
(142,209,208)
#9AD5D5
(154,213,213)
#A6D9DA
(166,217,218)
#B2DDDF
(178,221,223)
#BEE1E4
(190,225,228)
#CAE5E9
(202,229,233)
#D6E9EE
(214,233,238)
#E2EDF3
(226,237,243)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76C9C6; }

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

This text font color is #76C9C6.


Background Color

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

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

This div background color is #76C9C6.


Border color

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

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

This div border color is #76C9C6.


Opacity

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

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

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

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

This text has shadow with #76C9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C9C6 on black background.


Color preview on white background

This text has color #76C9C6 on white background.



Black color preview on #76C9C6 background

This text has black color on #76C9C6 background.


White color preview on #76C9C6 background

This text has white color on #76C9C6 background.