COLOR #63AA94

HEX: #63AA94 RGB: (99,170,148)

Color info

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

RGB color model

#63AA94 color RGB value is (99,170,148).

RGB: (99,170,148) (39%, 67%, 58%)

RGB channels and saturation

R 99 of 255 = 39%
G 170 of 255 = 67%
B 148 of 255 = 58%

99
170
148

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

Portions of RGB colors in percentages

R + G + B = 99 + 170 + 148 = 417 (100%)
R 99 of 417 ~ 23.74%
G 170 of 417 ~ 40.77%
B 148 of 417 ~ 35.49'%

%23.74
%40.77
%35.49

CMYK color model

#63AA94 color CMYK value is (42,0,13,33).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 12.94%
  • key color value is 33.33%

CMYK: (42,0,13,33)
C42M0Y13K33 (42%, 0%, 13%, 33%)
(0.42 / 0.00 / 0.13 / 0.33)

CMYK percentages

%41.76
%0
%12.94
%33.33

Codes

Color #63AA94 in popluar color models

63 AA 94
RGB 99 170 148
HSL 161° 29.46% 52.75%
HSB/HSV 161° 41.76% 66.67%
CMYK 41.76% 0.00% 12.94%
33.33%

Color #63AA94 in popluar number systems.

HEX 63 AA 94
Decimal 99 170 148
Binary 1100011 10101010 10010100
Octal 143 252 224

Shades and tints

Shades of #63AA94

#63AA94
(99,170,148)
#5A9B87
(90,155,135)
#518C7A
(81,140,122)
#487D6D
(72,125,109)
#3F6E60
(63,110,96)
#365F53
(54,95,83)
#2D5046
(45,80,70)
#244139
(36,65,57)
#1B322C
(27,50,44)
#12231F
(18,35,31)
#091412
(9,20,18)
#000000
(0,0,0)

Tints of #63AA94

#63AA94
(99,170,148)
#71B19D
(113,177,157)
#7FB8A6
(127,184,166)
#8DBFAF
(141,191,175)
#9BC6B8
(155,198,184)
#A9CDC1
(169,205,193)
#B7D4CA
(183,212,202)
#C5DBD3
(197,219,211)
#D3E2DC
(211,226,220)
#E1E9E5
(225,233,229)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63AA94; }

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

This text font color is #63AA94.

Background Color

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

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

This div background color is #63AA94.

Border color

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

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

This div border color is #63AA94.

Opacity

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

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

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

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

This text has shadow with #63AA94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63AA94.

Preview

Color preview on black background

This text has color #63AA94 on black background.


Color preview on white background

This text has color #63AA94 on white background.


Black color preview on #63AA94 background

This text has black color on #63AA94 background.


White color preview on #63AA94 background

This text has white color on #63AA94 background.


Related colors

Complementary color

Complementary color for #hex is #9C556B.


I love getcolorcode.com

Triadic colors

1 #9463AA and #AA9463 with #63AA94 are triadic colors.

2 #94AA63 and #AA6394 with #63AA94 are triadic colors.