COLOR #63CDAD

HEX: #63CDAD
RGB: (99,205,173)

Color info

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

RGB color model

#63CDAD color RGB value is (99,205,173).

  • red value is 99;
  • green value is 205;
  • blue value is 173.
RGB:
(99,205,173)
(39%,80%,68%)

RGB channels and saturation

R 99 of 255 = 39%
G 205 of 255 = 80%
B 173 of 255 = 68%

99
205
173

R + G + B ~ 62%. #63CDAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 205 + 173 = 477 (100%)
R 99 of 477 ~ 20.75%
G 205 of 477 ~ 42.98%
B 173 of 477 ~ 36.27%

%20.75
%42.98
%36.27

CMYK color model

#63CDAD color CMYK value is (52,0,16,20).

  • cyan value is 51.71%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 19.61%
CMYK:
(52,0,16,20)
C52M0Y16K20 
(52%,0%,16%,20%)
(0.52/0.00/0.16/0.20)	

CMYK percentages

%51.71
%0
%15.61
%19.61

Codes

Color #63CDAD in popluar color models

63CDAD
RGB99205173
HSL162°51.46%59.61%
HSB/HSV162°51.71%80.39%
CMYK51.71%0.00%15.61%
19.61%

Color #63CDAD in popluar number systems.

HEX63CDAD
Decimal99205173
Binary11000111100110110101101
Octal143315255

Shades and tints

Shades of #63CDAD

#63CDAD
(99,205,173)
#5ABB9E
(90,187,158)
#51A98F
(81,169,143)
#489780
(72,151,128)
#3F8571
(63,133,113)
#367362
(54,115,98)
#2D6153
(45,97,83)
#244F44
(36,79,68)
#1B3D35
(27,61,53)
#122B26
(18,43,38)
#091917
(9,25,23)
#000000
(0,0,0)

Tints of #63CDAD

#63CDAD
(99,205,173)
#71D1B4
(113,209,180)
#7FD5BB
(127,213,187)
#8DD9C2
(141,217,194)
#9BDDC9
(155,221,201)
#A9E1D0
(169,225,208)
#B7E5D7
(183,229,215)
#C5E9DE
(197,233,222)
#D3EDE5
(211,237,229)
#E1F1EC
(225,241,236)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63CDAD color. Also use rgb(99,205,173) instead hex code.

Text Font Color

.myTextColor { color: #63CDAD; }

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

This text font color is #63CDAD.


Background Color

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

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

This div background color is #63CDAD.


Border color

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

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

This div border color is #63CDAD.


Opacity

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

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

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

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

This text has shadow with #63CDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CDAD on black background.


Color preview on white background

This text has color #63CDAD on white background.



Black color preview on #63CDAD background

This text has black color on #63CDAD background.


White color preview on #63CDAD background

This text has white color on #63CDAD background.