COLOR #30BDCF

HEX: #30BDCF RGB: (48,189,207)

Color info

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

RGB color model

#30BDCF color RGB value is (48,189,207).

RGB: (48,189,207) (19%, 74%, 81%)

RGB channels and saturation

R 48 of 255 = 19%
G 189 of 255 = 74%
B 207 of 255 = 81%

48
189
207

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

Portions of RGB colors in percentages

R + G + B = 48 + 189 + 207 = 444 (100%)
R 48 of 444 ~ 10.81%
G 189 of 444 ~ 42.57%
B 207 of 444 ~ 46.62'%

%10.81
%42.57
%46.62

CMYK color model

#30BDCF color CMYK value is (77,9,0,19).

  • cyan value is 76.81%
  • magenta value is 8.70%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (77,9,0,19)
C77M9Y0K19 (77%, 9%, 0%, 19%)
(0.77 / 0.09 / 0.00 / 0.19)

CMYK percentages

%76.81
%8.7
%0
%18.82

Codes

Color #30BDCF in popluar color models

30 BD CF
RGB 48 189 207
HSL 187° 62.35% 50.00%
HSB/HSV 187° 76.81% 81.18%
CMYK 76.81% 8.70% 0.00%
18.82%

Color #30BDCF in popluar number systems.

HEX 30 BD CF
Decimal 48 189 207
Binary 110000 10111101 11001111
Octal 60 275 317

Shades and tints

Shades of #30BDCF

#30BDCF
(48,189,207)
#2CACBD
(44,172,189)
#289BAB
(40,155,171)
#248A99
(36,138,153)
#207987
(32,121,135)
#1C6875
(28,104,117)
#185763
(24,87,99)
#144651
(20,70,81)
#10353F
(16,53,63)
#0C242D
(12,36,45)
#08131B
(8,19,27)
#000000
(0,0,0)

Tints of #30BDCF

#30BDCF
(48,189,207)
#42C3D3
(66,195,211)
#54C9D7
(84,201,215)
#66CFDB
(102,207,219)
#78D5DF
(120,213,223)
#8ADBE3
(138,219,227)
#9CE1E7
(156,225,231)
#AEE7EB
(174,231,235)
#C0EDEF
(192,237,239)
#D2F3F3
(210,243,243)
#E4F9F7
(228,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30BDCF color. Also use rgb(48,189,207) instead hex code.

Text Font Color

.myTextColor { color: #30BDCF; }

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

This text font color is #30BDCF.

Background Color

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

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

This div background color is #30BDCF.

Border color

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

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

This div border color is #30BDCF.

Opacity

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

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

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

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

This text has shadow with #30BDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30BDCF.

Preview

Color preview on black background

This text has color #30BDCF on black background.


Color preview on white background

This text has color #30BDCF on white background.


Black color preview on #30BDCF background

This text has black color on #30BDCF background.


White color preview on #30BDCF background

This text has white color on #30BDCF background.


Related colors

Complementary color

Complementary color for #hex is #CF4230.


I love getcolorcode.com

Triadic colors

1 #CF30BD and #BDCF30 with #30BDCF are triadic colors.

2 #CFBD30 and #BD30CF with #30BDCF are triadic colors.