COLOR #62A498

HEX: #62A498
RGB: (98,164,152)

Color info

#62A498 contains mainly green and blue colors. Web safe color of #62A498 is #669999 (or #699).

RGB color model

#62A498 color RGB value is (98,164,152).

  • red value is 98;
  • green value is 164;
  • blue value is 152.
RGB:
(98,164,152)
(38%,64%,60%)

RGB channels and saturation

R 98 of 255 = 38%
G 164 of 255 = 64%
B 152 of 255 = 60%

98
164
152

R + G + B ~ 54%. #62A498 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
98 + 164 + 152 = 414 (100%)
R 98 of 414 ~ 23.67%
G 164 of 414 ~ 39.61%
B 152 of 414 ~ 36.71%

%23.67
%39.61
%36.71

CMYK color model

#62A498 color CMYK value is (40,0,7,36).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 35.69%
CMYK:
(40,0,7,36)
C40M0Y7K36 
(40%,0%,7%,36%)
(0.40/0.00/0.07/0.36)	

CMYK percentages

%40.24
%0
%7.32
%35.69

Codes

Color #62A498 in popluar color models

62A498
RGB98164152
HSL169°26.61%51.37%
HSB/HSV169°40.24%64.31%
CMYK40.24%0.00%7.32%
35.69%

Color #62A498 in popluar number systems.

HEX62A498
Decimal98164152
Binary11000101010010010011000
Octal142244230

Shades and tints

Shades of #62A498

#62A498
(98,164,152)
#5A968B
(90,150,139)
#52887E
(82,136,126)
#4A7A71
(74,122,113)
#426C64
(66,108,100)
#3A5E57
(58,94,87)
#32504A
(50,80,74)
#2A423D
(42,66,61)
#223430
(34,52,48)
#1A2623
(26,38,35)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #62A498

#62A498
(98,164,152)
#70ACA1
(112,172,161)
#7EB4AA
(126,180,170)
#8CBCB3
(140,188,179)
#9AC4BC
(154,196,188)
#A8CCC5
(168,204,197)
#B6D4CE
(182,212,206)
#C4DCD7
(196,220,215)
#D2E4E0
(210,228,224)
#E0ECE9
(224,236,233)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A498 color. Also use rgb(98,164,152) instead hex code.

Text Font Color

.myTextColor { color: #62A498; }

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

This text font color is #62A498.


Background Color

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

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

This div background color is #62A498.


Border color

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

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

This div border color is #62A498.


Opacity

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

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

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

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

This text has shadow with #62A498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A498 on black background.


Color preview on white background

This text has color #62A498 on white background.



Black color preview on #62A498 background

This text has black color on #62A498 background.


White color preview on #62A498 background

This text has white color on #62A498 background.