COLOR #63A989

HEX: #63A989 RGB: (99,169,137)

Color info

#63A989 contains mainly green and blue colors. Web safe color of #63A989 is #669999 (or #699).

RGB color model

#63A989 color RGB value is (99,169,137).

RGB: (99,169,137) (39%, 66%, 54%)

RGB channels and saturation

R 99 of 255 = 39%
G 169 of 255 = 66%
B 137 of 255 = 54%

99
169
137

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

Portions of RGB colors in percentages

R + G + B = 99 + 169 + 137 = 405 (100%)
R 99 of 405 ~ 24.44%
G 169 of 405 ~ 41.73%
B 137 of 405 ~ 33.83'%

%24.44
%41.73
%33.83

CMYK color model

#63A989 color CMYK value is (41,0,19,34).

  • cyan value is 41.42%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%

CMYK: (41,0,19,34)
C41M0Y19K34 (41%, 0%, 19%, 34%)
(0.41 / 0.00 / 0.19 / 0.34)

CMYK percentages

%41.42
%0
%18.93
%33.73

Codes

Color #63A989 in popluar color models

63 A9 89
RGB 99 169 137
HSL 153° 28.93% 52.55%
HSB/HSV 153° 41.42% 66.27%
CMYK 41.42% 0.00% 18.93%
33.73%

Color #63A989 in popluar number systems.

HEX 63 A9 89
Decimal 99 169 137
Binary 1100011 10101001 10001001
Octal 143 251 211

Shades and tints

Shades of #63A989

#63A989
(99,169,137)
#5A9A7D
(90,154,125)
#518B71
(81,139,113)
#487C65
(72,124,101)
#3F6D59
(63,109,89)
#365E4D
(54,94,77)
#2D4F41
(45,79,65)
#244035
(36,64,53)
#1B3129
(27,49,41)
#12221D
(18,34,29)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #63A989

#63A989
(99,169,137)
#71B093
(113,176,147)
#7FB79D
(127,183,157)
#8DBEA7
(141,190,167)
#9BC5B1
(155,197,177)
#A9CCBB
(169,204,187)
#B7D3C5
(183,211,197)
#C5DACF
(197,218,207)
#D3E1D9
(211,225,217)
#E1E8E3
(225,232,227)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63A989 color. Also use rgb(99,169,137) instead hex code.

Text Font Color

.myTextColor { color: #63A989; }

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

This text font color is #63A989.

Background Color

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

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

This div background color is #63A989.

Border color

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

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

This div border color is #63A989.

Opacity

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

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

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

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

This text has shadow with #63A989 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63A989.

Preview

Color preview on black background

This text has color #63A989 on black background.


Color preview on white background

This text has color #63A989 on white background.


Black color preview on #63A989 background

This text has black color on #63A989 background.


White color preview on #63A989 background

This text has white color on #63A989 background.


Related colors

Complementary color

Complementary color for #hex is #9C5676.


I love getcolorcode.com

Triadic colors

1 #8963A9 and #A98963 with #63A989 are triadic colors.

2 #89A963 and #A96389 with #63A989 are triadic colors.