COLOR #63C0AA

HEX: #63C0AA
RGB: (99,192,170)

Color info

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

RGB color model

#63C0AA color RGB value is (99,192,170).

  • red value is 99;
  • green value is 192;
  • blue value is 170.
RGB:
(99,192,170)
(39%,75%,67%)

RGB channels and saturation

R 99 of 255 = 39%
G 192 of 255 = 75%
B 170 of 255 = 67%

99
192
170

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

Portions of RGB colors in percentages

R + G + B =
99 + 192 + 170 = 461 (100%)
R 99 of 461 ~ 21.48%
G 192 of 461 ~ 41.65%
B 170 of 461 ~ 36.88%

%21.48
%41.65
%36.88

CMYK color model

#63C0AA color CMYK value is (48,0,11,25).

  • cyan value is 48.44%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(48,0,11,25)
C48M0Y11K25 
(48%,0%,11%,25%)
(0.48/0.00/0.11/0.25)	

CMYK percentages

%48.44
%0
%11.46
%24.71

Codes

Color #63C0AA in popluar color models

63C0AA
RGB99192170
HSL166°42.47%57.06%
HSB/HSV166°48.44%75.29%
CMYK48.44%0.00%11.46%
24.71%

Color #63C0AA in popluar number systems.

HEX63C0AA
Decimal99192170
Binary11000111100000010101010
Octal143300252

Shades and tints

Shades of #63C0AA

#63C0AA
(99,192,170)
#5AAF9B
(90,175,155)
#519E8C
(81,158,140)
#488D7D
(72,141,125)
#3F7C6E
(63,124,110)
#366B5F
(54,107,95)
#2D5A50
(45,90,80)
#244941
(36,73,65)
#1B3832
(27,56,50)
#122723
(18,39,35)
#091614
(9,22,20)
#000000
(0,0,0)

Tints of #63C0AA

#63C0AA
(99,192,170)
#71C5B1
(113,197,177)
#7FCAB8
(127,202,184)
#8DCFBF
(141,207,191)
#9BD4C6
(155,212,198)
#A9D9CD
(169,217,205)
#B7DED4
(183,222,212)
#C5E3DB
(197,227,219)
#D3E8E2
(211,232,226)
#E1EDE9
(225,237,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C0AA color. Also use rgb(99,192,170) instead hex code.

Text Font Color

.myTextColor { color: #63C0AA; }

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

This text font color is #63C0AA.


Background Color

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

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

This div background color is #63C0AA.


Border color

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

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

This div border color is #63C0AA.


Opacity

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

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

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

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

This text has shadow with #63C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C0AA on black background.


Color preview on white background

This text has color #63C0AA on white background.



Black color preview on #63C0AA background

This text has black color on #63C0AA background.


White color preview on #63C0AA background

This text has white color on #63C0AA background.