COLOR #63E4B5

HEX: #63E4B5
RGB: (99,228,181)

Color info

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

RGB color model

#63E4B5 color RGB value is (99,228,181).

  • red value is 99;
  • green value is 228;
  • blue value is 181.
RGB:
(99,228,181)
(39%,89%,71%)

RGB channels and saturation

R 99 of 255 = 39%
G 228 of 255 = 89%
B 181 of 255 = 71%

99
228
181

R + G + B ~ 66%. #63E4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 228 + 181 = 508 (100%)
R 99 of 508 ~ 19.49%
G 228 of 508 ~ 44.88%
B 181 of 508 ~ 35.63%

%19.49
%44.88
%35.63

CMYK color model

#63E4B5 color CMYK value is (57,0,21,11).

  • cyan value is 56.58%
  • magenta value is 0.00%
  • yellow value is 20.61%
  • key color value is 10.59%
CMYK:
(57,0,21,11)
C57M0Y21K11 
(57%,0%,21%,11%)
(0.57/0.00/0.21/0.11)	

CMYK percentages

%56.58
%0
%20.61
%10.59

Codes

Color #63E4B5 in popluar color models

63E4B5
RGB99228181
HSL158°70.49%64.12%
HSB/HSV158°56.58%89.41%
CMYK56.58%0.00%20.61%
10.59%

Color #63E4B5 in popluar number systems.

HEX63E4B5
Decimal99228181
Binary11000111110010010110101
Octal143344265

Shades and tints

Shades of #63E4B5

#63E4B5
(99,228,181)
#5AD0A5
(90,208,165)
#51BC95
(81,188,149)
#48A885
(72,168,133)
#3F9475
(63,148,117)
#368065
(54,128,101)
#2D6C55
(45,108,85)
#245845
(36,88,69)
#1B4435
(27,68,53)
#123025
(18,48,37)
#091C15
(9,28,21)
#000000
(0,0,0)

Tints of #63E4B5

#63E4B5
(99,228,181)
#71E6BB
(113,230,187)
#7FE8C1
(127,232,193)
#8DEAC7
(141,234,199)
#9BECCD
(155,236,205)
#A9EED3
(169,238,211)
#B7F0D9
(183,240,217)
#C5F2DF
(197,242,223)
#D3F4E5
(211,244,229)
#E1F6EB
(225,246,235)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63E4B5; }

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

This text font color is #63E4B5.


Background Color

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

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

This div background color is #63E4B5.


Border color

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

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

This div border color is #63E4B5.


Opacity

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

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

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

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

This text has shadow with #63E4B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63E4B5 on black background.


Color preview on white background

This text has color #63E4B5 on white background.



Black color preview on #63E4B5 background

This text has black color on #63E4B5 background.


White color preview on #63E4B5 background

This text has white color on #63E4B5 background.