COLOR #63CAA6

HEX: #63CAA6
RGB: (99,202,166)

Color info

#63CAA6 contains mainly green and blue colors. Web safe color of #63CAA6 is #66CC99 (or #6C9).

RGB color model

#63CAA6 color RGB value is (99,202,166).

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

RGB channels and saturation

R 99 of 255 = 39%
G 202 of 255 = 79%
B 166 of 255 = 65%

99
202
166

R + G + B ~ 61%. #63CAA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 202 + 166 = 467 (100%)
R 99 of 467 ~ 21.2%
G 202 of 467 ~ 43.25%
B 166 of 467 ~ 35.55%

%21.2
%43.25
%35.55

CMYK color model

#63CAA6 color CMYK value is (51,0,18,21).

  • cyan value is 50.99%
  • magenta value is 0.00%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(51,0,18,21)
C51M0Y18K21 
(51%,0%,18%,21%)
(0.51/0.00/0.18/0.21)	

CMYK percentages

%50.99
%0
%17.82
%20.78

Codes

Color #63CAA6 in popluar color models

63CAA6
RGB99202166
HSL159°49.28%59.02%
HSB/HSV159°50.99%79.22%
CMYK50.99%0.00%17.82%
20.78%

Color #63CAA6 in popluar number systems.

HEX63CAA6
Decimal99202166
Binary11000111100101010100110
Octal143312246

Shades and tints

Shades of #63CAA6

#63CAA6
(99,202,166)
#5AB897
(90,184,151)
#51A688
(81,166,136)
#489479
(72,148,121)
#3F826A
(63,130,106)
#36705B
(54,112,91)
#2D5E4C
(45,94,76)
#244C3D
(36,76,61)
#1B3A2E
(27,58,46)
#12281F
(18,40,31)
#091610
(9,22,16)
#000000
(0,0,0)

Tints of #63CAA6

#63CAA6
(99,202,166)
#71CEAE
(113,206,174)
#7FD2B6
(127,210,182)
#8DD6BE
(141,214,190)
#9BDAC6
(155,218,198)
#A9DECE
(169,222,206)
#B7E2D6
(183,226,214)
#C5E6DE
(197,230,222)
#D3EAE6
(211,234,230)
#E1EEEE
(225,238,238)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63CAA6; }

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

This text font color is #63CAA6.


Background Color

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

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

This div background color is #63CAA6.


Border color

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

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

This div border color is #63CAA6.


Opacity

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

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

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

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

This text has shadow with #63CAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CAA6 on black background.


Color preview on white background

This text has color #63CAA6 on white background.



Black color preview on #63CAA6 background

This text has black color on #63CAA6 background.


White color preview on #63CAA6 background

This text has white color on #63CAA6 background.