COLOR #63F5E1

HEX: #63F5E1
RGB: (99,245,225)

Renk bilgisi

#63F5E1 contains mainly green and blue colors. #63F5E1 ‘ nin web güvenlik rengi #66FFCC (ya da #6FC) dir.

RGB renk modeli

#63F5E1 color RGB value is (99,245,225).

  • kırmız ton 99;
  • yeşil ton 245;
  • mavi ton 225.
RGB:
(99,245,225)
(39%,96%,88%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 245 of 255 = 96%
B 225 of 255 = 88%

99
245
225

R + G + B ~ 74%. #63F5E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 245 + 225 = 569 (100%)
R 99 of 569 ~ 17.4%
G 245 of 569 ~ 43.06%
B 225 of 569 ~ 39.54%

%17.4
%43.06
%39.54

CMYK RENK MODELİ

#63F5E1 rengi CMYK tonu (60,0,8,4).

  • camgöbeği tonu 59.59%
  • eflatun tonu 0.00%
  • sarı tonu 8.16%
  • ana renk tonu 3.92%
CMYK:
(60,0,8,4)
C60M0Y8K4 
(60%,0%,8%,4%)
(0.60/0.00/0.08/0.04)	

CMYK yüzdeleri

%59.59
%0
%8.16
%3.92

Codes

Color #63F5E1 in popluar color models

63F5E1
RGB99245225
HSL172°87.95%67.45%
HSB/HSV172°59.59%96.08%
CMYK59.59%0.00%8.16%
3.92%

Color #63F5E1 in popluar number systems.

HEX63F5E1
Decimal99245225
Binary11000111111010111100001
Octal143365341

Shades and tints

Shades of #63F5E1

#63F5E1
(99,245,225)
#5ADFCD
(90,223,205)
#51C9B9
(81,201,185)
#48B3A5
(72,179,165)
#3F9D91
(63,157,145)
#36877D
(54,135,125)
#2D7169
(45,113,105)
#245B55
(36,91,85)
#1B4541
(27,69,65)
#122F2D
(18,47,45)
#091919
(9,25,25)
#000000
(0,0,0)

Tints of #63F5E1

#63F5E1
(99,245,225)
#71F5E3
(113,245,227)
#7FF5E5
(127,245,229)
#8DF5E7
(141,245,231)
#9BF5E9
(155,245,233)
#A9F5EB
(169,245,235)
#B7F5ED
(183,245,237)
#C5F5EF
(197,245,239)
#D3F5F1
(211,245,241)
#E1F5F3
(225,245,243)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63F5E1 color. Also use rgb(99,245,225) instead hex code.

Text Font Color

.myTextColor { color: #63F5E1; }

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

This text font color is #63F5E1.


Background Color

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

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

This div background color is #63F5E1.


Border color

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

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

This div border color is #63F5E1.


Opacity

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

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

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

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

This text has shadow with #63F5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63F5E1 on black background.


Color preview on white background

This text has color #63F5E1 on white background.



Black color preview on #63F5E1 background

This text has black color on #63F5E1 background.


White color preview on #63F5E1 background

This text has white color on #63F5E1 background.