COLOR #62BCC6

HEX: #62BCC6
RGB: (98,188,198)

Color info

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

RGB color model

#62BCC6 color RGB value is (98,188,198).

  • red value is 98;
  • green value is 188;
  • blue value is 198.
RGB:
(98,188,198)
(38%,74%,78%)

RGB channels and saturation

R 98 of 255 = 38%
G 188 of 255 = 74%
B 198 of 255 = 78%

98
188
198

R + G + B ~ 63%. #62BCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
98 + 188 + 198 = 484 (100%)
R 98 of 484 ~ 20.25%
G 188 of 484 ~ 38.84%
B 198 of 484 ~ 40.91%

%20.25
%38.84
%40.91

CMYK color model

#62BCC6 color CMYK value is (51,5,0,22).

  • cyan value is 50.51%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(51,5,0,22)
C51M5Y0K22 
(51%,5%,0%,22%)
(0.51/0.05/0.00/0.22)	

CMYK percentages

%50.51
%5.05
%0
%22.35

Codes

Color #62BCC6 in popluar color models

62BCC6
RGB98188198
HSL186°46.73%58.04%
HSB/HSV186°50.51%77.65%
CMYK50.51%5.05%0.00%
22.35%

Color #62BCC6 in popluar number systems.

HEX62BCC6
Decimal98188198
Binary11000101011110011000110
Octal142274306

Shades and tints

Shades of #62BCC6

#62BCC6
(98,188,198)
#5AABB4
(90,171,180)
#529AA2
(82,154,162)
#4A8990
(74,137,144)
#42787E
(66,120,126)
#3A676C
(58,103,108)
#32565A
(50,86,90)
#2A4548
(42,69,72)
#223436
(34,52,54)
#1A2324
(26,35,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #62BCC6

#62BCC6
(98,188,198)
#70C2CB
(112,194,203)
#7EC8D0
(126,200,208)
#8CCED5
(140,206,213)
#9AD4DA
(154,212,218)
#A8DADF
(168,218,223)
#B6E0E4
(182,224,228)
#C4E6E9
(196,230,233)
#D2ECEE
(210,236,238)
#E0F2F3
(224,242,243)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62BCC6 color. Also use rgb(98,188,198) instead hex code.

Text Font Color

.myTextColor { color: #62BCC6; }

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

This text font color is #62BCC6.


Background Color

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

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

This div background color is #62BCC6.


Border color

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

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

This div border color is #62BCC6.


Opacity

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

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

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

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

This text has shadow with #62BCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62BCC6 on black background.


Color preview on white background

This text has color #62BCC6 on white background.



Black color preview on #62BCC6 background

This text has black color on #62BCC6 background.


White color preview on #62BCC6 background

This text has white color on #62BCC6 background.