COLOR #63D5D5

HEX: #63D5D5
RGB: (99,213,213)

Color info

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

RGB color model

#63D5D5 color RGB value is (99,213,213).

  • red value is 99;
  • green value is 213;
  • blue value is 213.
RGB:
(99,213,213)
(39%,84%,84%)

RGB channels and saturation

R 99 of 255 = 39%
G 213 of 255 = 84%
B 213 of 255 = 84%

99
213
213

R + G + B ~ 69%. #63D5D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 213 + 213 = 525 (100%)
R 99 of 525 ~ 18.86%
G 213 of 525 ~ 40.57%
B 213 of 525 ~ 40.57%

%18.86
%40.57
%40.57

CMYK color model

#63D5D5 color CMYK value is (54,0,0,16).

  • cyan value is 53.52%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(54,0,0,16)
C54M0Y0K16 
(54%,0%,0%,16%)
(0.54/0.00/0.00/0.16)	

CMYK percentages

%53.52
%0
%0
%16.47

Codes

Color #63D5D5 in popluar color models

63D5D5
RGB99213213
HSL180°57.58%61.18%
HSB/HSV180°53.52%83.53%
CMYK53.52%0.00%0.00%
16.47%

Color #63D5D5 in popluar number systems.

HEX63D5D5
Decimal99213213
Binary11000111101010111010101
Octal143325325

Shades and tints

Shades of #63D5D5

#63D5D5
(99,213,213)
#5AC2C2
(90,194,194)
#51AFAF
(81,175,175)
#489C9C
(72,156,156)
#3F8989
(63,137,137)
#367676
(54,118,118)
#2D6363
(45,99,99)
#245050
(36,80,80)
#1B3D3D
(27,61,61)
#122A2A
(18,42,42)
#091717
(9,23,23)
#000000
(0,0,0)

Tints of #63D5D5

#63D5D5
(99,213,213)
#71D8D8
(113,216,216)
#7FDBDB
(127,219,219)
#8DDEDE
(141,222,222)
#9BE1E1
(155,225,225)
#A9E4E4
(169,228,228)
#B7E7E7
(183,231,231)
#C5EAEA
(197,234,234)
#D3EDED
(211,237,237)
#E1F0F0
(225,240,240)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63D5D5; }

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

This text font color is #63D5D5.


Background Color

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

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

This div background color is #63D5D5.


Border color

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

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

This div border color is #63D5D5.


Opacity

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

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

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

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

This text has shadow with #63D5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63D5D5 on black background.


Color preview on white background

This text has color #63D5D5 on white background.



Black color preview on #63D5D5 background

This text has black color on #63D5D5 background.


White color preview on #63D5D5 background

This text has white color on #63D5D5 background.