COLOR #03BCD0

HEX: #03BCD0
RGB: (3,188,208)

Color info

#03BCD0 contains mainly green and blue colors. Web safe color of #03BCD0 is #00CCCC (or #0CC).

RGB color model

#03BCD0 color RGB value is (3,188,208).

  • red value is 3;
  • green value is 188;
  • blue value is 208.
RGB:
(3,188,208)
(1%,74%,82%)

RGB channels and saturation

R 3 of 255 = 1%
G 188 of 255 = 74%
B 208 of 255 = 82%

3
188
208

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

Portions of RGB colors in percentages

R + G + B =
3 + 188 + 208 = 399 (100%)
R 3 of 399 ~ 0.75%
G 188 of 399 ~ 47.12%
B 208 of 399 ~ 52.13%

%47.12
%52.13

CMYK color model

#03BCD0 color CMYK value is (99,10,0,18).

  • cyan value is 98.56%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(99,10,0,18)
C99M10Y0K18 
(99%,10%,0%,18%)
(0.99/0.10/0.00/0.18)	

CMYK percentages

%98.56
%9.62
%0
%18.43

Codes

Color #03BCD0 in popluar color models

03BCD0
RGB3188208
HSL186°97.16%41.37%
HSB/HSV186°98.56%81.57%
CMYK98.56%9.62%0.00%
18.43%

Color #03BCD0 in popluar number systems.

HEX03BCD0
Decimal3188208
Binary111011110011010000
Octal3274320

Shades and tints

Shades of #03BCD0

#03BCD0
(3,188,208)
#03ABBE
(3,171,190)
#039AAC
(3,154,172)
#03899A
(3,137,154)
#037888
(3,120,136)
#036776
(3,103,118)
#035664
(3,86,100)
#034552
(3,69,82)
#033440
(3,52,64)
#03232E
(3,35,46)
#03121C
(3,18,28)
#000000
(0,0,0)

Tints of #03BCD0

#03BCD0
(3,188,208)
#19C2D4
(25,194,212)
#2FC8D8
(47,200,216)
#45CEDC
(69,206,220)
#5BD4E0
(91,212,224)
#71DAE4
(113,218,228)
#87E0E8
(135,224,232)
#9DE6EC
(157,230,236)
#B3ECF0
(179,236,240)
#C9F2F4
(201,242,244)
#DFF8F8
(223,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03BCD0 color. Also use rgb(3,188,208) instead hex code.

Text Font Color

.myTextColor { color: #03BCD0; }

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

This text font color is #03BCD0.


Background Color

.myBgColor { background-color: #03BCD0; }

<div style="background-color:#03BCD0">Inner text</div>

This div background color is #03BCD0.


Border color

.myBorderColor { border: 1px solid #03BCD0; }

<div style="border:3px solid #03BCD0">Div</div>

This div border color is #03BCD0.


Opacity

.myOpacity80 { color: #03BCD0; opacity: 0.8; }

<p style="color:#03BCD0;opacity:0.8;">80%</p>

Text with #03BCD0 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 #03BCD0;}

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

This text has shadow with #03BCD0 color.

.textShadow {text-shadow: 3px 3px 1px #03BCD0, 3px 3px 1px red;}

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

This text has shadow with #03BCD0 primary color and red secondary color.


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

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

This text has shadow with #03BCD0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03BCD0 on black background.


Color preview on white background

This text has color #03BCD0 on white background.



Black color preview on #03BCD0 background

This text has black color on #03BCD0 background.


White color preview on #03BCD0 background

This text has white color on #03BCD0 background.