COLOR #53BAB9

HEX: #53BAB9 RGB: (83,186,185)

Color info

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

RGB color model

#53BAB9 color RGB value is (83,186,185).

RGB: (83,186,185) (33%, 73%, 73%)

RGB channels and saturation

R 83 of 255 = 33%
G 186 of 255 = 73%
B 185 of 255 = 73%

83
186
185

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

Portions of RGB colors in percentages

R + G + B = 83 + 186 + 185 = 454 (100%)
R 83 of 454 ~ 18.28%
G 186 of 454 ~ 40.97%
B 185 of 454 ~ 40.75'%

%18.28
%40.97
%40.75

CMYK color model

#53BAB9 color CMYK value is (55,0,1,27).

  • cyan value is 55.38%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%

CMYK: (55,0,1,27)
C55M0Y1K27 (55%, 0%, 1%, 27%)
(0.55 / 0.00 / 0.01 / 0.27)

CMYK percentages

%55.38
%0
%0.54
%27.06

Codes

Color #53BAB9 in popluar color models

53 BA B9
RGB 83 186 185
HSL 179° 42.74% 52.75%
HSB/HSV 179° 55.38% 72.94%
CMYK 55.38% 0.00% 0.54%
27.06%

Color #53BAB9 in popluar number systems.

HEX 53 BA B9
Decimal 83 186 185
Binary 1010011 10111010 10111001
Octal 123 272 271

Shades and tints

Shades of #53BAB9

#53BAB9
(83,186,185)
#4CAAA9
(76,170,169)
#459A99
(69,154,153)
#3E8A89
(62,138,137)
#377A79
(55,122,121)
#306A69
(48,106,105)
#295A59
(41,90,89)
#224A49
(34,74,73)
#1B3A39
(27,58,57)
#142A29
(20,42,41)
#0D1A19
(13,26,25)
#000000
(0,0,0)

Tints of #53BAB9

#53BAB9
(83,186,185)
#62C0BF
(98,192,191)
#71C6C5
(113,198,197)
#80CCCB
(128,204,203)
#8FD2D1
(143,210,209)
#9ED8D7
(158,216,215)
#ADDEDD
(173,222,221)
#BCE4E3
(188,228,227)
#CBEAE9
(203,234,233)
#DAF0EF
(218,240,239)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53BAB9; }

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

This text font color is #53BAB9.

Background Color

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

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

This div background color is #53BAB9.

Border color

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

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

This div border color is #53BAB9.

Opacity

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

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

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

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

This text has shadow with #53BAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53BAB9.

Preview

Color preview on black background

This text has color #53BAB9 on black background.


Color preview on white background

This text has color #53BAB9 on white background.


Black color preview on #53BAB9 background

This text has black color on #53BAB9 background.


White color preview on #53BAB9 background

This text has white color on #53BAB9 background.


Related colors

Complementary color

Complementary color for #hex is #AC4546.


I love getcolorcode.com

Triadic colors

1 #B953BA and #BAB953 with #53BAB9 are triadic colors.

2 #B9BA53 and #BA53B9 with #53BAB9 are triadic colors.