COLOR #63EDCD

HEX: #63EDCD
RGB: (99,237,205)

Color info

#63EDCD contains mainly green and blue colors. Web safe color of #63EDCD is #66FFCC (or #6FC).

RGB color model

#63EDCD color RGB value is (99,237,205).

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

RGB channels and saturation

R 99 of 255 = 39%
G 237 of 255 = 93%
B 205 of 255 = 80%

99
237
205

R + G + B ~ 71%. #63EDCD is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 237 + 205 = 541 (100%)
R 99 of 541 ~ 18.3%
G 237 of 541 ~ 43.81%
B 205 of 541 ~ 37.89%

%18.3
%43.81
%37.89

CMYK color model

#63EDCD color CMYK value is (58,0,14,7).

  • cyan value is 58.23%
  • magenta value is 0.00%
  • yellow value is 13.50%
  • key color value is 7.06%
CMYK:
(58,0,14,7)
C58M0Y14K7 
(58%,0%,14%,7%)
(0.58/0.00/0.14/0.07)	

CMYK percentages

%58.23
%0
%13.5
%7.06

Codes

Color #63EDCD in popluar color models

63EDCD
RGB99237205
HSL166°79.31%65.88%
HSB/HSV166°58.23%92.94%
CMYK58.23%0.00%13.50%
7.06%

Color #63EDCD in popluar number systems.

HEX63EDCD
Decimal99237205
Binary11000111110110111001101
Octal143355315

Shades and tints

Shades of #63EDCD

#63EDCD
(99,237,205)
#5AD8BB
(90,216,187)
#51C3A9
(81,195,169)
#48AE97
(72,174,151)
#3F9985
(63,153,133)
#368473
(54,132,115)
#2D6F61
(45,111,97)
#245A4F
(36,90,79)
#1B453D
(27,69,61)
#12302B
(18,48,43)
#091B19
(9,27,25)
#000000
(0,0,0)

Tints of #63EDCD

#63EDCD
(99,237,205)
#71EED1
(113,238,209)
#7FEFD5
(127,239,213)
#8DF0D9
(141,240,217)
#9BF1DD
(155,241,221)
#A9F2E1
(169,242,225)
#B7F3E5
(183,243,229)
#C5F4E9
(197,244,233)
#D3F5ED
(211,245,237)
#E1F6F1
(225,246,241)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63EDCD; }

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

This text font color is #63EDCD.


Background Color

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

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

This div background color is #63EDCD.


Border color

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

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

This div border color is #63EDCD.


Opacity

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

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

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

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

This text has shadow with #63EDCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63EDCD on black background.


Color preview on white background

This text has color #63EDCD on white background.



Black color preview on #63EDCD background

This text has black color on #63EDCD background.


White color preview on #63EDCD background

This text has white color on #63EDCD background.