COLOR #30B3B1

HEX: #30B3B1
RGB: (48,179,177)

Color info

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

RGB color model

#30B3B1 color RGB value is (48,179,177).

  • red value is 48;
  • green value is 179;
  • blue value is 177.
RGB:
(48,179,177)
(19%,70%,69%)

RGB channels and saturation

R 48 of 255 = 19%
G 179 of 255 = 70%
B 177 of 255 = 69%

48
179
177

R + G + B ~ 53%. #30B3B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 179 + 177 = 404 (100%)
R 48 of 404 ~ 11.88%
G 179 of 404 ~ 44.31%
B 177 of 404 ~ 43.81%

%11.88
%44.31
%43.81

CMYK color model

#30B3B1 color CMYK value is (73,0,1,30).

  • cyan value is 73.18%
  • magenta value is 0.00%
  • yellow value is 1.12%
  • key color value is 29.80%
CMYK:
(73,0,1,30)
C73M0Y1K30 
(73%,0%,1%,30%)
(0.73/0.00/0.01/0.30)	

CMYK percentages

%73.18
%0
%1.12
%29.8

Codes

Color #30B3B1 in popluar color models

30B3B1
RGB48179177
HSL179°57.71%44.51%
HSB/HSV179°73.18%70.20%
CMYK73.18%0.00%1.12%
29.80%

Color #30B3B1 in popluar number systems.

HEX30B3B1
Decimal48179177
Binary1100001011001110110001
Octal60263261

Shades and tints

Shades of #30B3B1

#30B3B1
(48,179,177)
#2CA3A1
(44,163,161)
#289391
(40,147,145)
#248381
(36,131,129)
#207371
(32,115,113)
#1C6361
(28,99,97)
#185351
(24,83,81)
#144341
(20,67,65)
#103331
(16,51,49)
#0C2321
(12,35,33)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #30B3B1

#30B3B1
(48,179,177)
#42B9B8
(66,185,184)
#54BFBF
(84,191,191)
#66C5C6
(102,197,198)
#78CBCD
(120,203,205)
#8AD1D4
(138,209,212)
#9CD7DB
(156,215,219)
#AEDDE2
(174,221,226)
#C0E3E9
(192,227,233)
#D2E9F0
(210,233,240)
#E4EFF7
(228,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B3B1 color. Also use rgb(48,179,177) instead hex code.

Text Font Color

.myTextColor { color: #30B3B1; }

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

This text font color is #30B3B1.


Background Color

.myBgColor { background-color: #30B3B1; }

<div style="background-color:#30B3B1">Inner text</div>

This div background color is #30B3B1.


Border color

.myBorderColor { border: 1px solid #30B3B1; }

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

This div border color is #30B3B1.


Opacity

.myOpacity80 { color: #30B3B1; opacity: 0.8; }

<p style="color:#30B3B1;opacity:0.8;">80%</p>

Text with #30B3B1 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 #30B3B1;}

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

This text has shadow with #30B3B1 color.

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

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

This text has shadow with #30B3B1 primary color and red secondary color.


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

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

This text has shadow with #30B3B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B3B1 on black background.


Color preview on white background

This text has color #30B3B1 on white background.



Black color preview on #30B3B1 background

This text has black color on #30B3B1 background.


White color preview on #30B3B1 background

This text has white color on #30B3B1 background.