COLOR #62B5C6

HEX: #62B5C6
RGB: (98,181,198)

Color info

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

RGB color model

#62B5C6 color RGB value is (98,181,198).

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

RGB channels and saturation

R 98 of 255 = 38%
G 181 of 255 = 71%
B 198 of 255 = 78%

98
181
198

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

Portions of RGB colors in percentages

R + G + B =
98 + 181 + 198 = 477 (100%)
R 98 of 477 ~ 20.55%
G 181 of 477 ~ 37.95%
B 198 of 477 ~ 41.51%

%20.55
%37.95
%41.51

CMYK color model

#62B5C6 color CMYK value is (51,9,0,22).

  • cyan value is 50.51%
  • magenta value is 8.59%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(51,9,0,22)
C51M9Y0K22 
(51%,9%,0%,22%)
(0.51/0.09/0.00/0.22)	

CMYK percentages

%50.51
%8.59
%0
%22.35

Codes

Color #62B5C6 in popluar color models

62B5C6
RGB98181198
HSL190°46.73%58.04%
HSB/HSV190°50.51%77.65%
CMYK50.51%8.59%0.00%
22.35%

Color #62B5C6 in popluar number systems.

HEX62B5C6
Decimal98181198
Binary11000101011010111000110
Octal142265306

Shades and tints

Shades of #62B5C6

#62B5C6
(98,181,198)
#5AA5B4
(90,165,180)
#5295A2
(82,149,162)
#4A8590
(74,133,144)
#42757E
(66,117,126)
#3A656C
(58,101,108)
#32555A
(50,85,90)
#2A4548
(42,69,72)
#223536
(34,53,54)
#1A2524
(26,37,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #62B5C6

#62B5C6
(98,181,198)
#70BBCB
(112,187,203)
#7EC1D0
(126,193,208)
#8CC7D5
(140,199,213)
#9ACDDA
(154,205,218)
#A8D3DF
(168,211,223)
#B6D9E4
(182,217,228)
#C4DFE9
(196,223,233)
#D2E5EE
(210,229,238)
#E0EBF3
(224,235,243)
#EEF1F8
(238,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62B5C6; }

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

This text font color is #62B5C6.


Background Color

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

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

This div background color is #62B5C6.


Border color

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

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

This div border color is #62B5C6.


Opacity

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

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

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

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

This text has shadow with #62B5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B5C6 on black background.


Color preview on white background

This text has color #62B5C6 on white background.



Black color preview on #62B5C6 background

This text has black color on #62B5C6 background.


White color preview on #62B5C6 background

This text has white color on #62B5C6 background.