COLOR #62B2BE

HEX: #62B2BE
RGB: (98,178,190)

Color info

#62B2BE contains mainly green and blue colors. Web safe color of #62B2BE is #6699CC (or #69C).

RGB color model

#62B2BE color RGB value is (98,178,190).

  • red value is 98;
  • green value is 178;
  • blue value is 190.
RGB:
(98,178,190)
(38%,70%,75%)

RGB channels and saturation

R 98 of 255 = 38%
G 178 of 255 = 70%
B 190 of 255 = 75%

98
178
190

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

Portions of RGB colors in percentages

R + G + B =
98 + 178 + 190 = 466 (100%)
R 98 of 466 ~ 21.03%
G 178 of 466 ~ 38.2%
B 190 of 466 ~ 40.77%

%21.03
%38.2
%40.77

CMYK color model

#62B2BE color CMYK value is (48,6,0,25).

  • cyan value is 48.42%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(48,6,0,25)
C48M6Y0K25 
(48%,6%,0%,25%)
(0.48/0.06/0.00/0.25)	

CMYK percentages

%48.42
%6.32
%0
%25.49

Codes

Color #62B2BE in popluar color models

62B2BE
RGB98178190
HSL188°41.44%56.47%
HSB/HSV188°48.42%74.51%
CMYK48.42%6.32%0.00%
25.49%

Color #62B2BE in popluar number systems.

HEX62B2BE
Decimal98178190
Binary11000101011001010111110
Octal142262276

Shades and tints

Shades of #62B2BE

#62B2BE
(98,178,190)
#5AA2AD
(90,162,173)
#52929C
(82,146,156)
#4A828B
(74,130,139)
#42727A
(66,114,122)
#3A6269
(58,98,105)
#325258
(50,82,88)
#2A4247
(42,66,71)
#223236
(34,50,54)
#1A2225
(26,34,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #62B2BE

#62B2BE
(98,178,190)
#70B9C3
(112,185,195)
#7EC0C8
(126,192,200)
#8CC7CD
(140,199,205)
#9ACED2
(154,206,210)
#A8D5D7
(168,213,215)
#B6DCDC
(182,220,220)
#C4E3E1
(196,227,225)
#D2EAE6
(210,234,230)
#E0F1EB
(224,241,235)
#EEF8F0
(238,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B2BE color. Also use rgb(98,178,190) instead hex code.

Text Font Color

.myTextColor { color: #62B2BE; }

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

This text font color is #62B2BE.


Background Color

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

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

This div background color is #62B2BE.


Border color

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

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

This div border color is #62B2BE.


Opacity

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

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

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

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

This text has shadow with #62B2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62B2BE on black background.


Color preview on white background

This text has color #62B2BE on white background.



Black color preview on #62B2BE background

This text has black color on #62B2BE background.


White color preview on #62B2BE background

This text has white color on #62B2BE background.