COLOR #63F6A8

HEX: #63F6A8 RGB: (99,246,168)

Color info

#63F6A8 contains mainly green color. Web safe color of #63F6A8 is #66FF99 (or #6F9).

RGB color model

#63F6A8 color RGB value is (99,246,168).

RGB: (99,246,168) (39%, 96%, 66%)

RGB channels and saturation

R 99 of 255 = 39%
G 246 of 255 = 96%
B 168 of 255 = 66%

99
246
168

R + G + B ~ 67%. #63F6A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 246 + 168 = 513 (100%)
R 99 of 513 ~ 19.3%
G 246 of 513 ~ 47.95%
B 168 of 513 ~ 32.75'%

%19.3
%47.95
%32.75

CMYK color model

#63F6A8 color CMYK value is (60,0,32,4).

  • cyan value is 59.76%
  • magenta value is 0.00%
  • yellow value is 31.71%
  • key color value is 3.53%

CMYK: (60,0,32,4)
C60M0Y32K4 (60%, 0%, 32%, 4%)
(0.60 / 0.00 / 0.32 / 0.04)

CMYK percentages

%59.76
%0
%31.71
%3.53

Codes

Color #63F6A8 in popluar color models

63 F6 A8
RGB 99 246 168
HSL 148° 89.09% 67.65%
HSB/HSV 148° 59.76% 96.47%
CMYK 59.76% 0.00% 31.71%
3.53%

Color #63F6A8 in popluar number systems.

HEX 63 F6 A8
Decimal 99 246 168
Binary 1100011 11110110 10101000
Octal 143 366 250

Shades and tints

Shades of #63F6A8

#63F6A8
(99,246,168)
#5AE099
(90,224,153)
#51CA8A
(81,202,138)
#48B47B
(72,180,123)
#3F9E6C
(63,158,108)
#36885D
(54,136,93)
#2D724E
(45,114,78)
#245C3F
(36,92,63)
#1B4630
(27,70,48)
#123021
(18,48,33)
#091A12
(9,26,18)
#000000
(0,0,0)

Tints of #63F6A8

#63F6A8
(99,246,168)
#71F6AF
(113,246,175)
#7FF6B6
(127,246,182)
#8DF6BD
(141,246,189)
#9BF6C4
(155,246,196)
#A9F6CB
(169,246,203)
#B7F6D2
(183,246,210)
#C5F6D9
(197,246,217)
#D3F6E0
(211,246,224)
#E1F6E7
(225,246,231)
#EFF6EE
(239,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F6A8 color. Also use rgb(99,246,168) instead hex code.

Text Font Color

.myTextColor { color: #63F6A8; }

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

This text font color is #63F6A8.

Background Color

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

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

This div background color is #63F6A8.

Border color

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

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

This div border color is #63F6A8.

Opacity

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

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

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

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

This text has shadow with #63F6A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63F6A8.

Preview

Color preview on black background

This text has color #63F6A8 on black background.


Color preview on white background

This text has color #63F6A8 on white background.


Black color preview on #63F6A8 background

This text has black color on #63F6A8 background.


White color preview on #63F6A8 background

This text has white color on #63F6A8 background.


Related colors

Complementary color

Complementary color for #hex is #9C0957.


I love getcolorcode.com

Triadic colors

1 #A863F6 and #F6A863 with #63F6A8 are triadic colors.

2 #A8F663 and #F663A8 with #63F6A8 are triadic colors.