COLOR #53F2BB

HEX: #53F2BB RGB: (83,242,187)

Color info

#53F2BB contains mainly green and blue colors. Web safe color of #53F2BB is #66FFCC (or #6FC).

RGB color model

#53F2BB color RGB value is (83,242,187).

RGB: (83,242,187) (33%, 95%, 73%)

RGB channels and saturation

R 83 of 255 = 33%
G 242 of 255 = 95%
B 187 of 255 = 73%

83
242
187

R + G + B ~ 67%. #53F2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 83 + 242 + 187 = 512 (100%)
R 83 of 512 ~ 16.21%
G 242 of 512 ~ 47.27%
B 187 of 512 ~ 36.52'%

%16.21
%47.27
%36.52

CMYK color model

#53F2BB color CMYK value is (66,0,23,5).

  • cyan value is 65.70%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 5.10%

CMYK: (66,0,23,5)
C66M0Y23K5 (66%, 0%, 23%, 5%)
(0.66 / 0.00 / 0.23 / 0.05)

CMYK percentages

%65.7
%0
%22.73
%5.1

Codes

Color #53F2BB in popluar color models

53 F2 BB
RGB 83 242 187
HSL 159° 85.95% 63.73%
HSB/HSV 159° 65.70% 94.90%
CMYK 65.70% 0.00% 22.73%
5.10%

Color #53F2BB in popluar number systems.

HEX 53 F2 BB
Decimal 83 242 187
Binary 1010011 11110010 10111011
Octal 123 362 273

Shades and tints

Shades of #53F2BB

#53F2BB
(83,242,187)
#4CDCAA
(76,220,170)
#45C699
(69,198,153)
#3EB088
(62,176,136)
#379A77
(55,154,119)
#308466
(48,132,102)
#296E55
(41,110,85)
#225844
(34,88,68)
#1B4233
(27,66,51)
#142C22
(20,44,34)
#0D1611
(13,22,17)
#000000
(0,0,0)

Tints of #53F2BB

#53F2BB
(83,242,187)
#62F3C1
(98,243,193)
#71F4C7
(113,244,199)
#80F5CD
(128,245,205)
#8FF6D3
(143,246,211)
#9EF7D9
(158,247,217)
#ADF8DF
(173,248,223)
#BCF9E5
(188,249,229)
#CBFAEB
(203,250,235)
#DAFBF1
(218,251,241)
#E9FCF7
(233,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53F2BB; }

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

This text font color is #53F2BB.

Background Color

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

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

This div background color is #53F2BB.

Border color

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

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

This div border color is #53F2BB.

Opacity

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

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

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

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

This text has shadow with #53F2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53F2BB.

Preview

Color preview on black background

This text has color #53F2BB on black background.


Color preview on white background

This text has color #53F2BB on white background.


Black color preview on #53F2BB background

This text has black color on #53F2BB background.


White color preview on #53F2BB background

This text has white color on #53F2BB background.


Related colors

Complementary color

Complementary color for #hex is #AC0D44.


I love getcolorcode.com

Triadic colors

1 #BB53F2 and #F2BB53 with #53F2BB are triadic colors.

2 #BBF253 and #F253BB with #53F2BB are triadic colors.