COLOR #3AB0B0

HEX: #3AB0B0
RGB: (58,176,176)

Color info

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

RGB color model

#3AB0B0 color RGB value is (58,176,176).

  • red value is 58;
  • green value is 176;
  • blue value is 176.
RGB:
(58,176,176)
(23%,69%,69%)

RGB channels and saturation

R 58 of 255 = 23%
G 176 of 255 = 69%
B 176 of 255 = 69%

58
176
176

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

Portions of RGB colors in percentages

R + G + B =
58 + 176 + 176 = 410 (100%)
R 58 of 410 ~ 14.15%
G 176 of 410 ~ 42.93%
B 176 of 410 ~ 42.93%

%14.15
%42.93
%42.93

CMYK color model

#3AB0B0 color CMYK value is (67,0,0,31).

  • cyan value is 67.05%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(67,0,0,31)
C67M0Y0K31 
(67%,0%,0%,31%)
(0.67/0.00/0.00/0.31)	

CMYK percentages

%67.05
%0
%0
%30.98

Codes

Color #3AB0B0 in popluar color models

3AB0B0
RGB58176176
HSL180°50.43%45.88%
HSB/HSV180°67.05%69.02%
CMYK67.05%0.00%0.00%
30.98%

Color #3AB0B0 in popluar number systems.

HEX3AB0B0
Decimal58176176
Binary1110101011000010110000
Octal72260260

Shades and tints

Shades of #3AB0B0

#3AB0B0
(58,176,176)
#35A0A0
(53,160,160)
#309090
(48,144,144)
#2B8080
(43,128,128)
#267070
(38,112,112)
#216060
(33,96,96)
#1C5050
(28,80,80)
#174040
(23,64,64)
#123030
(18,48,48)
#0D2020
(13,32,32)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #3AB0B0

#3AB0B0
(58,176,176)
#4BB7B7
(75,183,183)
#5CBEBE
(92,190,190)
#6DC5C5
(109,197,197)
#7ECCCC
(126,204,204)
#8FD3D3
(143,211,211)
#A0DADA
(160,218,218)
#B1E1E1
(177,225,225)
#C2E8E8
(194,232,232)
#D3EFEF
(211,239,239)
#E4F6F6
(228,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3AB0B0; }

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

This text font color is #3AB0B0.


Background Color

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

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

This div background color is #3AB0B0.


Border color

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

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

This div border color is #3AB0B0.


Opacity

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

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

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

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

This text has shadow with #3AB0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AB0B0 on black background.


Color preview on white background

This text has color #3AB0B0 on white background.



Black color preview on #3AB0B0 background

This text has black color on #3AB0B0 background.


White color preview on #3AB0B0 background

This text has white color on #3AB0B0 background.