COLOR #34ABC4

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

Color info

#34ABC4 contains mainly green and blue colors. Web safe color of #34ABC4 is #3399CC (or #39C).

RGB color model

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

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

RGB channels and saturation

R 52 of 255 = 20%
G 171 of 255 = 67%
B 196 of 255 = 77%

52
171
196

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

Portions of RGB colors in percentages

R + G + B =
52 + 171 + 196 = 419 (100%)
R 52 of 419 ~ 12.41%
G 171 of 419 ~ 40.81%
B 196 of 419 ~ 46.78%

%12.41
%40.81
%46.78

CMYK color model

#34ABC4 color CMYK value is (73,13,0,23).

  • cyan value is 73.47%
  • magenta value is 12.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(73,13,0,23)
C73M13Y0K23 
(73%,13%,0%,23%)
(0.73/0.13/0.00/0.23)	

CMYK percentages

%73.47
%12.76
%0
%23.14

Codes

Color #34ABC4 in popluar color models

34ABC4
RGB52171196
HSL190°58.06%48.63%
HSB/HSV190°73.47%76.86%
CMYK73.47%12.76%0.00%
23.14%

Color #34ABC4 in popluar number systems.

HEX34ABC4
Decimal52171196
Binary1101001010101111000100
Octal64253304

Shades and tints

Shades of #34ABC4

#34ABC4
(52,171,196)
#309CB3
(48,156,179)
#2C8DA2
(44,141,162)
#287E91
(40,126,145)
#246F80
(36,111,128)
#20606F
(32,96,111)
#1C515E
(28,81,94)
#18424D
(24,66,77)
#14333C
(20,51,60)
#10242B
(16,36,43)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #34ABC4

#34ABC4
(52,171,196)
#46B2C9
(70,178,201)
#58B9CE
(88,185,206)
#6AC0D3
(106,192,211)
#7CC7D8
(124,199,216)
#8ECEDD
(142,206,221)
#A0D5E2
(160,213,226)
#B2DCE7
(178,220,231)
#C4E3EC
(196,227,236)
#D6EAF1
(214,234,241)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34ABC4; }

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

This text font color is #34ABC4.


Background Color

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

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

This div background color is #34ABC4.


Border color

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

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

This div border color is #34ABC4.


Opacity

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

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

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

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

This text has shadow with #34ABC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34ABC4 on black background.


Color preview on white background

This text has color #34ABC4 on white background.



Black color preview on #34ABC4 background

This text has black color on #34ABC4 background.


White color preview on #34ABC4 background

This text has white color on #34ABC4 background.