COLOR #76C2A8

HEX: #76C2A8
RGB: (118,194,168)

Renk bilgisi

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

RGB renk modeli

#76C2A8 color RGB value is (118,194,168).

  • kırmız ton 118;
  • yeşil ton 194;
  • mavi ton 168.
RGB:
(118,194,168)
(46%,76%,66%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 194 of 255 = 76%
B 168 of 255 = 66%

118
194
168

R + G + B ~ 63%. #76C2A8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 194 + 168 = 480 (100%)
R 118 of 480 ~ 24.58%
G 194 of 480 ~ 40.42%
B 168 of 480 ~ 35%

%24.58
%40.42
%35

CMYK RENK MODELİ

#76C2A8 rengi CMYK tonu (39,0,13,24).

  • camgöbeği tonu 39.18%
  • eflatun tonu 0.00%
  • sarı tonu 13.40%
  • ana renk tonu 23.92%
CMYK:
(39,0,13,24)
C39M0Y13K24 
(39%,0%,13%,24%)
(0.39/0.00/0.13/0.24)	

CMYK yüzdeleri

%39.18
%0
%13.4
%23.92

Codes

Color #76C2A8 in popluar color models

76C2A8
RGB118194168
HSL159°38.38%61.18%
HSB/HSV159°39.18%76.08%
CMYK39.18%0.00%13.40%
23.92%

Color #76C2A8 in popluar number systems.

HEX76C2A8
Decimal118194168
Binary11101101100001010101000
Octal166302250

Shades and tints

Shades of #76C2A8

#76C2A8
(118,194,168)
#6CB199
(108,177,153)
#62A08A
(98,160,138)
#588F7B
(88,143,123)
#4E7E6C
(78,126,108)
#446D5D
(68,109,93)
#3A5C4E
(58,92,78)
#304B3F
(48,75,63)
#263A30
(38,58,48)
#1C2921
(28,41,33)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #76C2A8

#76C2A8
(118,194,168)
#82C7AF
(130,199,175)
#8ECCB6
(142,204,182)
#9AD1BD
(154,209,189)
#A6D6C4
(166,214,196)
#B2DBCB
(178,219,203)
#BEE0D2
(190,224,210)
#CAE5D9
(202,229,217)
#D6EAE0
(214,234,224)
#E2EFE7
(226,239,231)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C2A8 color. Also use rgb(118,194,168) instead hex code.

Text Font Color

.myTextColor { color: #76C2A8; }

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

This text font color is #76C2A8.


Background Color

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

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

This div background color is #76C2A8.


Border color

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

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

This div border color is #76C2A8.


Opacity

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

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

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

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

This text has shadow with #76C2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C2A8 on black background.


Color preview on white background

This text has color #76C2A8 on white background.



Black color preview on #76C2A8 background

This text has black color on #76C2A8 background.


White color preview on #76C2A8 background

This text has white color on #76C2A8 background.