COLOR #3ABDA2

HEX: #3ABDA2
RGB: (58,189,162)

Color info

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

RGB color model

#3ABDA2 color RGB value is (58,189,162).

  • red value is 58;
  • green value is 189;
  • blue value is 162.
RGB:
(58,189,162)
(23%,74%,64%)

RGB channels and saturation

R 58 of 255 = 23%
G 189 of 255 = 74%
B 162 of 255 = 64%

58
189
162

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

Portions of RGB colors in percentages

R + G + B =
58 + 189 + 162 = 409 (100%)
R 58 of 409 ~ 14.18%
G 189 of 409 ~ 46.21%
B 162 of 409 ~ 39.61%

%14.18
%46.21
%39.61

CMYK color model

#3ABDA2 color CMYK value is (69,0,14,26).

  • cyan value is 69.31%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 25.88%
CMYK:
(69,0,14,26)
C69M0Y14K26 
(69%,0%,14%,26%)
(0.69/0.00/0.14/0.26)	

CMYK percentages

%69.31
%0
%14.29
%25.88

Codes

Color #3ABDA2 in popluar color models

3ABDA2
RGB58189162
HSL168°53.04%48.43%
HSB/HSV168°69.31%74.12%
CMYK69.31%0.00%14.29%
25.88%

Color #3ABDA2 in popluar number systems.

HEX3ABDA2
Decimal58189162
Binary1110101011110110100010
Octal72275242

Shades and tints

Shades of #3ABDA2

#3ABDA2
(58,189,162)
#35AC94
(53,172,148)
#309B86
(48,155,134)
#2B8A78
(43,138,120)
#26796A
(38,121,106)
#21685C
(33,104,92)
#1C574E
(28,87,78)
#174640
(23,70,64)
#123532
(18,53,50)
#0D2424
(13,36,36)
#081316
(8,19,22)
#000000
(0,0,0)

Tints of #3ABDA2

#3ABDA2
(58,189,162)
#4BC3AA
(75,195,170)
#5CC9B2
(92,201,178)
#6DCFBA
(109,207,186)
#7ED5C2
(126,213,194)
#8FDBCA
(143,219,202)
#A0E1D2
(160,225,210)
#B1E7DA
(177,231,218)
#C2EDE2
(194,237,226)
#D3F3EA
(211,243,234)
#E4F9F2
(228,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3ABDA2 color. Also use rgb(58,189,162) instead hex code.

Text Font Color

.myTextColor { color: #3ABDA2; }

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

This text font color is #3ABDA2.


Background Color

.myBgColor { background-color: #3ABDA2; }

<div style="background-color:#3ABDA2">Inner text</div>

This div background color is #3ABDA2.


Border color

.myBorderColor { border: 1px solid #3ABDA2; }

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

This div border color is #3ABDA2.


Opacity

.myOpacity80 { color: #3ABDA2; opacity: 0.8; }

<p style="color:#3ABDA2;opacity:0.8;">80%</p>

Text with #3ABDA2 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 #3ABDA2;}

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

This text has shadow with #3ABDA2 color.

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

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

This text has shadow with #3ABDA2 primary color and red secondary color.


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

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

This text has shadow with #3ABDA2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3ABDA2 on black background.


Color preview on white background

This text has color #3ABDA2 on white background.



Black color preview on #3ABDA2 background

This text has black color on #3ABDA2 background.


White color preview on #3ABDA2 background

This text has white color on #3ABDA2 background.