COLOR #63C69C

HEX: #63C69C RGB: (99,198,156)

Color info

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

RGB color model

#63C69C color RGB value is (99,198,156).

RGB: (99,198,156) (39%, 78%, 61%)

RGB channels and saturation

R 99 of 255 = 39%
G 198 of 255 = 78%
B 156 of 255 = 61%

99
198
156

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

Portions of RGB colors in percentages

R + G + B = 99 + 198 + 156 = 453 (100%)
R 99 of 453 ~ 21.85%
G 198 of 453 ~ 43.71%
B 156 of 453 ~ 34.44'%

%21.85
%43.71
%34.44

CMYK color model

#63C69C color CMYK value is (50,0,21,22).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 22.35%
CMYK: (50,0,21,22) C50M0Y21K22 (50%,0%,21%,22%) (0.50/0.00/0.21/0.22) 

CMYK percentages

%50
%0
%21.21
%22.35

Codes

Color #63C69C in popluar color models

63 C6 9C
RGB 99 198 156
HSL 155° 46.48% 58.24%
HSB/HSV 155° 50.00% 77.65%
CMYK 50.00% 0.00% 21.21%
22.35%

Color #63C69C in popluar number systems.

HEX 63 C6 9C
Decimal 99 198 156
Binary 1100011 11000110 10011100
Octal 143 306 234

Shades and tints

Shades of #63C69C

#63C69C
(99,198,156)
#5AB48E
(90,180,142)
#51A280
(81,162,128)
#489072
(72,144,114)
#3F7E64
(63,126,100)
#366C56
(54,108,86)
#2D5A48
(45,90,72)
#24483A
(36,72,58)
#1B362C
(27,54,44)
#12241E
(18,36,30)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #63C69C

#63C69C
(99,198,156)
#71CBA5
(113,203,165)
#7FD0AE
(127,208,174)
#8DD5B7
(141,213,183)
#9BDAC0
(155,218,192)
#A9DFC9
(169,223,201)
#B7E4D2
(183,228,210)
#C5E9DB
(197,233,219)
#D3EEE4
(211,238,228)
#E1F3ED
(225,243,237)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63C69C color. Also use rgb(99,198,156) instead hex code.

Text Font Color

.myTextColor { color: #63C69C; }

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

This text font color is #63C69C.

Background Color

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

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

This div background color is #63C69C.

Border color

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

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

This div border color is #63C69C.

Opacity

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

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

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

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

This text has shadow with #63C69C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63C69C.

Preview

Color preview on black background

This text has color #63C69C on black background.


Color preview on white background

This text has color #63C69C on white background.


Black color preview on #63C69C background

This text has black color on #63C69C background.


White color preview on #63C69C background

This text has white color on #63C69C background.


Related colors

Complementary color

Complementary color for #hex is #9C3963.


I love getcolorcode.com

Triadic colors

1 #9C63C6 and #C69C63 with #63C69C are triadic colors.

2 #9CC663 and #C6639C with #63C69C are triadic colors.