COLOR #62CED6

HEX: #62CED6
RGB: (98,206,214)

Color info

#62CED6 contains mainly green and blue colors. Web safe color of #62CED6 is #66CCCC (or #6CC).

RGB color model

#62CED6 color RGB value is (98,206,214).

  • red value is 98;
  • green value is 206;
  • blue value is 214.
RGB:
(98,206,214)
(38%,81%,84%)

RGB channels and saturation

R 98 of 255 = 38%
G 206 of 255 = 81%
B 214 of 255 = 84%

98
206
214

R + G + B ~ 68%. #62CED6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 206 + 214 = 518 (100%)
R 98 of 518 ~ 18.92%
G 206 of 518 ~ 39.77%
B 214 of 518 ~ 41.31%

%18.92
%39.77
%41.31

CMYK color model

#62CED6 color CMYK value is (54,4,0,16).

  • cyan value is 54.21%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(54,4,0,16)
C54M4Y0K16 
(54%,4%,0%,16%)
(0.54/0.04/0.00/0.16)	

CMYK percentages

%54.21
%3.74
%0
%16.08

Codes

Color #62CED6 in popluar color models

62CED6
RGB98206214
HSL184°58.59%61.18%
HSB/HSV184°54.21%83.92%
CMYK54.21%3.74%0.00%
16.08%

Color #62CED6 in popluar number systems.

HEX62CED6
Decimal98206214
Binary11000101100111011010110
Octal142316326

Shades and tints

Shades of #62CED6

#62CED6
(98,206,214)
#5ABCC3
(90,188,195)
#52AAB0
(82,170,176)
#4A989D
(74,152,157)
#42868A
(66,134,138)
#3A7477
(58,116,119)
#326264
(50,98,100)
#2A5051
(42,80,81)
#223E3E
(34,62,62)
#1A2C2B
(26,44,43)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #62CED6

#62CED6
(98,206,214)
#70D2D9
(112,210,217)
#7ED6DC
(126,214,220)
#8CDADF
(140,218,223)
#9ADEE2
(154,222,226)
#A8E2E5
(168,226,229)
#B6E6E8
(182,230,232)
#C4EAEB
(196,234,235)
#D2EEEE
(210,238,238)
#E0F2F1
(224,242,241)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62CED6 color. Also use rgb(98,206,214) instead hex code.

Text Font Color

.myTextColor { color: #62CED6; }

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

This text font color is #62CED6.


Background Color

.myBgColor { background-color: #62CED6; }

<div style="background-color:#62CED6">Inner text</div>

This div background color is #62CED6.


Border color

.myBorderColor { border: 1px solid #62CED6; }

<div style="border:3px solid #62CED6">Div</div>

This div border color is #62CED6.


Opacity

.myOpacity80 { color: #62CED6; opacity: 0.8; }

<p style="color:#62CED6;opacity:0.8;">80%</p>

Text with #62CED6 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 #62CED6;}

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

This text has shadow with #62CED6 color.

.textShadow {text-shadow: 3px 3px 1px #62CED6, 3px 3px 1px red;}

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

This text has shadow with #62CED6 primary color and red secondary color.


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

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

This text has shadow with #62CED6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62CED6 on black background.


Color preview on white background

This text has color #62CED6 on white background.



Black color preview on #62CED6 background

This text has black color on #62CED6 background.


White color preview on #62CED6 background

This text has white color on #62CED6 background.