COLOR #62AF8E

HEX: #62AF8E
RGB: (98,175,142)

Color info

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

RGB color model

#62AF8E color RGB value is (98,175,142).

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

RGB channels and saturation

R 98 of 255 = 38%
G 175 of 255 = 69%
B 142 of 255 = 56%

98
175
142

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

Portions of RGB colors in percentages

R + G + B =
98 + 175 + 142 = 415 (100%)
R 98 of 415 ~ 23.61%
G 175 of 415 ~ 42.17%
B 142 of 415 ~ 34.22%

%23.61
%42.17
%34.22

CMYK color model

#62AF8E color CMYK value is (44,0,19,31).

  • cyan value is 44.00%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(44,0,19,31)
C44M0Y19K31 
(44%,0%,19%,31%)
(0.44/0.00/0.19/0.31)	

CMYK percentages

%44
%0
%18.86
%31.37

Codes

Color #62AF8E in popluar color models

62AF8E
RGB98175142
HSL154°32.49%53.53%
HSB/HSV154°44.00%68.63%
CMYK44.00%0.00%18.86%
31.37%

Color #62AF8E in popluar number systems.

HEX62AF8E
Decimal98175142
Binary11000101010111110001110
Octal142257216

Shades and tints

Shades of #62AF8E

#62AF8E
(98,175,142)
#5AA082
(90,160,130)
#529176
(82,145,118)
#4A826A
(74,130,106)
#42735E
(66,115,94)
#3A6452
(58,100,82)
#325546
(50,85,70)
#2A463A
(42,70,58)
#22372E
(34,55,46)
#1A2822
(26,40,34)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #62AF8E

#62AF8E
(98,175,142)
#70B698
(112,182,152)
#7EBDA2
(126,189,162)
#8CC4AC
(140,196,172)
#9ACBB6
(154,203,182)
#A8D2C0
(168,210,192)
#B6D9CA
(182,217,202)
#C4E0D4
(196,224,212)
#D2E7DE
(210,231,222)
#E0EEE8
(224,238,232)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62AF8E; }

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

This text font color is #62AF8E.


Background Color

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

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

This div background color is #62AF8E.


Border color

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

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

This div border color is #62AF8E.


Opacity

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

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

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

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

This text has shadow with #62AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AF8E on black background.


Color preview on white background

This text has color #62AF8E on white background.



Black color preview on #62AF8E background

This text has black color on #62AF8E background.


White color preview on #62AF8E background

This text has white color on #62AF8E background.