COLOR #53BEB3

HEX: #53BEB3
RGB: (83,190,179)

Color info

#53BEB3 contains mainly green and blue colors. Web safe color of #53BEB3 is #66CC99 (or #6C9).

RGB color model

#53BEB3 color RGB value is (83,190,179).

  • red value is 83;
  • green value is 190;
  • blue value is 179.
RGB:
(83,190,179)
(33%,75%,70%)

RGB channels and saturation

R 83 of 255 = 33%
G 190 of 255 = 75%
B 179 of 255 = 70%

83
190
179

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

Portions of RGB colors in percentages

R + G + B =
83 + 190 + 179 = 452 (100%)
R 83 of 452 ~ 18.36%
G 190 of 452 ~ 42.04%
B 179 of 452 ~ 39.6%

%18.36
%42.04
%39.6

CMYK color model

#53BEB3 color CMYK value is (56,0,6,25).

  • cyan value is 56.32%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(56,0,6,25)
C56M0Y6K25 
(56%,0%,6%,25%)
(0.56/0.00/0.06/0.25)	

CMYK percentages

%56.32
%0
%5.79
%25.49

Codes

Color #53BEB3 in popluar color models

53BEB3
RGB83190179
HSL174°45.15%53.53%
HSB/HSV174°56.32%74.51%
CMYK56.32%0.00%5.79%
25.49%

Color #53BEB3 in popluar number systems.

HEX53BEB3
Decimal83190179
Binary10100111011111010110011
Octal123276263

Shades and tints

Shades of #53BEB3

#53BEB3
(83,190,179)
#4CADA3
(76,173,163)
#459C93
(69,156,147)
#3E8B83
(62,139,131)
#377A73
(55,122,115)
#306963
(48,105,99)
#295853
(41,88,83)
#224743
(34,71,67)
#1B3633
(27,54,51)
#142523
(20,37,35)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #53BEB3

#53BEB3
(83,190,179)
#62C3B9
(98,195,185)
#71C8BF
(113,200,191)
#80CDC5
(128,205,197)
#8FD2CB
(143,210,203)
#9ED7D1
(158,215,209)
#ADDCD7
(173,220,215)
#BCE1DD
(188,225,221)
#CBE6E3
(203,230,227)
#DAEBE9
(218,235,233)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BEB3; }

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

This text font color is #53BEB3.


Background Color

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

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

This div background color is #53BEB3.


Border color

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

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

This div border color is #53BEB3.


Opacity

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

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

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

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

This text has shadow with #53BEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BEB3 on black background.


Color preview on white background

This text has color #53BEB3 on white background.



Black color preview on #53BEB3 background

This text has black color on #53BEB3 background.


White color preview on #53BEB3 background

This text has white color on #53BEB3 background.