COLOR #74C0CB

HEX: #74C0CB
RGB: (116,192,203)

Renk bilgisi

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

RGB renk modeli

#74C0CB color RGB value is (116,192,203).

  • kırmız ton 116;
  • yeşil ton 192;
  • mavi ton 203.
RGB:
(116,192,203)
(45%,75%,80%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 192 of 255 = 75%
B 203 of 255 = 80%

116
192
203

R + G + B ~ 67%. #74C0CB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 192 + 203 = 511 (100%)
R 116 of 511 ~ 22.7%
G 192 of 511 ~ 37.57%
B 203 of 511 ~ 39.73%

%22.7
%37.57
%39.73

CMYK RENK MODELİ

#74C0CB rengi CMYK tonu (43,5,0,20).

  • camgöbeği tonu 42.86%
  • eflatun tonu 5.42%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(43,5,0,20)
C43M5Y0K20 
(43%,5%,0%,20%)
(0.43/0.05/0.00/0.20)	

CMYK yüzdeleri

%42.86
%5.42
%0
%20.39

Codes

Color #74C0CB in popluar color models

74C0CB
RGB116192203
HSL188°45.55%62.55%
HSB/HSV188°42.86%79.61%
CMYK42.86%5.42%0.00%
20.39%

Color #74C0CB in popluar number systems.

HEX74C0CB
Decimal116192203
Binary11101001100000011001011
Octal164300313

Shades and tints

Shades of #74C0CB

#74C0CB
(116,192,203)
#6AAFB9
(106,175,185)
#609EA7
(96,158,167)
#568D95
(86,141,149)
#4C7C83
(76,124,131)
#426B71
(66,107,113)
#385A5F
(56,90,95)
#2E494D
(46,73,77)
#24383B
(36,56,59)
#1A2729
(26,39,41)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #74C0CB

#74C0CB
(116,192,203)
#80C5CF
(128,197,207)
#8CCAD3
(140,202,211)
#98CFD7
(152,207,215)
#A4D4DB
(164,212,219)
#B0D9DF
(176,217,223)
#BCDEE3
(188,222,227)
#C8E3E7
(200,227,231)
#D4E8EB
(212,232,235)
#E0EDEF
(224,237,239)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74C0CB color. Also use rgb(116,192,203) instead hex code.

Text Font Color

.myTextColor { color: #74C0CB; }

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

This text font color is #74C0CB.


Background Color

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

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

This div background color is #74C0CB.


Border color

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

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

This div border color is #74C0CB.


Opacity

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

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

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

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

This text has shadow with #74C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74C0CB on black background.


Color preview on white background

This text has color #74C0CB on white background.



Black color preview on #74C0CB background

This text has black color on #74C0CB background.


White color preview on #74C0CB background

This text has white color on #74C0CB background.