COLOR #63B486

HEX: #63B486 RGB: (99,180,134)

Color info

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

RGB color model

#63B486 color RGB value is (99,180,134).

RGB: (99,180,134) (39%, 71%, 53%)

RGB channels and saturation

R 99 of 255 = 39%
G 180 of 255 = 71%
B 134 of 255 = 53%

99
180
134

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

Portions of RGB colors in percentages

R + G + B = 99 + 180 + 134 = 413 (100%)
R 99 of 413 ~ 23.97%
G 180 of 413 ~ 43.58%
B 134 of 413 ~ 32.45'%

%23.97
%43.58
%32.45

CMYK color model

#63B486 color CMYK value is (45,0,26,29).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 29.41%

CMYK: (45,0,26,29)
C45M0Y26K29 (45%, 0%, 26%, 29%)
(0.45 / 0.00 / 0.26 / 0.29)

CMYK percentages

%45
%0
%25.56
%29.41

Codes

Color #63B486 in popluar color models

63 B4 86
RGB 99 180 134
HSL 146° 35.06% 54.71%
HSB/HSV 146° 45.00% 70.59%
CMYK 45.00% 0.00% 25.56%
29.41%

Color #63B486 in popluar number systems.

HEX 63 B4 86
Decimal 99 180 134
Binary 1100011 10110100 10000110
Octal 143 264 206

Shades and tints

Shades of #63B486

#63B486
(99,180,134)
#5AA47A
(90,164,122)
#51946E
(81,148,110)
#488462
(72,132,98)
#3F7456
(63,116,86)
#36644A
(54,100,74)
#2D543E
(45,84,62)
#244432
(36,68,50)
#1B3426
(27,52,38)
#12241A
(18,36,26)
#09140E
(9,20,14)
#000000
(0,0,0)

Tints of #63B486

#63B486
(99,180,134)
#71BA91
(113,186,145)
#7FC09C
(127,192,156)
#8DC6A7
(141,198,167)
#9BCCB2
(155,204,178)
#A9D2BD
(169,210,189)
#B7D8C8
(183,216,200)
#C5DED3
(197,222,211)
#D3E4DE
(211,228,222)
#E1EAE9
(225,234,233)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B486 color. Also use rgb(99,180,134) instead hex code.

Text Font Color

.myTextColor { color: #63B486; }

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

This text font color is #63B486.

Background Color

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

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

This div background color is #63B486.

Border color

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

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

This div border color is #63B486.

Opacity

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

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

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

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

This text has shadow with #63B486 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B486.

Preview

Color preview on black background

This text has color #63B486 on black background.


Color preview on white background

This text has color #63B486 on white background.


Black color preview on #63B486 background

This text has black color on #63B486 background.


White color preview on #63B486 background

This text has white color on #63B486 background.


Related colors

Complementary color

Complementary color for #hex is #9C4B79.


I love getcolorcode.com

Triadic colors

1 #8663B4 and #B48663 with #63B486 are triadic colors.

2 #86B463 and #B46386 with #63B486 are triadic colors.