COLOR #74B5A6

HEX: #74B5A6
RGB: (116,181,166)

Renk bilgisi

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

RGB renk modeli

#74B5A6 color RGB value is (116,181,166).

  • kırmız ton 116;
  • yeşil ton 181;
  • mavi ton 166.
RGB:
(116,181,166)
(45%,71%,65%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 181 of 255 = 71%
B 166 of 255 = 65%

116
181
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 181 + 166 = 463 (100%)
R 116 of 463 ~ 25.05%
G 181 of 463 ~ 39.09%
B 166 of 463 ~ 35.85%

%25.05
%39.09
%35.85

CMYK RENK MODELİ

#74B5A6 rengi CMYK tonu (36,0,8,29).

  • camgöbeği tonu 35.91%
  • eflatun tonu 0.00%
  • sarı tonu 8.29%
  • ana renk tonu 29.02%
CMYK:
(36,0,8,29)
C36M0Y8K29 
(36%,0%,8%,29%)
(0.36/0.00/0.08/0.29)	

CMYK yüzdeleri

%35.91
%0
%8.29
%29.02

Codes

Color #74B5A6 in popluar color models

74B5A6
RGB116181166
HSL166°30.52%58.24%
HSB/HSV166°35.91%70.98%
CMYK35.91%0.00%8.29%
29.02%

Color #74B5A6 in popluar number systems.

HEX74B5A6
Decimal116181166
Binary11101001011010110100110
Octal164265246

Shades and tints

Shades of #74B5A6

#74B5A6
(116,181,166)
#6AA597
(106,165,151)
#609588
(96,149,136)
#568579
(86,133,121)
#4C756A
(76,117,106)
#42655B
(66,101,91)
#38554C
(56,85,76)
#2E453D
(46,69,61)
#24352E
(36,53,46)
#1A251F
(26,37,31)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #74B5A6

#74B5A6
(116,181,166)
#80BBAE
(128,187,174)
#8CC1B6
(140,193,182)
#98C7BE
(152,199,190)
#A4CDC6
(164,205,198)
#B0D3CE
(176,211,206)
#BCD9D6
(188,217,214)
#C8DFDE
(200,223,222)
#D4E5E6
(212,229,230)
#E0EBEE
(224,235,238)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B5A6 color. Also use rgb(116,181,166) instead hex code.

Text Font Color

.myTextColor { color: #74B5A6; }

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

This text font color is #74B5A6.


Background Color

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

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

This div background color is #74B5A6.


Border color

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

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

This div border color is #74B5A6.


Opacity

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

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

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

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

This text has shadow with #74B5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B5A6 on black background.


Color preview on white background

This text has color #74B5A6 on white background.



Black color preview on #74B5A6 background

This text has black color on #74B5A6 background.


White color preview on #74B5A6 background

This text has white color on #74B5A6 background.