COLOR #30A9C9

HEX: #30A9C9
RGB: (48,169,201)

Color info

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

RGB color model

#30A9C9 color RGB value is (48,169,201).

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

RGB channels and saturation

R 48 of 255 = 19%
G 169 of 255 = 66%
B 201 of 255 = 79%

48
169
201

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

Portions of RGB colors in percentages

R + G + B =
48 + 169 + 201 = 418 (100%)
R 48 of 418 ~ 11.48%
G 169 of 418 ~ 40.43%
B 201 of 418 ~ 48.09%

%11.48
%40.43
%48.09

CMYK color model

#30A9C9 color CMYK value is (76,16,0,21).

  • cyan value is 76.12%
  • magenta value is 15.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(76,16,0,21)
C76M16Y0K21 
(76%,16%,0%,21%)
(0.76/0.16/0.00/0.21)	

CMYK percentages

%76.12
%15.92
%0
%21.18

Codes

Color #30A9C9 in popluar color models

30A9C9
RGB48169201
HSL193°61.45%48.82%
HSB/HSV193°76.12%78.82%
CMYK76.12%15.92%0.00%
21.18%

Color #30A9C9 in popluar number systems.

HEX30A9C9
Decimal48169201
Binary1100001010100111001001
Octal60251311

Shades and tints

Shades of #30A9C9

#30A9C9
(48,169,201)
#2C9AB7
(44,154,183)
#288BA5
(40,139,165)
#247C93
(36,124,147)
#206D81
(32,109,129)
#1C5E6F
(28,94,111)
#184F5D
(24,79,93)
#14404B
(20,64,75)
#103139
(16,49,57)
#0C2227
(12,34,39)
#081315
(8,19,21)
#000000
(0,0,0)

Tints of #30A9C9

#30A9C9
(48,169,201)
#42B0CD
(66,176,205)
#54B7D1
(84,183,209)
#66BED5
(102,190,213)
#78C5D9
(120,197,217)
#8ACCDD
(138,204,221)
#9CD3E1
(156,211,225)
#AEDAE5
(174,218,229)
#C0E1E9
(192,225,233)
#D2E8ED
(210,232,237)
#E4EFF1
(228,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30A9C9; }

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

This text font color is #30A9C9.


Background Color

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

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

This div background color is #30A9C9.


Border color

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

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

This div border color is #30A9C9.


Opacity

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

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

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

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

This text has shadow with #30A9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A9C9 on black background.


Color preview on white background

This text has color #30A9C9 on white background.



Black color preview on #30A9C9 background

This text has black color on #30A9C9 background.


White color preview on #30A9C9 background

This text has white color on #30A9C9 background.