COLOR #63B5B3

HEX: #63B5B3 RGB: (99,181,179)

Color info

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

RGB color model

#63B5B3 color RGB value is (99,181,179).

RGB: (99,181,179) (39%, 71%, 70%)

RGB channels and saturation

R 99 of 255 = 39%
G 181 of 255 = 71%
B 179 of 255 = 70%

99
181
179

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

Portions of RGB colors in percentages

R + G + B = 99 + 181 + 179 = 459 (100%)
R 99 of 459 ~ 21.57%
G 181 of 459 ~ 39.43%
B 179 of 459 ~ 39'%

%21.57
%39.43
%39

CMYK color model

#63B5B3 color CMYK value is (45,0,1,29).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 1.10%
  • key color value is 29.02%

CMYK: (45,0,1,29)
C45M0Y1K29 (45%, 0%, 1%, 29%)
(0.45 / 0.00 / 0.01 / 0.29)

CMYK percentages

%45.3
%0
%1.1
%29.02

Codes

Color #63B5B3 in popluar color models

63 B5 B3
RGB 99 181 179
HSL 179° 35.65% 54.90%
HSB/HSV 179° 45.30% 70.98%
CMYK 45.30% 0.00% 1.10%
29.02%

Color #63B5B3 in popluar number systems.

HEX 63 B5 B3
Decimal 99 181 179
Binary 1100011 10110101 10110011
Octal 143 265 263

Shades and tints

Shades of #63B5B3

#63B5B3
(99,181,179)
#5AA5A3
(90,165,163)
#519593
(81,149,147)
#488583
(72,133,131)
#3F7573
(63,117,115)
#366563
(54,101,99)
#2D5553
(45,85,83)
#244543
(36,69,67)
#1B3533
(27,53,51)
#122523
(18,37,35)
#091513
(9,21,19)
#000000
(0,0,0)

Tints of #63B5B3

#63B5B3
(99,181,179)
#71BBB9
(113,187,185)
#7FC1BF
(127,193,191)
#8DC7C5
(141,199,197)
#9BCDCB
(155,205,203)
#A9D3D1
(169,211,209)
#B7D9D7
(183,217,215)
#C5DFDD
(197,223,221)
#D3E5E3
(211,229,227)
#E1EBE9
(225,235,233)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63B5B3; }

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

This text font color is #63B5B3.

Background Color

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

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

This div background color is #63B5B3.

Border color

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

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

This div border color is #63B5B3.

Opacity

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

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

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

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

This text has shadow with #63B5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B5B3.

Preview

Color preview on black background

This text has color #63B5B3 on black background.


Color preview on white background

This text has color #63B5B3 on white background.


Black color preview on #63B5B3 background

This text has black color on #63B5B3 background.


White color preview on #63B5B3 background

This text has white color on #63B5B3 background.


Related colors

Complementary color

Complementary color for #hex is #9C4A4C.


I love getcolorcode.com

Triadic colors

1 #B363B5 and #B5B363 with #63B5B3 are triadic colors.

2 #B3B563 and #B563B3 with #63B5B3 are triadic colors.