COLOR #63C0A9

HEX: #63C0A9
RGB: (99,192,169)

Renk bilgisi

#63C0A9 contains mainly green and blue colors. #63C0A9 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#63C0A9 color RGB value is (99,192,169).

  • kırmız ton 99;
  • yeşil ton 192;
  • mavi ton 169.
RGB:
(99,192,169)
(39%,75%,66%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 192 of 255 = 75%
B 169 of 255 = 66%

99
192
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 192 + 169 = 460 (100%)
R 99 of 460 ~ 21.52%
G 192 of 460 ~ 41.74%
B 169 of 460 ~ 36.74%

%21.52
%41.74
%36.74

CMYK RENK MODELİ

#63C0A9 rengi CMYK tonu (48,0,12,25).

  • camgöbeği tonu 48.44%
  • eflatun tonu 0.00%
  • sarı tonu 11.98%
  • ana renk tonu 24.71%
CMYK:
(48,0,12,25)
C48M0Y12K25 
(48%,0%,12%,25%)
(0.48/0.00/0.12/0.25)	

CMYK yüzdeleri

%48.44
%0
%11.98
%24.71

Codes

Color #63C0A9 in popluar color models

63C0A9
RGB99192169
HSL165°42.47%57.06%
HSB/HSV165°48.44%75.29%
CMYK48.44%0.00%11.98%
24.71%

Color #63C0A9 in popluar number systems.

HEX63C0A9
Decimal99192169
Binary11000111100000010101001
Octal143300251

Shades and tints

Shades of #63C0A9

#63C0A9
(99,192,169)
#5AAF9A
(90,175,154)
#519E8B
(81,158,139)
#488D7C
(72,141,124)
#3F7C6D
(63,124,109)
#366B5E
(54,107,94)
#2D5A4F
(45,90,79)
#244940
(36,73,64)
#1B3831
(27,56,49)
#122722
(18,39,34)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #63C0A9

#63C0A9
(99,192,169)
#71C5B0
(113,197,176)
#7FCAB7
(127,202,183)
#8DCFBE
(141,207,190)
#9BD4C5
(155,212,197)
#A9D9CC
(169,217,204)
#B7DED3
(183,222,211)
#C5E3DA
(197,227,218)
#D3E8E1
(211,232,225)
#E1EDE8
(225,237,232)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63C0A9; }

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

This text font color is #63C0A9.


Background Color

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

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

This div background color is #63C0A9.


Border color

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

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

This div border color is #63C0A9.


Opacity

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

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

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

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

This text has shadow with #63C0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63C0A9 on black background.


Color preview on white background

This text has color #63C0A9 on white background.



Black color preview on #63C0A9 background

This text has black color on #63C0A9 background.


White color preview on #63C0A9 background

This text has white color on #63C0A9 background.