COLOR #63CCAA

HEX: #63CCAA
RGB: (99,204,170)

Color info

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

RGB color model

#63CCAA color RGB value is (99,204,170).

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

RGB channels and saturation

R 99 of 255 = 39%
G 204 of 255 = 80%
B 170 of 255 = 67%

99
204
170

R + G + B ~ 62%. #63CCAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
99 + 204 + 170 = 473 (100%)
R 99 of 473 ~ 20.93%
G 204 of 473 ~ 43.13%
B 170 of 473 ~ 35.94%

%20.93
%43.13
%35.94

CMYK color model

#63CCAA color CMYK value is (51,0,17,20).

  • cyan value is 51.47%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(51,0,17,20)
C51M0Y17K20 
(51%,0%,17%,20%)
(0.51/0.00/0.17/0.20)	

CMYK percentages

%51.47
%0
%16.67
%20

Codes

Color #63CCAA in popluar color models

63CCAA
RGB99204170
HSL161°50.72%59.41%
HSB/HSV161°51.47%80.00%
CMYK51.47%0.00%16.67%
20.00%

Color #63CCAA in popluar number systems.

HEX63CCAA
Decimal99204170
Binary11000111100110010101010
Octal143314252

Shades and tints

Shades of #63CCAA

#63CCAA
(99,204,170)
#5ABA9B
(90,186,155)
#51A88C
(81,168,140)
#48967D
(72,150,125)
#3F846E
(63,132,110)
#36725F
(54,114,95)
#2D6050
(45,96,80)
#244E41
(36,78,65)
#1B3C32
(27,60,50)
#122A23
(18,42,35)
#091814
(9,24,20)
#000000
(0,0,0)

Tints of #63CCAA

#63CCAA
(99,204,170)
#71D0B1
(113,208,177)
#7FD4B8
(127,212,184)
#8DD8BF
(141,216,191)
#9BDCC6
(155,220,198)
#A9E0CD
(169,224,205)
#B7E4D4
(183,228,212)
#C5E8DB
(197,232,219)
#D3ECE2
(211,236,226)
#E1F0E9
(225,240,233)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63CCAA; }

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

This text font color is #63CCAA.


Background Color

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

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

This div background color is #63CCAA.


Border color

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

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

This div border color is #63CCAA.


Opacity

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

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

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

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

This text has shadow with #63CCAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63CCAA on black background.


Color preview on white background

This text has color #63CCAA on white background.



Black color preview on #63CCAA background

This text has black color on #63CCAA background.


White color preview on #63CCAA background

This text has white color on #63CCAA background.