COLOR #62A887

HEX: #62A887
RGB: (98,168,135)

Color info

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

RGB color model

#62A887 color RGB value is (98,168,135).

  • red value is 98;
  • green value is 168;
  • blue value is 135.
RGB:
(98,168,135)
(38%,66%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 168 of 255 = 66%
B 135 of 255 = 53%

98
168
135

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

Portions of RGB colors in percentages

R + G + B =
98 + 168 + 135 = 401 (100%)
R 98 of 401 ~ 24.44%
G 168 of 401 ~ 41.9%
B 135 of 401 ~ 33.67%

%24.44
%41.9
%33.67

CMYK color model

#62A887 color CMYK value is (42,0,20,34).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 19.64%
  • key color value is 34.12%
CMYK:
(42,0,20,34)
C42M0Y20K34 
(42%,0%,20%,34%)
(0.42/0.00/0.20/0.34)	

CMYK percentages

%41.67
%0
%19.64
%34.12

Codes

Color #62A887 in popluar color models

62A887
RGB98168135
HSL152°28.69%52.16%
HSB/HSV152°41.67%65.88%
CMYK41.67%0.00%19.64%
34.12%

Color #62A887 in popluar number systems.

HEX62A887
Decimal98168135
Binary11000101010100010000111
Octal142250207

Shades and tints

Shades of #62A887

#62A887
(98,168,135)
#5A997B
(90,153,123)
#528A6F
(82,138,111)
#4A7B63
(74,123,99)
#426C57
(66,108,87)
#3A5D4B
(58,93,75)
#324E3F
(50,78,63)
#2A3F33
(42,63,51)
#223027
(34,48,39)
#1A211B
(26,33,27)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #62A887

#62A887
(98,168,135)
#70AF91
(112,175,145)
#7EB69B
(126,182,155)
#8CBDA5
(140,189,165)
#9AC4AF
(154,196,175)
#A8CBB9
(168,203,185)
#B6D2C3
(182,210,195)
#C4D9CD
(196,217,205)
#D2E0D7
(210,224,215)
#E0E7E1
(224,231,225)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A887 color. Also use rgb(98,168,135) instead hex code.

Text Font Color

.myTextColor { color: #62A887; }

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

This text font color is #62A887.


Background Color

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

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

This div background color is #62A887.


Border color

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

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

This div border color is #62A887.


Opacity

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

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

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

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

This text has shadow with #62A887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A887 on black background.


Color preview on white background

This text has color #62A887 on white background.



Black color preview on #62A887 background

This text has black color on #62A887 background.


White color preview on #62A887 background

This text has white color on #62A887 background.