COLOR #76BC99

HEX: #76BC99
RGB: (118,188,153)

Renk bilgisi

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

RGB renk modeli

#76BC99 color RGB value is (118,188,153).

  • kırmız ton 118;
  • yeşil ton 188;
  • mavi ton 153.
RGB:
(118,188,153)
(46%,74%,60%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 188 of 255 = 74%
B 153 of 255 = 60%

118
188
153

R + G + B ~ 60%. #76BC99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 188 + 153 = 459 (100%)
R 118 of 459 ~ 25.71%
G 188 of 459 ~ 40.96%
B 153 of 459 ~ 33.33%

%25.71
%40.96
%33.33

CMYK RENK MODELİ

#76BC99 rengi CMYK tonu (37,0,19,26).

  • camgöbeği tonu 37.23%
  • eflatun tonu 0.00%
  • sarı tonu 18.62%
  • ana renk tonu 26.27%
CMYK:
(37,0,19,26)
C37M0Y19K26 
(37%,0%,19%,26%)
(0.37/0.00/0.19/0.26)	

CMYK yüzdeleri

%37.23
%0
%18.62
%26.27

Codes

Color #76BC99 in popluar color models

76BC99
RGB118188153
HSL150°34.31%60.00%
HSB/HSV150°37.23%73.73%
CMYK37.23%0.00%18.62%
26.27%

Color #76BC99 in popluar number systems.

HEX76BC99
Decimal118188153
Binary11101101011110010011001
Octal166274231

Shades and tints

Shades of #76BC99

#76BC99
(118,188,153)
#6CAB8C
(108,171,140)
#629A7F
(98,154,127)
#588972
(88,137,114)
#4E7865
(78,120,101)
#446758
(68,103,88)
#3A564B
(58,86,75)
#30453E
(48,69,62)
#263431
(38,52,49)
#1C2324
(28,35,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #76BC99

#76BC99
(118,188,153)
#82C2A2
(130,194,162)
#8EC8AB
(142,200,171)
#9ACEB4
(154,206,180)
#A6D4BD
(166,212,189)
#B2DAC6
(178,218,198)
#BEE0CF
(190,224,207)
#CAE6D8
(202,230,216)
#D6ECE1
(214,236,225)
#E2F2EA
(226,242,234)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BC99 color. Also use rgb(118,188,153) instead hex code.

Text Font Color

.myTextColor { color: #76BC99; }

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

This text font color is #76BC99.


Background Color

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

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

This div background color is #76BC99.


Border color

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

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

This div border color is #76BC99.


Opacity

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

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

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

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

This text has shadow with #76BC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BC99 on black background.


Color preview on white background

This text has color #76BC99 on white background.



Black color preview on #76BC99 background

This text has black color on #76BC99 background.


White color preview on #76BC99 background

This text has white color on #76BC99 background.