COLOR #74B4B8

HEX: #74B4B8
RGB: (116,180,184)

Renk bilgisi

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

RGB renk modeli

#74B4B8 color RGB value is (116,180,184).

  • kırmız ton 116;
  • yeşil ton 180;
  • mavi ton 184.
RGB:
(116,180,184)
(45%,71%,72%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 180 of 255 = 71%
B 184 of 255 = 72%

116
180
184

R + G + B ~ 63%. #74B4B8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 180 + 184 = 480 (100%)
R 116 of 480 ~ 24.17%
G 180 of 480 ~ 37.5%
B 184 of 480 ~ 38.33%

%24.17
%37.5
%38.33

CMYK RENK MODELİ

#74B4B8 rengi CMYK tonu (37,2,0,28).

  • camgöbeği tonu 36.96%
  • eflatun tonu 2.17%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(37,2,0,28)
C37M2Y0K28 
(37%,2%,0%,28%)
(0.37/0.02/0.00/0.28)	

CMYK yüzdeleri

%36.96
%2.17
%0
%27.84

Codes

Color #74B4B8 in popluar color models

74B4B8
RGB116180184
HSL184°32.38%58.82%
HSB/HSV184°36.96%72.16%
CMYK36.96%2.17%0.00%
27.84%

Color #74B4B8 in popluar number systems.

HEX74B4B8
Decimal116180184
Binary11101001011010010111000
Octal164264270

Shades and tints

Shades of #74B4B8

#74B4B8
(116,180,184)
#6AA4A8
(106,164,168)
#609498
(96,148,152)
#568488
(86,132,136)
#4C7478
(76,116,120)
#426468
(66,100,104)
#385458
(56,84,88)
#2E4448
(46,68,72)
#243438
(36,52,56)
#1A2428
(26,36,40)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #74B4B8

#74B4B8
(116,180,184)
#80BABE
(128,186,190)
#8CC0C4
(140,192,196)
#98C6CA
(152,198,202)
#A4CCD0
(164,204,208)
#B0D2D6
(176,210,214)
#BCD8DC
(188,216,220)
#C8DEE2
(200,222,226)
#D4E4E8
(212,228,232)
#E0EAEE
(224,234,238)
#ECF0F4
(236,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B4B8 color. Also use rgb(116,180,184) instead hex code.

Text Font Color

.myTextColor { color: #74B4B8; }

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

This text font color is #74B4B8.


Background Color

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

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

This div background color is #74B4B8.


Border color

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

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

This div border color is #74B4B8.


Opacity

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

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

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

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

This text has shadow with #74B4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B4B8 on black background.


Color preview on white background

This text has color #74B4B8 on white background.



Black color preview on #74B4B8 background

This text has black color on #74B4B8 background.


White color preview on #74B4B8 background

This text has white color on #74B4B8 background.