COLOR #52B198

HEX: #52B198
RGB: (82,177,152)

Color info

#52B198 contains mainly green and blue colors. Web safe color of #52B198 is #669999 (or #699).

RGB color model

#52B198 color RGB value is (82,177,152).

  • red value is 82;
  • green value is 177;
  • blue value is 152.
RGB:
(82,177,152)
(32%,69%,60%)

RGB channels and saturation

R 82 of 255 = 32%
G 177 of 255 = 69%
B 152 of 255 = 60%

82
177
152

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

Portions of RGB colors in percentages

R + G + B =
82 + 177 + 152 = 411 (100%)
R 82 of 411 ~ 19.95%
G 177 of 411 ~ 43.07%
B 152 of 411 ~ 36.98%

%19.95
%43.07
%36.98

CMYK color model

#52B198 color CMYK value is (54,0,14,31).

  • cyan value is 53.67%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(54,0,14,31)
C54M0Y14K31 
(54%,0%,14%,31%)
(0.54/0.00/0.14/0.31)	

CMYK percentages

%53.67
%0
%14.12
%30.59

Codes

Color #52B198 in popluar color models

52B198
RGB82177152
HSL164°37.85%50.78%
HSB/HSV164°53.67%69.41%
CMYK53.67%0.00%14.12%
30.59%

Color #52B198 in popluar number systems.

HEX52B198
Decimal82177152
Binary10100101011000110011000
Octal122261230

Shades and tints

Shades of #52B198

#52B198
(82,177,152)
#4BA18B
(75,161,139)
#44917E
(68,145,126)
#3D8171
(61,129,113)
#367164
(54,113,100)
#2F6157
(47,97,87)
#28514A
(40,81,74)
#21413D
(33,65,61)
#1A3130
(26,49,48)
#132123
(19,33,35)
#0C1116
(12,17,22)
#000000
(0,0,0)

Tints of #52B198

#52B198
(82,177,152)
#61B8A1
(97,184,161)
#70BFAA
(112,191,170)
#7FC6B3
(127,198,179)
#8ECDBC
(142,205,188)
#9DD4C5
(157,212,197)
#ACDBCE
(172,219,206)
#BBE2D7
(187,226,215)
#CAE9E0
(202,233,224)
#D9F0E9
(217,240,233)
#E8F7F2
(232,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B198 color. Also use rgb(82,177,152) instead hex code.

Text Font Color

.myTextColor { color: #52B198; }

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

This text font color is #52B198.


Background Color

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

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

This div background color is #52B198.


Border color

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

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

This div border color is #52B198.


Opacity

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

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

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

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

This text has shadow with #52B198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B198 on black background.


Color preview on white background

This text has color #52B198 on white background.



Black color preview on #52B198 background

This text has black color on #52B198 background.


White color preview on #52B198 background

This text has white color on #52B198 background.