COLOR #30B6A9

HEX: #30B6A9
RGB: (48,182,169)

Color info

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

RGB color model

#30B6A9 color RGB value is (48,182,169).

  • red value is 48;
  • green value is 182;
  • blue value is 169.
RGB:
(48,182,169)
(19%,71%,66%)

RGB channels and saturation

R 48 of 255 = 19%
G 182 of 255 = 71%
B 169 of 255 = 66%

48
182
169

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

Portions of RGB colors in percentages

R + G + B =
48 + 182 + 169 = 399 (100%)
R 48 of 399 ~ 12.03%
G 182 of 399 ~ 45.61%
B 169 of 399 ~ 42.36%

%12.03
%45.61
%42.36

CMYK color model

#30B6A9 color CMYK value is (74,0,7,29).

  • cyan value is 73.63%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 28.63%
CMYK:
(74,0,7,29)
C74M0Y7K29 
(74%,0%,7%,29%)
(0.74/0.00/0.07/0.29)	

CMYK percentages

%73.63
%0
%7.14
%28.63

Codes

Color #30B6A9 in popluar color models

30B6A9
RGB48182169
HSL174°58.26%45.10%
HSB/HSV174°73.63%71.37%
CMYK73.63%0.00%7.14%
28.63%

Color #30B6A9 in popluar number systems.

HEX30B6A9
Decimal48182169
Binary1100001011011010101001
Octal60266251

Shades and tints

Shades of #30B6A9

#30B6A9
(48,182,169)
#2CA69A
(44,166,154)
#28968B
(40,150,139)
#24867C
(36,134,124)
#20766D
(32,118,109)
#1C665E
(28,102,94)
#18564F
(24,86,79)
#144640
(20,70,64)
#103631
(16,54,49)
#0C2622
(12,38,34)
#081613
(8,22,19)
#000000
(0,0,0)

Tints of #30B6A9

#30B6A9
(48,182,169)
#42BCB0
(66,188,176)
#54C2B7
(84,194,183)
#66C8BE
(102,200,190)
#78CEC5
(120,206,197)
#8AD4CC
(138,212,204)
#9CDAD3
(156,218,211)
#AEE0DA
(174,224,218)
#C0E6E1
(192,230,225)
#D2ECE8
(210,236,232)
#E4F2EF
(228,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B6A9 color. Also use rgb(48,182,169) instead hex code.

Text Font Color

.myTextColor { color: #30B6A9; }

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

This text font color is #30B6A9.


Background Color

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

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

This div background color is #30B6A9.


Border color

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

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

This div border color is #30B6A9.


Opacity

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

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

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

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

This text has shadow with #30B6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B6A9 on black background.


Color preview on white background

This text has color #30B6A9 on white background.



Black color preview on #30B6A9 background

This text has black color on #30B6A9 background.


White color preview on #30B6A9 background

This text has white color on #30B6A9 background.