COLOR #52ABC4

HEX: #52ABC4
RGB: (82,171,196)

Color info

#52ABC4 contains mainly green and blue colors. Web safe color of #52ABC4 is #6699CC (or #69C).

RGB color model

#52ABC4 color RGB value is (82,171,196).

  • red value is 82;
  • green value is 171;
  • blue value is 196.
RGB:
(82,171,196)
(32%,67%,77%)

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 196 of 255 = 77%

82
171
196

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

Portions of RGB colors in percentages

R + G + B =
82 + 171 + 196 = 449 (100%)
R 82 of 449 ~ 18.26%
G 171 of 449 ~ 38.08%
B 196 of 449 ~ 43.65%

%18.26
%38.08
%43.65

CMYK color model

#52ABC4 color CMYK value is (58,13,0,23).

  • cyan value is 58.16%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(58,13,0,23)
C58M13Y0K23 
(58%,13%,0%,23%)
(0.58/0.13/0.00/0.23)	

CMYK percentages

%58.16
%12.76
%0
%23.14

Codes

Color #52ABC4 in popluar color models

52ABC4
RGB82171196
HSL193°49.14%54.51%
HSB/HSV193°58.16%76.86%
CMYK58.16%12.76%0.00%
23.14%

Color #52ABC4 in popluar number systems.

HEX52ABC4
Decimal82171196
Binary10100101010101111000100
Octal122253304

Shades and tints

Shades of #52ABC4

#52ABC4
(82,171,196)
#4B9CB3
(75,156,179)
#448DA2
(68,141,162)
#3D7E91
(61,126,145)
#366F80
(54,111,128)
#2F606F
(47,96,111)
#28515E
(40,81,94)
#21424D
(33,66,77)
#1A333C
(26,51,60)
#13242B
(19,36,43)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #52ABC4

#52ABC4
(82,171,196)
#61B2C9
(97,178,201)
#70B9CE
(112,185,206)
#7FC0D3
(127,192,211)
#8EC7D8
(142,199,216)
#9DCEDD
(157,206,221)
#ACD5E2
(172,213,226)
#BBDCE7
(187,220,231)
#CAE3EC
(202,227,236)
#D9EAF1
(217,234,241)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52ABC4 color. Also use rgb(82,171,196) instead hex code.

Text Font Color

.myTextColor { color: #52ABC4; }

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

This text font color is #52ABC4.


Background Color

.myBgColor { background-color: #52ABC4; }

<div style="background-color:#52ABC4">Inner text</div>

This div background color is #52ABC4.


Border color

.myBorderColor { border: 1px solid #52ABC4; }

<div style="border:3px solid #52ABC4">Div</div>

This div border color is #52ABC4.


Opacity

.myOpacity80 { color: #52ABC4; opacity: 0.8; }

<p style="color:#52ABC4;opacity:0.8;">80%</p>

Text with #52ABC4 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 #52ABC4;}

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

This text has shadow with #52ABC4 color.

.textShadow {text-shadow: 3px 3px 1px #52ABC4, 3px 3px 1px red;}

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

This text has shadow with #52ABC4 primary color and red secondary color.


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

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

This text has shadow with #52ABC4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52ABC4 on black background.


Color preview on white background

This text has color #52ABC4 on white background.



Black color preview on #52ABC4 background

This text has black color on #52ABC4 background.


White color preview on #52ABC4 background

This text has white color on #52ABC4 background.