COLOR #76C5AE

HEX: #76C5AE
RGB: (118,197,174)

Renk bilgisi

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

RGB renk modeli

#76C5AE color RGB value is (118,197,174).

  • kırmız ton 118;
  • yeşil ton 197;
  • mavi ton 174.
RGB:
(118,197,174)
(46%,77%,68%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 197 of 255 = 77%
B 174 of 255 = 68%

118
197
174

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 197 + 174 = 489 (100%)
R 118 of 489 ~ 24.13%
G 197 of 489 ~ 40.29%
B 174 of 489 ~ 35.58%

%24.13
%40.29
%35.58

CMYK RENK MODELİ

#76C5AE rengi CMYK tonu (40,0,12,23).

  • camgöbeği tonu 40.10%
  • eflatun tonu 0.00%
  • sarı tonu 11.68%
  • ana renk tonu 22.75%
CMYK:
(40,0,12,23)
C40M0Y12K23 
(40%,0%,12%,23%)
(0.40/0.00/0.12/0.23)	

CMYK yüzdeleri

%40.1
%0
%11.68
%22.75

Codes

Color #76C5AE in popluar color models

76C5AE
RGB118197174
HSL163°40.51%61.76%
HSB/HSV163°40.10%77.25%
CMYK40.10%0.00%11.68%
22.75%

Color #76C5AE in popluar number systems.

HEX76C5AE
Decimal118197174
Binary11101101100010110101110
Octal166305256

Shades and tints

Shades of #76C5AE

#76C5AE
(118,197,174)
#6CB49F
(108,180,159)
#62A390
(98,163,144)
#589281
(88,146,129)
#4E8172
(78,129,114)
#447063
(68,112,99)
#3A5F54
(58,95,84)
#304E45
(48,78,69)
#263D36
(38,61,54)
#1C2C27
(28,44,39)
#121B18
(18,27,24)
#000000
(0,0,0)

Tints of #76C5AE

#76C5AE
(118,197,174)
#82CAB5
(130,202,181)
#8ECFBC
(142,207,188)
#9AD4C3
(154,212,195)
#A6D9CA
(166,217,202)
#B2DED1
(178,222,209)
#BEE3D8
(190,227,216)
#CAE8DF
(202,232,223)
#D6EDE6
(214,237,230)
#E2F2ED
(226,242,237)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C5AE color. Also use rgb(118,197,174) instead hex code.

Text Font Color

.myTextColor { color: #76C5AE; }

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

This text font color is #76C5AE.


Background Color

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

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

This div background color is #76C5AE.


Border color

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

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

This div border color is #76C5AE.


Opacity

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

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

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

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

This text has shadow with #76C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C5AE on black background.


Color preview on white background

This text has color #76C5AE on white background.



Black color preview on #76C5AE background

This text has black color on #76C5AE background.


White color preview on #76C5AE background

This text has white color on #76C5AE background.