COLOR #63F0C4

HEX: #63F0C4
RGB: (99,240,196)

Color info

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

RGB color model

#63F0C4 color RGB value is (99,240,196).

  • red value is 99;
  • green value is 240;
  • blue value is 196.
RGB:
(99,240,196)
(39%,94%,77%)

RGB channels and saturation

R 99 of 255 = 39%
G 240 of 255 = 94%
B 196 of 255 = 77%

99
240
196

R + G + B ~ 70%. #63F0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 240 + 196 = 535 (100%)
R 99 of 535 ~ 18.5%
G 240 of 535 ~ 44.86%
B 196 of 535 ~ 36.64%

%18.5
%44.86
%36.64

CMYK color model

#63F0C4 color CMYK value is (59,0,18,6).

  • cyan value is 58.75%
  • magenta value is 0.00%
  • yellow value is 18.33%
  • key color value is 5.88%
CMYK:
(59,0,18,6)
C59M0Y18K6 
(59%,0%,18%,6%)
(0.59/0.00/0.18/0.06)	

CMYK percentages

%58.75
%0
%18.33
%5.88

Codes

Color #63F0C4 in popluar color models

63F0C4
RGB99240196
HSL161°82.46%66.47%
HSB/HSV161°58.75%94.12%
CMYK58.75%0.00%18.33%
5.88%

Color #63F0C4 in popluar number systems.

HEX63F0C4
Decimal99240196
Binary11000111111000011000100
Octal143360304

Shades and tints

Shades of #63F0C4

#63F0C4
(99,240,196)
#5ADBB3
(90,219,179)
#51C6A2
(81,198,162)
#48B191
(72,177,145)
#3F9C80
(63,156,128)
#36876F
(54,135,111)
#2D725E
(45,114,94)
#245D4D
(36,93,77)
#1B483C
(27,72,60)
#12332B
(18,51,43)
#091E1A
(9,30,26)
#000000
(0,0,0)

Tints of #63F0C4

#63F0C4
(99,240,196)
#71F1C9
(113,241,201)
#7FF2CE
(127,242,206)
#8DF3D3
(141,243,211)
#9BF4D8
(155,244,216)
#A9F5DD
(169,245,221)
#B7F6E2
(183,246,226)
#C5F7E7
(197,247,231)
#D3F8EC
(211,248,236)
#E1F9F1
(225,249,241)
#EFFAF6
(239,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63F0C4; }

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

This text font color is #63F0C4.


Background Color

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

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

This div background color is #63F0C4.


Border color

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

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

This div border color is #63F0C4.


Opacity

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

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

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

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

This text has shadow with #63F0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F0C4 on black background.


Color preview on white background

This text has color #63F0C4 on white background.



Black color preview on #63F0C4 background

This text has black color on #63F0C4 background.


White color preview on #63F0C4 background

This text has white color on #63F0C4 background.