COLOR #63B8AC

HEX: #63B8AC RGB: (99,184,172)

Color info

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

RGB color model

#63B8AC color RGB value is (99,184,172).

RGB: (99,184,172) (39%, 72%, 67%)

RGB channels and saturation

R 99 of 255 = 39%
G 184 of 255 = 72%
B 172 of 255 = 67%

99
184
172

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

Portions of RGB colors in percentages

R + G + B = 99 + 184 + 172 = 455 (100%)
R 99 of 455 ~ 21.76%
G 184 of 455 ~ 40.44%
B 172 of 455 ~ 37.8'%

%21.76
%40.44
%37.8

CMYK color model

#63B8AC color CMYK value is (46,0,7,28).

  • cyan value is 46.20%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%

CMYK: (46,0,7,28)
C46M0Y7K28 (46%, 0%, 7%, 28%)
(0.46 / 0.00 / 0.07 / 0.28)

CMYK percentages

%46.2
%0
%6.52
%27.84

Codes

Color #63B8AC in popluar color models

63 B8 AC
RGB 99 184 172
HSL 172° 37.44% 55.49%
HSB/HSV 172° 46.20% 72.16%
CMYK 46.20% 0.00% 6.52%
27.84%

Color #63B8AC in popluar number systems.

HEX 63 B8 AC
Decimal 99 184 172
Binary 1100011 10111000 10101100
Octal 143 270 254

Shades and tints

Shades of #63B8AC

#63B8AC
(99,184,172)
#5AA89D
(90,168,157)
#51988E
(81,152,142)
#48887F
(72,136,127)
#3F7870
(63,120,112)
#366861
(54,104,97)
#2D5852
(45,88,82)
#244843
(36,72,67)
#1B3834
(27,56,52)
#122825
(18,40,37)
#091816
(9,24,22)
#000000
(0,0,0)

Tints of #63B8AC

#63B8AC
(99,184,172)
#71BEB3
(113,190,179)
#7FC4BA
(127,196,186)
#8DCAC1
(141,202,193)
#9BD0C8
(155,208,200)
#A9D6CF
(169,214,207)
#B7DCD6
(183,220,214)
#C5E2DD
(197,226,221)
#D3E8E4
(211,232,228)
#E1EEEB
(225,238,235)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B8AC color. Also use rgb(99,184,172) instead hex code.

Text Font Color

.myTextColor { color: #63B8AC; }

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

This text font color is #63B8AC.

Background Color

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

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

This div background color is #63B8AC.

Border color

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

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

This div border color is #63B8AC.

Opacity

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

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

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

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

This text has shadow with #63B8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B8AC.

Preview

Color preview on black background

This text has color #63B8AC on black background.


Color preview on white background

This text has color #63B8AC on white background.


Black color preview on #63B8AC background

This text has black color on #63B8AC background.


White color preview on #63B8AC background

This text has white color on #63B8AC background.


Related colors

Complementary color

Complementary color for #hex is #9C4753.


I love getcolorcode.com

Triadic colors

1 #AC63B8 and #B8AC63 with #63B8AC are triadic colors.

2 #ACB863 and #B863AC with #63B8AC are triadic colors.