COLOR #76E0C2

HEX: #76E0C2
RGB: (118,224,194)

Renk bilgisi

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

RGB renk modeli

#76E0C2 color RGB value is (118,224,194).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 224 of 255 = 88%
B 194 of 255 = 76%

118
224
194

R + G + B ~ 70%. #76E0C2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 224 + 194 = 536 (100%)
R 118 of 536 ~ 22.01%
G 224 of 536 ~ 41.79%
B 194 of 536 ~ 36.19%

%22.01
%41.79
%36.19

CMYK RENK MODELİ

#76E0C2 rengi CMYK tonu (47,0,13,12).

  • camgöbeği tonu 47.32%
  • eflatun tonu 0.00%
  • sarı tonu 13.39%
  • ana renk tonu 12.16%
CMYK:
(47,0,13,12)
C47M0Y13K12 
(47%,0%,13%,12%)
(0.47/0.00/0.13/0.12)	

CMYK yüzdeleri

%47.32
%0
%13.39
%12.16

Codes

Color #76E0C2 in popluar color models

76E0C2
RGB118224194
HSL163°63.10%67.06%
HSB/HSV163°47.32%87.84%
CMYK47.32%0.00%13.39%
12.16%

Color #76E0C2 in popluar number systems.

HEX76E0C2
Decimal118224194
Binary11101101110000011000010
Octal166340302

Shades and tints

Shades of #76E0C2

#76E0C2
(118,224,194)
#6CCCB1
(108,204,177)
#62B8A0
(98,184,160)
#58A48F
(88,164,143)
#4E907E
(78,144,126)
#447C6D
(68,124,109)
#3A685C
(58,104,92)
#30544B
(48,84,75)
#26403A
(38,64,58)
#1C2C29
(28,44,41)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #76E0C2

#76E0C2
(118,224,194)
#82E2C7
(130,226,199)
#8EE4CC
(142,228,204)
#9AE6D1
(154,230,209)
#A6E8D6
(166,232,214)
#B2EADB
(178,234,219)
#BEECE0
(190,236,224)
#CAEEE5
(202,238,229)
#D6F0EA
(214,240,234)
#E2F2EF
(226,242,239)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76E0C2; }

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

This text font color is #76E0C2.


Background Color

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

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

This div background color is #76E0C2.


Border color

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

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

This div border color is #76E0C2.


Opacity

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

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

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

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

This text has shadow with #76E0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76E0C2 on black background.


Color preview on white background

This text has color #76E0C2 on white background.



Black color preview on #76E0C2 background

This text has black color on #76E0C2 background.


White color preview on #76E0C2 background

This text has white color on #76E0C2 background.