COLOR #34A188

HEX: #34A188
RGB: (52,161,136)

Color info

#34A188 contains mainly green and blue colors. Web safe color of #34A188 is #339999 (or #399).

RGB color model

#34A188 color RGB value is (52,161,136).

  • red value is 52;
  • green value is 161;
  • blue value is 136.
RGB:
(52,161,136)
(20%,63%,53%)

RGB channels and saturation

R 52 of 255 = 20%
G 161 of 255 = 63%
B 136 of 255 = 53%

52
161
136

R + G + B ~ 45%. #34A188 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 161 + 136 = 349 (100%)
R 52 of 349 ~ 14.9%
G 161 of 349 ~ 46.13%
B 136 of 349 ~ 38.97%

%14.9
%46.13
%38.97

CMYK color model

#34A188 color CMYK value is (68,0,16,37).

  • cyan value is 67.70%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(68,0,16,37)
C68M0Y16K37 
(68%,0%,16%,37%)
(0.68/0.00/0.16/0.37)	

CMYK percentages

%67.7
%0
%15.53
%36.86

Codes

Color #34A188 in popluar color models

34A188
RGB52161136
HSL166°51.17%41.76%
HSB/HSV166°67.70%63.14%
CMYK67.70%0.00%15.53%
36.86%

Color #34A188 in popluar number systems.

HEX34A188
Decimal52161136
Binary1101001010000110001000
Octal64241210

Shades and tints

Shades of #34A188

#34A188
(52,161,136)
#30937C
(48,147,124)
#2C8570
(44,133,112)
#287764
(40,119,100)
#246958
(36,105,88)
#205B4C
(32,91,76)
#1C4D40
(28,77,64)
#183F34
(24,63,52)
#143128
(20,49,40)
#10231C
(16,35,28)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #34A188

#34A188
(52,161,136)
#46A992
(70,169,146)
#58B19C
(88,177,156)
#6AB9A6
(106,185,166)
#7CC1B0
(124,193,176)
#8EC9BA
(142,201,186)
#A0D1C4
(160,209,196)
#B2D9CE
(178,217,206)
#C4E1D8
(196,225,216)
#D6E9E2
(214,233,226)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34A188 color. Also use rgb(52,161,136) instead hex code.

Text Font Color

.myTextColor { color: #34A188; }

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

This text font color is #34A188.


Background Color

.myBgColor { background-color: #34A188; }

<div style="background-color:#34A188">Inner text</div>

This div background color is #34A188.


Border color

.myBorderColor { border: 1px solid #34A188; }

<div style="border:3px solid #34A188">Div</div>

This div border color is #34A188.


Opacity

.myOpacity80 { color: #34A188; opacity: 0.8; }

<p style="color:#34A188;opacity:0.8;">80%</p>

Text with #34A188 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 #34A188;}

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

This text has shadow with #34A188 color.

.textShadow {text-shadow: 3px 3px 1px #34A188, 3px 3px 1px red;}

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

This text has shadow with #34A188 primary color and red secondary color.


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

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

This text has shadow with #34A188 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34A188 on black background.


Color preview on white background

This text has color #34A188 on white background.



Black color preview on #34A188 background

This text has black color on #34A188 background.


White color preview on #34A188 background

This text has white color on #34A188 background.