COLOR #53BFA2

HEX: #53BFA2
RGB: (83,191,162)

Color info

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

RGB color model

#53BFA2 color RGB value is (83,191,162).

  • red value is 83;
  • green value is 191;
  • blue value is 162.
RGB:
(83,191,162)
(33%,75%,64%)

RGB channels and saturation

R 83 of 255 = 33%
G 191 of 255 = 75%
B 162 of 255 = 64%

83
191
162

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

Portions of RGB colors in percentages

R + G + B =
83 + 191 + 162 = 436 (100%)
R 83 of 436 ~ 19.04%
G 191 of 436 ~ 43.81%
B 162 of 436 ~ 37.16%

%19.04
%43.81
%37.16

CMYK color model

#53BFA2 color CMYK value is (57,0,15,25).

  • cyan value is 56.54%
  • magenta value is 0.00%
  • yellow value is 15.18%
  • key color value is 25.10%
CMYK:
(57,0,15,25)
C57M0Y15K25 
(57%,0%,15%,25%)
(0.57/0.00/0.15/0.25)	

CMYK percentages

%56.54
%0
%15.18
%25.1

Codes

Color #53BFA2 in popluar color models

53BFA2
RGB83191162
HSL164°45.76%53.73%
HSB/HSV164°56.54%74.90%
CMYK56.54%0.00%15.18%
25.10%

Color #53BFA2 in popluar number systems.

HEX53BFA2
Decimal83191162
Binary10100111011111110100010
Octal123277242

Shades and tints

Shades of #53BFA2

#53BFA2
(83,191,162)
#4CAE94
(76,174,148)
#459D86
(69,157,134)
#3E8C78
(62,140,120)
#377B6A
(55,123,106)
#306A5C
(48,106,92)
#29594E
(41,89,78)
#224840
(34,72,64)
#1B3732
(27,55,50)
#142624
(20,38,36)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #53BFA2

#53BFA2
(83,191,162)
#62C4AA
(98,196,170)
#71C9B2
(113,201,178)
#80CEBA
(128,206,186)
#8FD3C2
(143,211,194)
#9ED8CA
(158,216,202)
#ADDDD2
(173,221,210)
#BCE2DA
(188,226,218)
#CBE7E2
(203,231,226)
#DAECEA
(218,236,234)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BFA2; }

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

This text font color is #53BFA2.


Background Color

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

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

This div background color is #53BFA2.


Border color

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

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

This div border color is #53BFA2.


Opacity

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

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

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

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

This text has shadow with #53BFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53BFA2 on black background.


Color preview on white background

This text has color #53BFA2 on white background.



Black color preview on #53BFA2 background

This text has black color on #53BFA2 background.


White color preview on #53BFA2 background

This text has white color on #53BFA2 background.