COLOR #50C9C0

HEX: #50C9C0
RGB: (80,201,192)

Renk bilgisi

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

RGB renk modeli

#50C9C0 color RGB value is (80,201,192).

  • kırmız ton 80;
  • yeşil ton 201;
  • mavi ton 192.
RGB:
(80,201,192)
(31%,79%,75%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 201 of 255 = 79%
B 192 of 255 = 75%

80
201
192

R + G + B ~ 62%. #50C9C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 201 + 192 = 473 (100%)
R 80 of 473 ~ 16.91%
G 201 of 473 ~ 42.49%
B 192 of 473 ~ 40.59%

%16.91
%42.49
%40.59

CMYK RENK MODELİ

#50C9C0 rengi CMYK tonu (60,0,4,21).

  • camgöbeği tonu 60.20%
  • eflatun tonu 0.00%
  • sarı tonu 4.48%
  • ana renk tonu 21.18%
CMYK:
(60,0,4,21)
C60M0Y4K21 
(60%,0%,4%,21%)
(0.60/0.00/0.04/0.21)	

CMYK yüzdeleri

%60.2
%0
%4.48
%21.18

Codes

Color #50C9C0 in popluar color models

50C9C0
RGB80201192
HSL176°52.84%55.10%
HSB/HSV176°60.20%78.82%
CMYK60.20%0.00%4.48%
21.18%

Color #50C9C0 in popluar number systems.

HEX50C9C0
Decimal80201192
Binary10100001100100111000000
Octal120311300

Shades and tints

Shades of #50C9C0

#50C9C0
(80,201,192)
#49B7AF
(73,183,175)
#42A59E
(66,165,158)
#3B938D
(59,147,141)
#34817C
(52,129,124)
#2D6F6B
(45,111,107)
#265D5A
(38,93,90)
#1F4B49
(31,75,73)
#183938
(24,57,56)
#112727
(17,39,39)
#0A1516
(10,21,22)
#000000
(0,0,0)

Tints of #50C9C0

#50C9C0
(80,201,192)
#5FCDC5
(95,205,197)
#6ED1CA
(110,209,202)
#7DD5CF
(125,213,207)
#8CD9D4
(140,217,212)
#9BDDD9
(155,221,217)
#AAE1DE
(170,225,222)
#B9E5E3
(185,229,227)
#C8E9E8
(200,233,232)
#D7EDED
(215,237,237)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50C9C0 color. Also use rgb(80,201,192) instead hex code.

Text Font Color

.myTextColor { color: #50C9C0; }

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

This text font color is #50C9C0.


Background Color

.myBgColor { background-color: #50C9C0; }

<div style="background-color:#50C9C0">Inner text</div>

This div background color is #50C9C0.


Border color

.myBorderColor { border: 1px solid #50C9C0; }

<div style="border:3px solid #50C9C0">Div</div>

This div border color is #50C9C0.


Opacity

.myOpacity80 { color: #50C9C0; opacity: 0.8; }

<p style="color:#50C9C0;opacity:0.8;">80%</p>

Text with #50C9C0 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 #50C9C0;}

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

This text has shadow with #50C9C0 color.

.textShadow {text-shadow: 3px 3px 1px #50C9C0, 3px 3px 1px red;}

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

This text has shadow with #50C9C0 primary color and red secondary color.


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

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

This text has shadow with #50C9C0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50C9C0 on black background.


Color preview on white background

This text has color #50C9C0 on white background.



Black color preview on #50C9C0 background

This text has black color on #50C9C0 background.


White color preview on #50C9C0 background

This text has white color on #50C9C0 background.