COLOR #53C2C2

HEX: #53C2C2
RGB: (83,194,194)

Color info

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

RGB color model

#53C2C2 color RGB value is (83,194,194).

  • red value is 83;
  • green value is 194;
  • blue value is 194.
RGB:
(83,194,194)
(33%,76%,76%)

RGB channels and saturation

R 83 of 255 = 33%
G 194 of 255 = 76%
B 194 of 255 = 76%

83
194
194

R + G + B ~ 62%. #53C2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
83 + 194 + 194 = 471 (100%)
R 83 of 471 ~ 17.62%
G 194 of 471 ~ 41.19%
B 194 of 471 ~ 41.19%

%17.62
%41.19
%41.19

CMYK color model

#53C2C2 color CMYK value is (57,0,0,24).

  • cyan value is 57.22%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(57,0,0,24)
C57M0Y0K24 
(57%,0%,0%,24%)
(0.57/0.00/0.00/0.24)	

CMYK percentages

%57.22
%0
%0
%23.92

Codes

Color #53C2C2 in popluar color models

53C2C2
RGB83194194
HSL180°47.64%54.31%
HSB/HSV180°57.22%76.08%
CMYK57.22%0.00%0.00%
23.92%

Color #53C2C2 in popluar number systems.

HEX53C2C2
Decimal83194194
Binary10100111100001011000010
Octal123302302

Shades and tints

Shades of #53C2C2

#53C2C2
(83,194,194)
#4CB1B1
(76,177,177)
#45A0A0
(69,160,160)
#3E8F8F
(62,143,143)
#377E7E
(55,126,126)
#306D6D
(48,109,109)
#295C5C
(41,92,92)
#224B4B
(34,75,75)
#1B3A3A
(27,58,58)
#142929
(20,41,41)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #53C2C2

#53C2C2
(83,194,194)
#62C7C7
(98,199,199)
#71CCCC
(113,204,204)
#80D1D1
(128,209,209)
#8FD6D6
(143,214,214)
#9EDBDB
(158,219,219)
#ADE0E0
(173,224,224)
#BCE5E5
(188,229,229)
#CBEAEA
(203,234,234)
#DAEFEF
(218,239,239)
#E9F4F4
(233,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53C2C2; }

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

This text font color is #53C2C2.


Background Color

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

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

This div background color is #53C2C2.


Border color

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

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

This div border color is #53C2C2.


Opacity

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

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

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

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

This text has shadow with #53C2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53C2C2 on black background.


Color preview on white background

This text has color #53C2C2 on white background.



Black color preview on #53C2C2 background

This text has black color on #53C2C2 background.


White color preview on #53C2C2 background

This text has white color on #53C2C2 background.