COLOR #62A68A

HEX: #62A68A
RGB: (98,166,138)

Color info

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

RGB color model

#62A68A color RGB value is (98,166,138).

  • red value is 98;
  • green value is 166;
  • blue value is 138.
RGB:
(98,166,138)
(38%,65%,54%)

RGB channels and saturation

R 98 of 255 = 38%
G 166 of 255 = 65%
B 138 of 255 = 54%

98
166
138

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

Portions of RGB colors in percentages

R + G + B =
98 + 166 + 138 = 402 (100%)
R 98 of 402 ~ 24.38%
G 166 of 402 ~ 41.29%
B 138 of 402 ~ 34.33%

%24.38
%41.29
%34.33

CMYK color model

#62A68A color CMYK value is (41,0,17,35).

  • cyan value is 40.96%
  • magenta value is 0.00%
  • yellow value is 16.87%
  • key color value is 34.90%
CMYK:
(41,0,17,35)
C41M0Y17K35 
(41%,0%,17%,35%)
(0.41/0.00/0.17/0.35)	

CMYK percentages

%40.96
%0
%16.87
%34.9

Codes

Color #62A68A in popluar color models

62A68A
RGB98166138
HSL155°27.64%51.76%
HSB/HSV155°40.96%65.10%
CMYK40.96%0.00%16.87%
34.90%

Color #62A68A in popluar number systems.

HEX62A68A
Decimal98166138
Binary11000101010011010001010
Octal142246212

Shades and tints

Shades of #62A68A

#62A68A
(98,166,138)
#5A977E
(90,151,126)
#528872
(82,136,114)
#4A7966
(74,121,102)
#426A5A
(66,106,90)
#3A5B4E
(58,91,78)
#324C42
(50,76,66)
#2A3D36
(42,61,54)
#222E2A
(34,46,42)
#1A1F1E
(26,31,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #62A68A

#62A68A
(98,166,138)
#70AE94
(112,174,148)
#7EB69E
(126,182,158)
#8CBEA8
(140,190,168)
#9AC6B2
(154,198,178)
#A8CEBC
(168,206,188)
#B6D6C6
(182,214,198)
#C4DED0
(196,222,208)
#D2E6DA
(210,230,218)
#E0EEE4
(224,238,228)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A68A color. Also use rgb(98,166,138) instead hex code.

Text Font Color

.myTextColor { color: #62A68A; }

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

This text font color is #62A68A.


Background Color

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

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

This div background color is #62A68A.


Border color

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

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

This div border color is #62A68A.


Opacity

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

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

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

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

This text has shadow with #62A68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #62A68A on black background.


Color preview on white background

This text has color #62A68A on white background.



Black color preview on #62A68A background

This text has black color on #62A68A background.


White color preview on #62A68A background

This text has white color on #62A68A background.