COLOR #63AE85

HEX: #63AE85 RGB: (99,174,133)

Color info

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

RGB color model

#63AE85 color RGB value is (99,174,133).

RGB: (99,174,133) (39%, 68%, 52%)

RGB channels and saturation

R 99 of 255 = 39%
G 174 of 255 = 68%
B 133 of 255 = 52%

99
174
133

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

Portions of RGB colors in percentages

R + G + B = 99 + 174 + 133 = 406 (100%)
R 99 of 406 ~ 24.38%
G 174 of 406 ~ 42.86%
B 133 of 406 ~ 32.76'%

%24.38
%42.86
%32.76

CMYK color model

#63AE85 color CMYK value is (43,0,24,32).

  • cyan value is 43.10%
  • magenta value is 0.00%
  • yellow value is 23.56%
  • key color value is 31.76%
CMYK: (43,0,24,32) C43M0Y24K32 (43%,0%,24%,32%) (0.43/0.00/0.24/0.32) 

CMYK percentages

%43.1
%0
%23.56
%31.76

Codes

Color #63AE85 in popluar color models

63 AE 85
RGB 99 174 133
HSL 147° 31.65% 53.53%
HSB/HSV 147° 43.10% 68.24%
CMYK 43.10% 0.00% 23.56%
31.76%

Color #63AE85 in popluar number systems.

HEX 63 AE 85
Decimal 99 174 133
Binary 1100011 10101110 10000101
Octal 143 256 205

Shades and tints

Shades of #63AE85

#63AE85
(99,174,133)
#5A9F79
(90,159,121)
#51906D
(81,144,109)
#488161
(72,129,97)
#3F7255
(63,114,85)
#366349
(54,99,73)
#2D543D
(45,84,61)
#244531
(36,69,49)
#1B3625
(27,54,37)
#122719
(18,39,25)
#09180D
(9,24,13)
#000000
(0,0,0)

Tints of #63AE85

#63AE85
(99,174,133)
#71B590
(113,181,144)
#7FBC9B
(127,188,155)
#8DC3A6
(141,195,166)
#9BCAB1
(155,202,177)
#A9D1BC
(169,209,188)
#B7D8C7
(183,216,199)
#C5DFD2
(197,223,210)
#D3E6DD
(211,230,221)
#E1EDE8
(225,237,232)
#EFF4F3
(239,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63AE85 color. Also use rgb(99,174,133) instead hex code.

Text Font Color

.myTextColor { color: #63AE85; }

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

This text font color is #63AE85.

Background Color

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

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

This div background color is #63AE85.

Border color

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

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

This div border color is #63AE85.

Opacity

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

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

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

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

This text has shadow with #63AE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63AE85.

Preview

Color preview on black background

This text has color #63AE85 on black background.


Color preview on white background

This text has color #63AE85 on white background.


Black color preview on #63AE85 background

This text has black color on #63AE85 background.


White color preview on #63AE85 background

This text has white color on #63AE85 background.


Related colors

Complementary color

Complementary color for #hex is #9C517A.


I love getcolorcode.com

Triadic colors

1 #8563AE and #AE8563 with #63AE85 are triadic colors.

2 #85AE63 and #AE6385 with #63AE85 are triadic colors.