COLOR #63E0AE

HEX: #63E0AE
RGB: (99,224,174)

Renk bilgisi

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

RGB renk modeli

#63E0AE color RGB value is (99,224,174).

  • kırmız ton 99;
  • yeşil ton 224;
  • mavi ton 174.
RGB:
(99,224,174)
(39%,88%,68%)

RGB bağlantıları ve doygunluk

R 99 of 255 = 39%
G 224 of 255 = 88%
B 174 of 255 = 68%

99
224
174

R + G + B ~ 65%. #63E0AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
99 + 224 + 174 = 497 (100%)
R 99 of 497 ~ 19.92%
G 224 of 497 ~ 45.07%
B 174 of 497 ~ 35.01%

%19.92
%45.07
%35.01

CMYK RENK MODELİ

#63E0AE rengi CMYK tonu (56,0,22,12).

  • camgöbeği tonu 55.80%
  • eflatun tonu 0.00%
  • sarı tonu 22.32%
  • ana renk tonu 12.16%
CMYK:
(56,0,22,12)
C56M0Y22K12 
(56%,0%,22%,12%)
(0.56/0.00/0.22/0.12)	

CMYK yüzdeleri

%55.8
%0
%22.32
%12.16

Codes

Color #63E0AE in popluar color models

63E0AE
RGB99224174
HSL156°66.84%63.33%
HSB/HSV156°55.80%87.84%
CMYK55.80%0.00%22.32%
12.16%

Color #63E0AE in popluar number systems.

HEX63E0AE
Decimal99224174
Binary11000111110000010101110
Octal143340256

Shades and tints

Shades of #63E0AE

#63E0AE
(99,224,174)
#5ACC9F
(90,204,159)
#51B890
(81,184,144)
#48A481
(72,164,129)
#3F9072
(63,144,114)
#367C63
(54,124,99)
#2D6854
(45,104,84)
#245445
(36,84,69)
#1B4036
(27,64,54)
#122C27
(18,44,39)
#091818
(9,24,24)
#000000
(0,0,0)

Tints of #63E0AE

#63E0AE
(99,224,174)
#71E2B5
(113,226,181)
#7FE4BC
(127,228,188)
#8DE6C3
(141,230,195)
#9BE8CA
(155,232,202)
#A9EAD1
(169,234,209)
#B7ECD8
(183,236,216)
#C5EEDF
(197,238,223)
#D3F0E6
(211,240,230)
#E1F2ED
(225,242,237)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63E0AE color. Also use rgb(99,224,174) instead hex code.

Text Font Color

.myTextColor { color: #63E0AE; }

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

This text font color is #63E0AE.


Background Color

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

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

This div background color is #63E0AE.


Border color

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

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

This div border color is #63E0AE.


Opacity

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

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

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

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

This text has shadow with #63E0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63E0AE on black background.


Color preview on white background

This text has color #63E0AE on white background.



Black color preview on #63E0AE background

This text has black color on #63E0AE background.


White color preview on #63E0AE background

This text has white color on #63E0AE background.