COLOR #63CCC0

HEX: #63CCC0
RGB: (99,204,192)

Color info

#63CCC0 contains mainly green and blue colors. Web safe color of #63CCC0 is #66CCCC (or #6CC).

RGB color model

#63CCC0 color RGB value is (99,204,192).

  • red value is 99;
  • green value is 204;
  • blue value is 192.
RGB:
(99,204,192)
(39%,80%,75%)

RGB channels and saturation

R 99 of 255 = 39%
G 204 of 255 = 80%
B 192 of 255 = 75%

99
204
192

R + G + B ~ 65%. #63CCC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 204 + 192 = 495 (100%)
R 99 of 495 ~ 20%
G 204 of 495 ~ 41.21%
B 192 of 495 ~ 38.79%

%20
%41.21
%38.79

CMYK color model

#63CCC0 color CMYK value is (51,0,6,20).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(51,0,6,20)
C51M0Y6K20 
(51%,0%,6%,20%)
(0.51/0.00/0.06/0.20)	

CMYK percentages

%51.47
%0
%5.88
%20

Codes

Color #63CCC0 in popluar color models

63CCC0
RGB99204192
HSL173°50.72%59.41%
HSB/HSV173°51.47%80.00%
CMYK51.47%0.00%5.88%
20.00%

Color #63CCC0 in popluar number systems.

HEX63CCC0
Decimal99204192
Binary11000111100110011000000
Octal143314300

Shades and tints

Shades of #63CCC0

#63CCC0
(99,204,192)
#5ABAAF
(90,186,175)
#51A89E
(81,168,158)
#48968D
(72,150,141)
#3F847C
(63,132,124)
#36726B
(54,114,107)
#2D605A
(45,96,90)
#244E49
(36,78,73)
#1B3C38
(27,60,56)
#122A27
(18,42,39)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #63CCC0

#63CCC0
(99,204,192)
#71D0C5
(113,208,197)
#7FD4CA
(127,212,202)
#8DD8CF
(141,216,207)
#9BDCD4
(155,220,212)
#A9E0D9
(169,224,217)
#B7E4DE
(183,228,222)
#C5E8E3
(197,232,227)
#D3ECE8
(211,236,232)
#E1F0ED
(225,240,237)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CCC0 color. Also use rgb(99,204,192) instead hex code.

Text Font Color

.myTextColor { color: #63CCC0; }

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

This text font color is #63CCC0.


Background Color

.myBgColor { background-color: #63CCC0; }

<div style="background-color:#63CCC0">Inner text</div>

This div background color is #63CCC0.


Border color

.myBorderColor { border: 1px solid #63CCC0; }

<div style="border:3px solid #63CCC0">Div</div>

This div border color is #63CCC0.


Opacity

.myOpacity80 { color: #63CCC0; opacity: 0.8; }

<p style="color:#63CCC0;opacity:0.8;">80%</p>

Text with #63CCC0 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 #63CCC0;}

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

This text has shadow with #63CCC0 color.

.textShadow {text-shadow: 3px 3px 1px #63CCC0, 3px 3px 1px red;}

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

This text has shadow with #63CCC0 primary color and red secondary color.


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

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

This text has shadow with #63CCC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CCC0 on black background.


Color preview on white background

This text has color #63CCC0 on white background.



Black color preview on #63CCC0 background

This text has black color on #63CCC0 background.


White color preview on #63CCC0 background

This text has white color on #63CCC0 background.