COLOR #63B2B4

HEX: #63B2B4 RGB: (99,178,180)

Color info

#63B2B4 contains mainly green and blue colors. Web safe color of #63B2B4 is #6699CC (or #69C).

RGB color model

#63B2B4 color RGB value is (99,178,180).

RGB: (99,178,180) (39%, 70%, 71%)

RGB channels and saturation

R 99 of 255 = 39%
G 178 of 255 = 70%
B 180 of 255 = 71%

99
178
180

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

Portions of RGB colors in percentages

R + G + B = 99 + 178 + 180 = 457 (100%)
R 99 of 457 ~ 21.66%
G 178 of 457 ~ 38.95%
B 180 of 457 ~ 39.39'%

%21.66
%38.95
%39.39

CMYK color model

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

  • cyan value is 45.00%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 29.41%

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

CMYK percentages

%45
%1.11
%0
%29.41

Codes

Color #63B2B4 in popluar color models

63 B2 B4
RGB 99 178 180
HSL 181° 35.06% 54.71%
HSB/HSV 181° 45.00% 70.59%
CMYK 45.00% 1.11% 0.00%
29.41%

Color #63B2B4 in popluar number systems.

HEX 63 B2 B4
Decimal 99 178 180
Binary 1100011 10110010 10110100
Octal 143 262 264

Shades and tints

Shades of #63B2B4

#63B2B4
(99,178,180)
#5AA2A4
(90,162,164)
#519294
(81,146,148)
#488284
(72,130,132)
#3F7274
(63,114,116)
#366264
(54,98,100)
#2D5254
(45,82,84)
#244244
(36,66,68)
#1B3234
(27,50,52)
#122224
(18,34,36)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #63B2B4

#63B2B4
(99,178,180)
#71B9BA
(113,185,186)
#7FC0C0
(127,192,192)
#8DC7C6
(141,199,198)
#9BCECC
(155,206,204)
#A9D5D2
(169,213,210)
#B7DCD8
(183,220,216)
#C5E3DE
(197,227,222)
#D3EAE4
(211,234,228)
#E1F1EA
(225,241,234)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B2B4 color. Also use rgb(99,178,180) instead hex code.

Text Font Color

.myTextColor { color: #63B2B4; }

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

This text font color is #63B2B4.

Background Color

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

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

This div background color is #63B2B4.

Border color

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

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

This div border color is #63B2B4.

Opacity

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

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

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

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

This text has shadow with #63B2B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63B2B4.

Preview

Color preview on black background

This text has color #63B2B4 on black background.


Color preview on white background

This text has color #63B2B4 on white background.


Black color preview on #63B2B4 background

This text has black color on #63B2B4 background.


White color preview on #63B2B4 background

This text has white color on #63B2B4 background.


Related colors

Complementary color

Complementary color for #hex is #9C4D4B.


I love getcolorcode.com

Triadic colors

1 #B463B2 and #B2B463 with #63B2B4 are triadic colors.

2 #B4B263 and #B263B4 with #63B2B4 are triadic colors.