COLOR #76D4AC

HEX: #76D4AC
RGB: (118,212,172)

Renk bilgisi

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

RGB renk modeli

#76D4AC color RGB value is (118,212,172).

  • kırmız ton 118;
  • yeşil ton 212;
  • mavi ton 172.
RGB:
(118,212,172)
(46%,83%,67%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 212 of 255 = 83%
B 172 of 255 = 67%

118
212
172

R + G + B ~ 65%. #76D4AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 212 + 172 = 502 (100%)
R 118 of 502 ~ 23.51%
G 212 of 502 ~ 42.23%
B 172 of 502 ~ 34.26%

%23.51
%42.23
%34.26

CMYK RENK MODELİ

#76D4AC rengi CMYK tonu (44,0,19,17).

  • camgöbeği tonu 44.34%
  • eflatun tonu 0.00%
  • sarı tonu 18.87%
  • ana renk tonu 16.86%
CMYK:
(44,0,19,17)
C44M0Y19K17 
(44%,0%,19%,17%)
(0.44/0.00/0.19/0.17)	

CMYK yüzdeleri

%44.34
%0
%18.87
%16.86

Codes

Color #76D4AC in popluar color models

76D4AC
RGB118212172
HSL154°52.22%64.71%
HSB/HSV154°44.34%83.14%
CMYK44.34%0.00%18.87%
16.86%

Color #76D4AC in popluar number systems.

HEX76D4AC
Decimal118212172
Binary11101101101010010101100
Octal166324254

Shades and tints

Shades of #76D4AC

#76D4AC
(118,212,172)
#6CC19D
(108,193,157)
#62AE8E
(98,174,142)
#589B7F
(88,155,127)
#4E8870
(78,136,112)
#447561
(68,117,97)
#3A6252
(58,98,82)
#304F43
(48,79,67)
#263C34
(38,60,52)
#1C2925
(28,41,37)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76D4AC

#76D4AC
(118,212,172)
#82D7B3
(130,215,179)
#8EDABA
(142,218,186)
#9ADDC1
(154,221,193)
#A6E0C8
(166,224,200)
#B2E3CF
(178,227,207)
#BEE6D6
(190,230,214)
#CAE9DD
(202,233,221)
#D6ECE4
(214,236,228)
#E2EFEB
(226,239,235)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D4AC color. Also use rgb(118,212,172) instead hex code.

Text Font Color

.myTextColor { color: #76D4AC; }

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

This text font color is #76D4AC.


Background Color

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

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

This div background color is #76D4AC.


Border color

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

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

This div border color is #76D4AC.


Opacity

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

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

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

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

This text has shadow with #76D4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D4AC on black background.


Color preview on white background

This text has color #76D4AC on white background.



Black color preview on #76D4AC background

This text has black color on #76D4AC background.


White color preview on #76D4AC background

This text has white color on #76D4AC background.