COLOR #76C0BE

HEX: #76C0BE
RGB: (118,192,190)

Renk bilgisi

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

RGB renk modeli

#76C0BE color RGB value is (118,192,190).

  • kırmız ton 118;
  • yeşil ton 192;
  • mavi ton 190.
RGB:
(118,192,190)
(46%,75%,75%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 192 of 255 = 75%
B 190 of 255 = 75%

118
192
190

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 192 + 190 = 500 (100%)
R 118 of 500 ~ 23.6%
G 192 of 500 ~ 38.4%
B 190 of 500 ~ 38%

%23.6
%38.4
%38

CMYK RENK MODELİ

#76C0BE rengi CMYK tonu (39,0,1,25).

  • camgöbeği tonu 38.54%
  • eflatun tonu 0.00%
  • sarı tonu 1.04%
  • ana renk tonu 24.71%
CMYK:
(39,0,1,25)
C39M0Y1K25 
(39%,0%,1%,25%)
(0.39/0.00/0.01/0.25)	

CMYK yüzdeleri

%38.54
%0
%1.04
%24.71

Codes

Color #76C0BE in popluar color models

76C0BE
RGB118192190
HSL178°37.00%60.78%
HSB/HSV178°38.54%75.29%
CMYK38.54%0.00%1.04%
24.71%

Color #76C0BE in popluar number systems.

HEX76C0BE
Decimal118192190
Binary11101101100000010111110
Octal166300276

Shades and tints

Shades of #76C0BE

#76C0BE
(118,192,190)
#6CAFAD
(108,175,173)
#629E9C
(98,158,156)
#588D8B
(88,141,139)
#4E7C7A
(78,124,122)
#446B69
(68,107,105)
#3A5A58
(58,90,88)
#304947
(48,73,71)
#263836
(38,56,54)
#1C2725
(28,39,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #76C0BE

#76C0BE
(118,192,190)
#82C5C3
(130,197,195)
#8ECAC8
(142,202,200)
#9ACFCD
(154,207,205)
#A6D4D2
(166,212,210)
#B2D9D7
(178,217,215)
#BEDEDC
(190,222,220)
#CAE3E1
(202,227,225)
#D6E8E6
(214,232,230)
#E2EDEB
(226,237,235)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76C0BE color. Also use rgb(118,192,190) instead hex code.

Text Font Color

.myTextColor { color: #76C0BE; }

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

This text font color is #76C0BE.


Background Color

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

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

This div background color is #76C0BE.


Border color

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

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

This div border color is #76C0BE.


Opacity

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

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

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

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

This text has shadow with #76C0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76C0BE on black background.


Color preview on white background

This text has color #76C0BE on white background.



Black color preview on #76C0BE background

This text has black color on #76C0BE background.


White color preview on #76C0BE background

This text has white color on #76C0BE background.