COLOR #63C694

HEX: #63C694
RGB: (99,198,148)

Color info

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

RGB color model

#63C694 color RGB value is (99,198,148).

  • red value is 99;
  • green value is 198;
  • blue value is 148.
RGB:
(99,198,148)
(39%,78%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 198 of 255 = 78%
B 148 of 255 = 58%

99
198
148

R + G + B ~ 58%. #63C694 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 198 + 148 = 445 (100%)
R 99 of 445 ~ 22.25%
G 198 of 445 ~ 44.49%
B 148 of 445 ~ 33.26%

%22.25
%44.49
%33.26

CMYK color model

#63C694 color CMYK value is (50,0,25,22).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(50,0,25,22)
C50M0Y25K22 
(50%,0%,25%,22%)
(0.50/0.00/0.25/0.22)	

CMYK percentages

%50
%0
%25.25
%22.35

Codes

Color #63C694 in popluar color models

63C694
RGB99198148
HSL150°46.48%58.24%
HSB/HSV150°50.00%77.65%
CMYK50.00%0.00%25.25%
22.35%

Color #63C694 in popluar number systems.

HEX63C694
Decimal99198148
Binary11000111100011010010100
Octal143306224

Shades and tints

Shades of #63C694

#63C694
(99,198,148)
#5AB487
(90,180,135)
#51A27A
(81,162,122)
#48906D
(72,144,109)
#3F7E60
(63,126,96)
#366C53
(54,108,83)
#2D5A46
(45,90,70)
#244839
(36,72,57)
#1B362C
(27,54,44)
#12241F
(18,36,31)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #63C694

#63C694
(99,198,148)
#71CB9D
(113,203,157)
#7FD0A6
(127,208,166)
#8DD5AF
(141,213,175)
#9BDAB8
(155,218,184)
#A9DFC1
(169,223,193)
#B7E4CA
(183,228,202)
#C5E9D3
(197,233,211)
#D3EEDC
(211,238,220)
#E1F3E5
(225,243,229)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63C694; }

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

This text font color is #63C694.


Background Color

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

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

This div background color is #63C694.


Border color

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

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

This div border color is #63C694.


Opacity

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

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

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

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

This text has shadow with #63C694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C694 on black background.


Color preview on white background

This text has color #63C694 on white background.



Black color preview on #63C694 background

This text has black color on #63C694 background.


White color preview on #63C694 background

This text has white color on #63C694 background.