COLOR #63B5AC

HEX: #63B5AC
RGB: (99,181,172)

Color info

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

RGB color model

#63B5AC color RGB value is (99,181,172).

  • red value is 99;
  • green value is 181;
  • blue value is 172.
RGB:
(99,181,172)
(39%,71%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 181 of 255 = 71%
B 172 of 255 = 67%

99
181
172

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

Portions of RGB colors in percentages

R + G + B =
99 + 181 + 172 = 452 (100%)
R 99 of 452 ~ 21.9%
G 181 of 452 ~ 40.04%
B 172 of 452 ~ 38.05%

%21.9
%40.04
%38.05

CMYK color model

#63B5AC color CMYK value is (45,0,5,29).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(45,0,5,29)
C45M0Y5K29 
(45%,0%,5%,29%)
(0.45/0.00/0.05/0.29)	

CMYK percentages

%45.3
%0
%4.97
%29.02

Codes

Color #63B5AC in popluar color models

63B5AC
RGB99181172
HSL173°35.65%54.90%
HSB/HSV173°45.30%70.98%
CMYK45.30%0.00%4.97%
29.02%

Color #63B5AC in popluar number systems.

HEX63B5AC
Decimal99181172
Binary11000111011010110101100
Octal143265254

Shades and tints

Shades of #63B5AC

#63B5AC
(99,181,172)
#5AA59D
(90,165,157)
#51958E
(81,149,142)
#48857F
(72,133,127)
#3F7570
(63,117,112)
#366561
(54,101,97)
#2D5552
(45,85,82)
#244543
(36,69,67)
#1B3534
(27,53,52)
#122525
(18,37,37)
#091516
(9,21,22)
#000000
(0,0,0)

Tints of #63B5AC

#63B5AC
(99,181,172)
#71BBB3
(113,187,179)
#7FC1BA
(127,193,186)
#8DC7C1
(141,199,193)
#9BCDC8
(155,205,200)
#A9D3CF
(169,211,207)
#B7D9D6
(183,217,214)
#C5DFDD
(197,223,221)
#D3E5E4
(211,229,228)
#E1EBEB
(225,235,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B5AC; }

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

This text font color is #63B5AC.


Background Color

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

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

This div background color is #63B5AC.


Border color

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

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

This div border color is #63B5AC.


Opacity

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

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

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

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

This text has shadow with #63B5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B5AC on black background.


Color preview on white background

This text has color #63B5AC on white background.



Black color preview on #63B5AC background

This text has black color on #63B5AC background.


White color preview on #63B5AC background

This text has white color on #63B5AC background.