COLOR #34D9B0

HEX: #34D9B0
RGB: (52,217,176)

Color info

#34D9B0 contains mainly green and blue colors. Web safe color of #34D9B0 is #33CC99 (or #3C9).

RGB color model

#34D9B0 color RGB value is (52,217,176).

  • red value is 52;
  • green value is 217;
  • blue value is 176.
RGB:
(52,217,176)
(20%,85%,69%)

RGB channels and saturation

R 52 of 255 = 20%
G 217 of 255 = 85%
B 176 of 255 = 69%

52
217
176

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

Portions of RGB colors in percentages

R + G + B =
52 + 217 + 176 = 445 (100%)
R 52 of 445 ~ 11.69%
G 217 of 445 ~ 48.76%
B 176 of 445 ~ 39.55%

%11.69
%48.76
%39.55

CMYK color model

#34D9B0 color CMYK value is (76,0,19,15).

  • cyan value is 76.04%
  • magenta value is 0.00%
  • yellow value is 18.89%
  • key color value is 14.90%
CMYK:
(76,0,19,15)
C76M0Y19K15 
(76%,0%,19%,15%)
(0.76/0.00/0.19/0.15)	

CMYK percentages

%76.04
%0
%18.89
%14.9

Codes

Color #34D9B0 in popluar color models

34D9B0
RGB52217176
HSL165°68.46%52.75%
HSB/HSV165°76.04%85.10%
CMYK76.04%0.00%18.89%
14.90%

Color #34D9B0 in popluar number systems.

HEX34D9B0
Decimal52217176
Binary1101001101100110110000
Octal64331260

Shades and tints

Shades of #34D9B0

#34D9B0
(52,217,176)
#30C6A0
(48,198,160)
#2CB390
(44,179,144)
#28A080
(40,160,128)
#248D70
(36,141,112)
#207A60
(32,122,96)
#1C6750
(28,103,80)
#185440
(24,84,64)
#144130
(20,65,48)
#102E20
(16,46,32)
#0C1B10
(12,27,16)
#000000
(0,0,0)

Tints of #34D9B0

#34D9B0
(52,217,176)
#46DCB7
(70,220,183)
#58DFBE
(88,223,190)
#6AE2C5
(106,226,197)
#7CE5CC
(124,229,204)
#8EE8D3
(142,232,211)
#A0EBDA
(160,235,218)
#B2EEE1
(178,238,225)
#C4F1E8
(196,241,232)
#D6F4EF
(214,244,239)
#E8F7F6
(232,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34D9B0 color. Also use rgb(52,217,176) instead hex code.

Text Font Color

.myTextColor { color: #34D9B0; }

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

This text font color is #34D9B0.


Background Color

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

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

This div background color is #34D9B0.


Border color

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

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

This div border color is #34D9B0.


Opacity

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

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

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

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

This text has shadow with #34D9B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34D9B0 on black background.


Color preview on white background

This text has color #34D9B0 on white background.



Black color preview on #34D9B0 background

This text has black color on #34D9B0 background.


White color preview on #34D9B0 background

This text has white color on #34D9B0 background.