COLOR #53C5CD

HEX: #53C5CD
RGB: (83,197,205)

Color info

#53C5CD contains mainly green and blue colors. Web safe color of #53C5CD is #66CCCC (or #6CC).

RGB color model

#53C5CD color RGB value is (83,197,205).

  • red value is 83;
  • green value is 197;
  • blue value is 205.
RGB:
(83,197,205)
(33%,77%,80%)

RGB channels and saturation

R 83 of 255 = 33%
G 197 of 255 = 77%
B 205 of 255 = 80%

83
197
205

R + G + B ~ 63%. #53C5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 197 + 205 = 485 (100%)
R 83 of 485 ~ 17.11%
G 197 of 485 ~ 40.62%
B 205 of 485 ~ 42.27%

%17.11
%40.62
%42.27

CMYK color model

#53C5CD color CMYK value is (60,4,0,20).

  • cyan value is 59.51%
  • magenta value is 3.90%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(60,4,0,20)
C60M4Y0K20 
(60%,4%,0%,20%)
(0.60/0.04/0.00/0.20)	

CMYK percentages

%59.51
%3.9
%0
%19.61

Codes

Color #53C5CD in popluar color models

53C5CD
RGB83197205
HSL184°54.95%56.47%
HSB/HSV184°59.51%80.39%
CMYK59.51%3.90%0.00%
19.61%

Color #53C5CD in popluar number systems.

HEX53C5CD
Decimal83197205
Binary10100111100010111001101
Octal123305315

Shades and tints

Shades of #53C5CD

#53C5CD
(83,197,205)
#4CB4BB
(76,180,187)
#45A3A9
(69,163,169)
#3E9297
(62,146,151)
#378185
(55,129,133)
#307073
(48,112,115)
#295F61
(41,95,97)
#224E4F
(34,78,79)
#1B3D3D
(27,61,61)
#142C2B
(20,44,43)
#0D1B19
(13,27,25)
#000000
(0,0,0)

Tints of #53C5CD

#53C5CD
(83,197,205)
#62CAD1
(98,202,209)
#71CFD5
(113,207,213)
#80D4D9
(128,212,217)
#8FD9DD
(143,217,221)
#9EDEE1
(158,222,225)
#ADE3E5
(173,227,229)
#BCE8E9
(188,232,233)
#CBEDED
(203,237,237)
#DAF2F1
(218,242,241)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53C5CD color. Also use rgb(83,197,205) instead hex code.

Text Font Color

.myTextColor { color: #53C5CD; }

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

This text font color is #53C5CD.


Background Color

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

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

This div background color is #53C5CD.


Border color

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

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

This div border color is #53C5CD.


Opacity

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

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

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

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

This text has shadow with #53C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C5CD on black background.


Color preview on white background

This text has color #53C5CD on white background.



Black color preview on #53C5CD background

This text has black color on #53C5CD background.


White color preview on #53C5CD background

This text has white color on #53C5CD background.