COLOR #50B2B0

HEX: #50B2B0
RGB: (80,178,176)

Renk bilgisi

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

RGB renk modeli

#50B2B0 color RGB value is (80,178,176).

  • kırmız ton 80;
  • yeşil ton 178;
  • mavi ton 176.
RGB:
(80,178,176)
(31%,70%,69%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 178 of 255 = 70%
B 176 of 255 = 69%

80
178
176

R + G + B ~ 57%. #50B2B0 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 178 + 176 = 434 (100%)
R 80 of 434 ~ 18.43%
G 178 of 434 ~ 41.01%
B 176 of 434 ~ 40.55%

%18.43
%41.01
%40.55

CMYK RENK MODELİ

#50B2B0 rengi CMYK tonu (55,0,1,30).

  • camgöbeği tonu 55.06%
  • eflatun tonu 0.00%
  • sarı tonu 1.12%
  • ana renk tonu 30.20%
CMYK:
(55,0,1,30)
C55M0Y1K30 
(55%,0%,1%,30%)
(0.55/0.00/0.01/0.30)	

CMYK yüzdeleri

%55.06
%0
%1.12
%30.2

Codes

Color #50B2B0 in popluar color models

50B2B0
RGB80178176
HSL179°38.89%50.59%
HSB/HSV179°55.06%69.80%
CMYK55.06%0.00%1.12%
30.20%

Color #50B2B0 in popluar number systems.

HEX50B2B0
Decimal80178176
Binary10100001011001010110000
Octal120262260

Shades and tints

Shades of #50B2B0

#50B2B0
(80,178,176)
#49A2A0
(73,162,160)
#429290
(66,146,144)
#3B8280
(59,130,128)
#347270
(52,114,112)
#2D6260
(45,98,96)
#265250
(38,82,80)
#1F4240
(31,66,64)
#183230
(24,50,48)
#112220
(17,34,32)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #50B2B0

#50B2B0
(80,178,176)
#5FB9B7
(95,185,183)
#6EC0BE
(110,192,190)
#7DC7C5
(125,199,197)
#8CCECC
(140,206,204)
#9BD5D3
(155,213,211)
#AADCDA
(170,220,218)
#B9E3E1
(185,227,225)
#C8EAE8
(200,234,232)
#D7F1EF
(215,241,239)
#E6F8F6
(230,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B2B0 color. Also use rgb(80,178,176) instead hex code.

Text Font Color

.myTextColor { color: #50B2B0; }

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

This text font color is #50B2B0.


Background Color

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

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

This div background color is #50B2B0.


Border color

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

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

This div border color is #50B2B0.


Opacity

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

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

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

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

This text has shadow with #50B2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B2B0 on black background.


Color preview on white background

This text has color #50B2B0 on white background.



Black color preview on #50B2B0 background

This text has black color on #50B2B0 background.


White color preview on #50B2B0 background

This text has white color on #50B2B0 background.