COLOR #63BAAF

HEX: #63BAAF RGB: (99,186,175)

Color info

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

RGB color model

#63BAAF color RGB value is (99,186,175).

RGB: (99,186,175) (39%, 73%, 69%)

RGB channels and saturation

R 99 of 255 = 39%
G 186 of 255 = 73%
B 175 of 255 = 69%

99
186
175

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

Portions of RGB colors in percentages

R + G + B = 99 + 186 + 175 = 460 (100%)
R 99 of 460 ~ 21.52%
G 186 of 460 ~ 40.43%
B 175 of 460 ~ 38.04'%

%21.52
%40.43
%38.04

CMYK color model

#63BAAF color CMYK value is (47,0,6,27).

  • cyan value is 46.77%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK: (47,0,6,27) C47M0Y6K27 (47%,0%,6%,27%) (0.47/0.00/0.06/0.27) 

CMYK percentages

%46.77
%0
%5.91
%27.06

Codes

Color #63BAAF in popluar color models

63 BA AF
RGB 99 186 175
HSL 172° 38.67% 55.88%
HSB/HSV 172° 46.77% 72.94%
CMYK 46.77% 0.00% 5.91%
27.06%

Color #63BAAF in popluar number systems.

HEX 63 BA AF
Decimal 99 186 175
Binary 1100011 10111010 10101111
Octal 143 272 257

Shades and tints

Shades of #63BAAF

#63BAAF
(99,186,175)
#5AAAA0
(90,170,160)
#519A91
(81,154,145)
#488A82
(72,138,130)
#3F7A73
(63,122,115)
#366A64
(54,106,100)
#2D5A55
(45,90,85)
#244A46
(36,74,70)
#1B3A37
(27,58,55)
#122A28
(18,42,40)
#091A19
(9,26,25)
#000000
(0,0,0)

Tints of #63BAAF

#63BAAF
(99,186,175)
#71C0B6
(113,192,182)
#7FC6BD
(127,198,189)
#8DCCC4
(141,204,196)
#9BD2CB
(155,210,203)
#A9D8D2
(169,216,210)
#B7DED9
(183,222,217)
#C5E4E0
(197,228,224)
#D3EAE7
(211,234,231)
#E1F0EE
(225,240,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63BAAF color. Also use rgb(99,186,175) instead hex code.

Text Font Color

.myTextColor { color: #63BAAF; }

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

This text font color is #63BAAF.

Background Color

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

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

This div background color is #63BAAF.

Border color

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

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

This div border color is #63BAAF.

Opacity

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

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

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

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

This text has shadow with #63BAAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63BAAF.

Preview

Color preview on black background

This text has color #63BAAF on black background.


Color preview on white background

This text has color #63BAAF on white background.


Black color preview on #63BAAF background

This text has black color on #63BAAF background.


White color preview on #63BAAF background

This text has white color on #63BAAF background.


Related colors

Complementary color

Complementary color for #hex is #9C4550.


I love getcolorcode.com

Triadic colors

1 #AF63BA and #BAAF63 with #63BAAF are triadic colors.

2 #AFBA63 and #BA63AF with #63BAAF are triadic colors.