COLOR #30BEE1

HEX: #30BEE1 RGB: (48,190,225)

Color info

#30BEE1 contains mainly green and blue colors. Web safe color of #30BEE1 is #33CCCC (or #3CC).

RGB color model

#30BEE1 color RGB value is (48,190,225).

RGB: (48,190,225) (19%, 75%, 88%)

RGB channels and saturation

R 48 of 255 = 19%
G 190 of 255 = 75%
B 225 of 255 = 88%

48
190
225

R + G + B ~ 61%. #30BEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 48 + 190 + 225 = 463 (100%)
R 48 of 463 ~ 10.37%
G 190 of 463 ~ 41.04%
B 225 of 463 ~ 48.6'%

%41.04
%48.6

CMYK color model

#30BEE1 color CMYK value is (79,16,0,12).

  • cyan value is 78.67%
  • magenta value is 15.56%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (79,16,0,12)
C79M16Y0K12 (79%, 16%, 0%, 12%)
(0.79 / 0.16 / 0.00 / 0.12)

CMYK percentages

%78.67
%15.56
%0
%11.76

Codes

Color #30BEE1 in popluar color models

30 BE E1
RGB 48 190 225
HSL 192° 74.68% 53.53%
HSB/HSV 192° 78.67% 88.24%
CMYK 78.67% 15.56% 0.00%
11.76%

Color #30BEE1 in popluar number systems.

HEX 30 BE E1
Decimal 48 190 225
Binary 110000 10111110 11100001
Octal 60 276 341

Shades and tints

Shades of #30BEE1

#30BEE1
(48,190,225)
#2CADCD
(44,173,205)
#289CB9
(40,156,185)
#248BA5
(36,139,165)
#207A91
(32,122,145)
#1C697D
(28,105,125)
#185869
(24,88,105)
#144755
(20,71,85)
#103641
(16,54,65)
#0C252D
(12,37,45)
#081419
(8,20,25)
#000000
(0,0,0)

Tints of #30BEE1

#30BEE1
(48,190,225)
#42C3E3
(66,195,227)
#54C8E5
(84,200,229)
#66CDE7
(102,205,231)
#78D2E9
(120,210,233)
#8AD7EB
(138,215,235)
#9CDCED
(156,220,237)
#AEE1EF
(174,225,239)
#C0E6F1
(192,230,241)
#D2EBF3
(210,235,243)
#E4F0F5
(228,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30BEE1 color. Also use rgb(48,190,225) instead hex code.

Text Font Color

.myTextColor { color: #30BEE1; }

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

This text font color is #30BEE1.

Background Color

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

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

This div background color is #30BEE1.

Border color

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

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

This div border color is #30BEE1.

Opacity

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

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

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

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

This text has shadow with #30BEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30BEE1.

Preview

Color preview on black background

This text has color #30BEE1 on black background.


Color preview on white background

This text has color #30BEE1 on white background.


Black color preview on #30BEE1 background

This text has black color on #30BEE1 background.


White color preview on #30BEE1 background

This text has white color on #30BEE1 background.


Related colors

Complementary color

Complementary color for #hex is #CF411E.


I love getcolorcode.com

Triadic colors

1 #E130BE and #BEE130 with #30BEE1 are triadic colors.

2 #E1BE30 and #BE30E1 with #30BEE1 are triadic colors.