COLOR #52B299

HEX: #52B299
RGB: (82,178,153)

Renk bilgisi

#52B299 contains mainly green and blue colors. #52B299 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#52B299 color RGB value is (82,178,153).

  • kırmız ton 82;
  • yeşil ton 178;
  • mavi ton 153.
RGB:
(82,178,153)
(32%,70%,60%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 178 of 255 = 70%
B 153 of 255 = 60%

82
178
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 178 + 153 = 413 (100%)
R 82 of 413 ~ 19.85%
G 178 of 413 ~ 43.1%
B 153 of 413 ~ 37.05%

%19.85
%43.1
%37.05

CMYK RENK MODELİ

#52B299 rengi CMYK tonu (54,0,14,30).

  • camgöbeği tonu 53.93%
  • eflatun tonu 0.00%
  • sarı tonu 14.04%
  • ana renk tonu 30.20%
CMYK:
(54,0,14,30)
C54M0Y14K30 
(54%,0%,14%,30%)
(0.54/0.00/0.14/0.30)	

CMYK yüzdeleri

%53.93
%0
%14.04
%30.2

Codes

Color #52B299 in popluar color models

52B299
RGB82178153
HSL164°38.40%50.98%
HSB/HSV164°53.93%69.80%
CMYK53.93%0.00%14.04%
30.20%

Color #52B299 in popluar number systems.

HEX52B299
Decimal82178153
Binary10100101011001010011001
Octal122262231

Shades and tints

Shades of #52B299

#52B299
(82,178,153)
#4BA28C
(75,162,140)
#44927F
(68,146,127)
#3D8272
(61,130,114)
#367265
(54,114,101)
#2F6258
(47,98,88)
#28524B
(40,82,75)
#21423E
(33,66,62)
#1A3231
(26,50,49)
#132224
(19,34,36)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #52B299

#52B299
(82,178,153)
#61B9A2
(97,185,162)
#70C0AB
(112,192,171)
#7FC7B4
(127,199,180)
#8ECEBD
(142,206,189)
#9DD5C6
(157,213,198)
#ACDCCF
(172,220,207)
#BBE3D8
(187,227,216)
#CAEAE1
(202,234,225)
#D9F1EA
(217,241,234)
#E8F8F3
(232,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B299 color. Also use rgb(82,178,153) instead hex code.

Text Font Color

.myTextColor { color: #52B299; }

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

This text font color is #52B299.


Background Color

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

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

This div background color is #52B299.


Border color

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

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

This div border color is #52B299.


Opacity

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

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

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

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

This text has shadow with #52B299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B299 on black background.


Color preview on white background

This text has color #52B299 on white background.



Black color preview on #52B299 background

This text has black color on #52B299 background.


White color preview on #52B299 background

This text has white color on #52B299 background.