COLOR #53B4BA

HEX: #53B4BA
RGB: (83,180,186)

Renk bilgisi

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

RGB renk modeli

#53B4BA color RGB value is (83,180,186).

  • kırmız ton 83;
  • yeşil ton 180;
  • mavi ton 186.
RGB:
(83,180,186)
(33%,71%,73%)

RGB bağlantıları ve doygunluk

R 83 of 255 = 33%
G 180 of 255 = 71%
B 186 of 255 = 73%

83
180
186

R + G + B ~ 59%. #53B4BA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
83 + 180 + 186 = 449 (100%)
R 83 of 449 ~ 18.49%
G 180 of 449 ~ 40.09%
B 186 of 449 ~ 41.43%

%18.49
%40.09
%41.43

CMYK RENK MODELİ

#53B4BA rengi CMYK tonu (55,3,0,27).

  • camgöbeği tonu 55.38%
  • eflatun tonu 3.23%
  • sarı tonu 0.00%
  • ana renk tonu 27.06%
CMYK:
(55,3,0,27)
C55M3Y0K27 
(55%,3%,0%,27%)
(0.55/0.03/0.00/0.27)	

CMYK yüzdeleri

%55.38
%3.23
%0
%27.06

Codes

Color #53B4BA in popluar color models

53B4BA
RGB83180186
HSL183°42.74%52.75%
HSB/HSV183°55.38%72.94%
CMYK55.38%3.23%0.00%
27.06%

Color #53B4BA in popluar number systems.

HEX53B4BA
Decimal83180186
Binary10100111011010010111010
Octal123264272

Shades and tints

Shades of #53B4BA

#53B4BA
(83,180,186)
#4CA4AA
(76,164,170)
#45949A
(69,148,154)
#3E848A
(62,132,138)
#37747A
(55,116,122)
#30646A
(48,100,106)
#29545A
(41,84,90)
#22444A
(34,68,74)
#1B343A
(27,52,58)
#14242A
(20,36,42)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #53B4BA

#53B4BA
(83,180,186)
#62BAC0
(98,186,192)
#71C0C6
(113,192,198)
#80C6CC
(128,198,204)
#8FCCD2
(143,204,210)
#9ED2D8
(158,210,216)
#ADD8DE
(173,216,222)
#BCDEE4
(188,222,228)
#CBE4EA
(203,228,234)
#DAEAF0
(218,234,240)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B4BA color. Also use rgb(83,180,186) instead hex code.

Text Font Color

.myTextColor { color: #53B4BA; }

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

This text font color is #53B4BA.


Background Color

.myBgColor { background-color: #53B4BA; }

<div style="background-color:#53B4BA">Inner text</div>

This div background color is #53B4BA.


Border color

.myBorderColor { border: 1px solid #53B4BA; }

<div style="border:3px solid #53B4BA">Div</div>

This div border color is #53B4BA.


Opacity

.myOpacity80 { color: #53B4BA; opacity: 0.8; }

<p style="color:#53B4BA;opacity:0.8;">80%</p>

Text with #53B4BA 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 #53B4BA;}

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

This text has shadow with #53B4BA color.

.textShadow {text-shadow: 3px 3px 1px #53B4BA, 3px 3px 1px red;}

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

This text has shadow with #53B4BA primary color and red secondary color.


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

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

This text has shadow with #53B4BA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B4BA on black background.


Color preview on white background

This text has color #53B4BA on white background.



Black color preview on #53B4BA background

This text has black color on #53B4BA background.


White color preview on #53B4BA background

This text has white color on #53B4BA background.