COLOR #62AB88

HEX: #62AB88
RGB: (98,171,136)

Color info

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

RGB color model

#62AB88 color RGB value is (98,171,136).

  • red value is 98;
  • green value is 171;
  • blue value is 136.
RGB:
(98,171,136)
(38%,67%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 171 of 255 = 67%
B 136 of 255 = 53%

98
171
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 171 + 136 = 405 (100%)
R 98 of 405 ~ 24.2%
G 171 of 405 ~ 42.22%
B 136 of 405 ~ 33.58%

%24.2
%42.22
%33.58

CMYK color model

#62AB88 color CMYK value is (43,0,20,33).

  • cyan value is 42.69%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(43,0,20,33)
C43M0Y20K33 
(43%,0%,20%,33%)
(0.43/0.00/0.20/0.33)	

CMYK percentages

%42.69
%0
%20.47
%32.94

Codes

Color #62AB88 in popluar color models

62AB88
RGB98171136
HSL151°30.29%52.75%
HSB/HSV151°42.69%67.06%
CMYK42.69%0.00%20.47%
32.94%

Color #62AB88 in popluar number systems.

HEX62AB88
Decimal98171136
Binary11000101010101110001000
Octal142253210

Shades and tints

Shades of #62AB88

#62AB88
(98,171,136)
#5A9C7C
(90,156,124)
#528D70
(82,141,112)
#4A7E64
(74,126,100)
#426F58
(66,111,88)
#3A604C
(58,96,76)
#325140
(50,81,64)
#2A4234
(42,66,52)
#223328
(34,51,40)
#1A241C
(26,36,28)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #62AB88

#62AB88
(98,171,136)
#70B292
(112,178,146)
#7EB99C
(126,185,156)
#8CC0A6
(140,192,166)
#9AC7B0
(154,199,176)
#A8CEBA
(168,206,186)
#B6D5C4
(182,213,196)
#C4DCCE
(196,220,206)
#D2E3D8
(210,227,216)
#E0EAE2
(224,234,226)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62AB88 color. Also use rgb(98,171,136) instead hex code.

Text Font Color

.myTextColor { color: #62AB88; }

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

This text font color is #62AB88.


Background Color

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

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

This div background color is #62AB88.


Border color

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

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

This div border color is #62AB88.


Opacity

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

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

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

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

This text has shadow with #62AB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62AB88 on black background.


Color preview on white background

This text has color #62AB88 on white background.



Black color preview on #62AB88 background

This text has black color on #62AB88 background.


White color preview on #62AB88 background

This text has white color on #62AB88 background.