COLOR #63EFCA

HEX: #63EFCA
RGB: (99,239,202)

Color info

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

RGB color model

#63EFCA color RGB value is (99,239,202).

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

RGB channels and saturation

R 99 of 255 = 39%
G 239 of 255 = 94%
B 202 of 255 = 79%

99
239
202

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

Portions of RGB colors in percentages

R + G + B =
99 + 239 + 202 = 540 (100%)
R 99 of 540 ~ 18.33%
G 239 of 540 ~ 44.26%
B 202 of 540 ~ 37.41%

%18.33
%44.26
%37.41

CMYK color model

#63EFCA color CMYK value is (59,0,15,6).

  • cyan value is 58.58%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(59,0,15,6)
C59M0Y15K6 
(59%,0%,15%,6%)
(0.59/0.00/0.15/0.06)	

CMYK percentages

%58.58
%0
%15.48
%6.27

Codes

Color #63EFCA in popluar color models

63EFCA
RGB99239202
HSL164°81.40%66.27%
HSB/HSV164°58.58%93.73%
CMYK58.58%0.00%15.48%
6.27%

Color #63EFCA in popluar number systems.

HEX63EFCA
Decimal99239202
Binary11000111110111111001010
Octal143357312

Shades and tints

Shades of #63EFCA

#63EFCA
(99,239,202)
#5ADAB8
(90,218,184)
#51C5A6
(81,197,166)
#48B094
(72,176,148)
#3F9B82
(63,155,130)
#368670
(54,134,112)
#2D715E
(45,113,94)
#245C4C
(36,92,76)
#1B473A
(27,71,58)
#123228
(18,50,40)
#091D16
(9,29,22)
#000000
(0,0,0)

Tints of #63EFCA

#63EFCA
(99,239,202)
#71F0CE
(113,240,206)
#7FF1D2
(127,241,210)
#8DF2D6
(141,242,214)
#9BF3DA
(155,243,218)
#A9F4DE
(169,244,222)
#B7F5E2
(183,245,226)
#C5F6E6
(197,246,230)
#D3F7EA
(211,247,234)
#E1F8EE
(225,248,238)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63EFCA; }

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

This text font color is #63EFCA.


Background Color

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

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

This div background color is #63EFCA.


Border color

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

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

This div border color is #63EFCA.


Opacity

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

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

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

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

This text has shadow with #63EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63EFCA on black background.


Color preview on white background

This text has color #63EFCA on white background.



Black color preview on #63EFCA background

This text has black color on #63EFCA background.


White color preview on #63EFCA background

This text has white color on #63EFCA background.