COLOR #74B196

HEX: #74B196
RGB: (116,177,150)

Renk bilgisi

#74B196 contains mainly green and blue colors. #74B196 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#74B196 color RGB value is (116,177,150).

  • kırmız ton 116;
  • yeşil ton 177;
  • mavi ton 150.
RGB:
(116,177,150)
(45%,69%,59%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 177 of 255 = 69%
B 150 of 255 = 59%

116
177
150

R + G + B ~ 58%. #74B196 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 177 + 150 = 443 (100%)
R 116 of 443 ~ 26.19%
G 177 of 443 ~ 39.95%
B 150 of 443 ~ 33.86%

%26.19
%39.95
%33.86

CMYK RENK MODELİ

#74B196 rengi CMYK tonu (34,0,15,31).

  • camgöbeği tonu 34.46%
  • eflatun tonu 0.00%
  • sarı tonu 15.25%
  • ana renk tonu 30.59%
CMYK:
(34,0,15,31)
C34M0Y15K31 
(34%,0%,15%,31%)
(0.34/0.00/0.15/0.31)	

CMYK yüzdeleri

%34.46
%0
%15.25
%30.59

Codes

Color #74B196 in popluar color models

74B196
RGB116177150
HSL153°28.11%57.45%
HSB/HSV153°34.46%69.41%
CMYK34.46%0.00%15.25%
30.59%

Color #74B196 in popluar number systems.

HEX74B196
Decimal116177150
Binary11101001011000110010110
Octal164261226

Shades and tints

Shades of #74B196

#74B196
(116,177,150)
#6AA189
(106,161,137)
#60917C
(96,145,124)
#56816F
(86,129,111)
#4C7162
(76,113,98)
#426155
(66,97,85)
#385148
(56,81,72)
#2E413B
(46,65,59)
#24312E
(36,49,46)
#1A2121
(26,33,33)
#101114
(16,17,20)
#000000
(0,0,0)

Tints of #74B196

#74B196
(116,177,150)
#80B89F
(128,184,159)
#8CBFA8
(140,191,168)
#98C6B1
(152,198,177)
#A4CDBA
(164,205,186)
#B0D4C3
(176,212,195)
#BCDBCC
(188,219,204)
#C8E2D5
(200,226,213)
#D4E9DE
(212,233,222)
#E0F0E7
(224,240,231)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B196 color. Also use rgb(116,177,150) instead hex code.

Text Font Color

.myTextColor { color: #74B196; }

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

This text font color is #74B196.


Background Color

.myBgColor { background-color: #74B196; }

<div style="background-color:#74B196">Inner text</div>

This div background color is #74B196.


Border color

.myBorderColor { border: 1px solid #74B196; }

<div style="border:3px solid #74B196">Div</div>

This div border color is #74B196.


Opacity

.myOpacity80 { color: #74B196; opacity: 0.8; }

<p style="color:#74B196;opacity:0.8;">80%</p>

Text with #74B196 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 #74B196;}

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

This text has shadow with #74B196 color.

.textShadow {text-shadow: 3px 3px 1px #74B196, 3px 3px 1px red;}

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

This text has shadow with #74B196 primary color and red secondary color.


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

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

This text has shadow with #74B196 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B196 on black background.


Color preview on white background

This text has color #74B196 on white background.



Black color preview on #74B196 background

This text has black color on #74B196 background.


White color preview on #74B196 background

This text has white color on #74B196 background.