COLOR #63D0CA

HEX: #63D0CA
RGB: (99,208,202)

Color info

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

RGB color model

#63D0CA color RGB value is (99,208,202).

  • red value is 99;
  • green value is 208;
  • blue value is 202.
RGB:
(99,208,202)
(39%,82%,79%)

RGB channels and saturation

R 99 of 255 = 39%
G 208 of 255 = 82%
B 202 of 255 = 79%

99
208
202

R + G + B ~ 67%. #63D0CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 208 + 202 = 509 (100%)
R 99 of 509 ~ 19.45%
G 208 of 509 ~ 40.86%
B 202 of 509 ~ 39.69%

%19.45
%40.86
%39.69

CMYK color model

#63D0CA color CMYK value is (52,0,3,18).

  • cyan value is 52.40%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 18.43%
CMYK:
(52,0,3,18)
C52M0Y3K18 
(52%,0%,3%,18%)
(0.52/0.00/0.03/0.18)	

CMYK percentages

%52.4
%0
%2.88
%18.43

Codes

Color #63D0CA in popluar color models

63D0CA
RGB99208202
HSL177°53.69%60.20%
HSB/HSV177°52.40%81.57%
CMYK52.40%0.00%2.88%
18.43%

Color #63D0CA in popluar number systems.

HEX63D0CA
Decimal99208202
Binary11000111101000011001010
Octal143320312

Shades and tints

Shades of #63D0CA

#63D0CA
(99,208,202)
#5ABEB8
(90,190,184)
#51ACA6
(81,172,166)
#489A94
(72,154,148)
#3F8882
(63,136,130)
#367670
(54,118,112)
#2D645E
(45,100,94)
#24524C
(36,82,76)
#1B403A
(27,64,58)
#122E28
(18,46,40)
#091C16
(9,28,22)
#000000
(0,0,0)

Tints of #63D0CA

#63D0CA
(99,208,202)
#71D4CE
(113,212,206)
#7FD8D2
(127,216,210)
#8DDCD6
(141,220,214)
#9BE0DA
(155,224,218)
#A9E4DE
(169,228,222)
#B7E8E2
(183,232,226)
#C5ECE6
(197,236,230)
#D3F0EA
(211,240,234)
#E1F4EE
(225,244,238)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63D0CA color. Also use rgb(99,208,202) instead hex code.

Text Font Color

.myTextColor { color: #63D0CA; }

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

This text font color is #63D0CA.


Background Color

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

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

This div background color is #63D0CA.


Border color

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

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

This div border color is #63D0CA.


Opacity

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

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

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

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

This text has shadow with #63D0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D0CA on black background.


Color preview on white background

This text has color #63D0CA on white background.



Black color preview on #63D0CA background

This text has black color on #63D0CA background.


White color preview on #63D0CA background

This text has white color on #63D0CA background.