COLOR #63B690

HEX: #63B690
RGB: (99,182,144)

Renk bilgisi

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

RGB renk modeli

#63B690 color RGB value is (99,182,144).

  • kırmız ton 99;
  • yeşil ton 182;
  • mavi ton 144.
RGB:
(99,182,144)
(39%,71%,56%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 182 of 255 = 71%
B 144 of 255 = 56%

99
182
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 182 + 144 = 425 (100%)
R 99 of 425 ~ 23.29%
G 182 of 425 ~ 42.82%
B 144 of 425 ~ 33.88%

%23.29
%42.82
%33.88

CMYK RENK MODELİ

#63B690 rengi CMYK tonu (46,0,21,29).

  • camgöbeği tonu 45.60%
  • eflatun tonu 0.00%
  • sarı tonu 20.88%
  • ana renk tonu 28.63%
CMYK:
(46,0,21,29)
C46M0Y21K29 
(46%,0%,21%,29%)
(0.46/0.00/0.21/0.29)	

CMYK yüzdeleri

%45.6
%0
%20.88
%28.63

Codes

Color #63B690 in popluar color models

63B690
RGB99182144
HSL153°36.24%55.10%
HSB/HSV153°45.60%71.37%
CMYK45.60%0.00%20.88%
28.63%

Color #63B690 in popluar number systems.

HEX63B690
Decimal99182144
Binary11000111011011010010000
Octal143266220

Shades and tints

Shades of #63B690

#63B690
(99,182,144)
#5AA683
(90,166,131)
#519676
(81,150,118)
#488669
(72,134,105)
#3F765C
(63,118,92)
#36664F
(54,102,79)
#2D5642
(45,86,66)
#244635
(36,70,53)
#1B3628
(27,54,40)
#12261B
(18,38,27)
#09160E
(9,22,14)
#000000
(0,0,0)

Tints of #63B690

#63B690
(99,182,144)
#71BC9A
(113,188,154)
#7FC2A4
(127,194,164)
#8DC8AE
(141,200,174)
#9BCEB8
(155,206,184)
#A9D4C2
(169,212,194)
#B7DACC
(183,218,204)
#C5E0D6
(197,224,214)
#D3E6E0
(211,230,224)
#E1ECEA
(225,236,234)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63B690 color. Also use rgb(99,182,144) instead hex code.

Text Font Color

.myTextColor { color: #63B690; }

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

This text font color is #63B690.


Background Color

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

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

This div background color is #63B690.


Border color

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

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

This div border color is #63B690.


Opacity

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

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

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

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

This text has shadow with #63B690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63B690 on black background.


Color preview on white background

This text has color #63B690 on white background.



Black color preview on #63B690 background

This text has black color on #63B690 background.


White color preview on #63B690 background

This text has white color on #63B690 background.