COLOR #63EAD0

HEX: #63EAD0 RGB: (99,234,208)

Color info

#63EAD0 contains mainly green and blue colors. Web safe color of #63EAD0 is #66FFCC (or #6FC).

RGB color model

#63EAD0 color RGB value is (99,234,208).

RGB: (99,234,208) (39%, 92%, 82%)

RGB channels and saturation

R 99 of 255 = 39%
G 234 of 255 = 92%
B 208 of 255 = 82%

99
234
208

R + G + B ~ 71%. #63EAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 99 + 234 + 208 = 541 (100%)
R 99 of 541 ~ 18.3%
G 234 of 541 ~ 43.25%
B 208 of 541 ~ 38.45'%

%18.3
%43.25
%38.45

CMYK color model

#63EAD0 color CMYK value is (58,0,11,8).

  • cyan value is 57.69%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 8.24%

CMYK: (58,0,11,8)
C58M0Y11K8 (58%, 0%, 11%, 8%)
(0.58 / 0.00 / 0.11 / 0.08)

CMYK percentages

%57.69
%0
%11.11
%8.24

Codes

Color #63EAD0 in popluar color models

63 EA D0
RGB 99 234 208
HSL 168° 76.27% 65.29%
HSB/HSV 168° 57.69% 91.76%
CMYK 57.69% 0.00% 11.11%
8.24%

Color #63EAD0 in popluar number systems.

HEX 63 EA D0
Decimal 99 234 208
Binary 1100011 11101010 11010000
Octal 143 352 320

Shades and tints

Shades of #63EAD0

#63EAD0
(99,234,208)
#5AD5BE
(90,213,190)
#51C0AC
(81,192,172)
#48AB9A
(72,171,154)
#3F9688
(63,150,136)
#368176
(54,129,118)
#2D6C64
(45,108,100)
#245752
(36,87,82)
#1B4240
(27,66,64)
#122D2E
(18,45,46)
#09181C
(9,24,28)
#000000
(0,0,0)

Tints of #63EAD0

#63EAD0
(99,234,208)
#71EBD4
(113,235,212)
#7FECD8
(127,236,216)
#8DEDDC
(141,237,220)
#9BEEE0
(155,238,224)
#A9EFE4
(169,239,228)
#B7F0E8
(183,240,232)
#C5F1EC
(197,241,236)
#D3F2F0
(211,242,240)
#E1F3F4
(225,243,244)
#EFF4F8
(239,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63EAD0 color. Also use rgb(99,234,208) instead hex code.

Text Font Color

.myTextColor { color: #63EAD0; }

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

This text font color is #63EAD0.

Background Color

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

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

This div background color is #63EAD0.

Border color

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

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

This div border color is #63EAD0.

Opacity

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

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

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

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

This text has shadow with #63EAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #63EAD0.

Preview

Color preview on black background

This text has color #63EAD0 on black background.


Color preview on white background

This text has color #63EAD0 on white background.


Black color preview on #63EAD0 background

This text has black color on #63EAD0 background.


White color preview on #63EAD0 background

This text has white color on #63EAD0 background.


Related colors

Complementary color

Complementary color for #hex is #9C152F.


I love getcolorcode.com

Triadic colors

1 #D063EA and #EAD063 with #63EAD0 are triadic colors.

2 #D0EA63 and #EA63D0 with #63EAD0 are triadic colors.