COLOR #62AFA5

HEX: #62AFA5
RGB: (98,175,165)

Color info

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

RGB color model

#62AFA5 color RGB value is (98,175,165).

  • red value is 98;
  • green value is 175;
  • blue value is 165.
RGB:
(98,175,165)
(38%,69%,65%)

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 165 of 255 = 65%

98
175
165

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

Portions of RGB colors in percentages

R + G + B =
98 + 175 + 165 = 438 (100%)
R 98 of 438 ~ 22.37%
G 175 of 438 ~ 39.95%
B 165 of 438 ~ 37.67%

%22.37
%39.95
%37.67

CMYK color model

#62AFA5 color CMYK value is (44,0,6,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(44,0,6,31)
C44M0Y6K31 
(44%,0%,6%,31%)
(0.44/0.00/0.06/0.31)	

CMYK percentages

%44
%0
%5.71
%31.37

Codes

Color #62AFA5 in popluar color models

62AFA5
RGB98175165
HSL172°32.49%53.53%
HSB/HSV172°44.00%68.63%
CMYK44.00%0.00%5.71%
31.37%

Color #62AFA5 in popluar number systems.

HEX62AFA5
Decimal98175165
Binary11000101010111110100101
Octal142257245

Shades and tints

Shades of #62AFA5

#62AFA5
(98,175,165)
#5AA096
(90,160,150)
#529187
(82,145,135)
#4A8278
(74,130,120)
#427369
(66,115,105)
#3A645A
(58,100,90)
#32554B
(50,85,75)
#2A463C
(42,70,60)
#22372D
(34,55,45)
#1A281E
(26,40,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #62AFA5

#62AFA5
(98,175,165)
#70B6AD
(112,182,173)
#7EBDB5
(126,189,181)
#8CC4BD
(140,196,189)
#9ACBC5
(154,203,197)
#A8D2CD
(168,210,205)
#B6D9D5
(182,217,213)
#C4E0DD
(196,224,221)
#D2E7E5
(210,231,229)
#E0EEED
(224,238,237)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AFA5 color. Also use rgb(98,175,165) instead hex code.

Text Font Color

.myTextColor { color: #62AFA5; }

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

This text font color is #62AFA5.


Background Color

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

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

This div background color is #62AFA5.


Border color

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

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

This div border color is #62AFA5.


Opacity

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

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

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

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

This text has shadow with #62AFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AFA5 on black background.


Color preview on white background

This text has color #62AFA5 on white background.



Black color preview on #62AFA5 background

This text has black color on #62AFA5 background.


White color preview on #62AFA5 background

This text has white color on #62AFA5 background.