COLOR #62A48C

HEX: #62A48C RGB: (98,164,140)

Color info

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

RGB color model

#62A48C color RGB value is (98,164,140).

RGB: (98,164,140) (38%, 64%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 164 of 255 = 64%
B 140 of 255 = 55%

98
164
140

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

Portions of RGB colors in percentages

R + G + B = 98 + 164 + 140 = 402 (100%)
R 98 of 402 ~ 24.38%
G 164 of 402 ~ 40.8%
B 140 of 402 ~ 34.83'%

%24.38
%40.8
%34.83

CMYK color model

#62A48C color CMYK value is (40,0,15,36).

  • cyan value is 40.24%
  • magenta value is 0.00%
  • yellow value is 14.63%
  • key color value is 35.69%

CMYK: (40,0,15,36)
C40M0Y15K36 (40%, 0%, 15%, 36%)
(0.40 / 0.00 / 0.15 / 0.36)

CMYK percentages

%40.24
%0
%14.63
%35.69

Codes

Color #62A48C in popluar color models

62 A4 8C
RGB 98 164 140
HSL 158° 26.61% 51.37%
HSB/HSV 158° 40.24% 64.31%
CMYK 40.24% 0.00% 14.63%
35.69%

Color #62A48C in popluar number systems.

HEX 62 A4 8C
Decimal 98 164 140
Binary 1100010 10100100 10001100
Octal 142 244 214

Shades and tints

Shades of #62A48C

#62A48C
(98,164,140)
#5A9680
(90,150,128)
#528874
(82,136,116)
#4A7A68
(74,122,104)
#426C5C
(66,108,92)
#3A5E50
(58,94,80)
#325044
(50,80,68)
#2A4238
(42,66,56)
#22342C
(34,52,44)
#1A2620
(26,38,32)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #62A48C

#62A48C
(98,164,140)
#70AC96
(112,172,150)
#7EB4A0
(126,180,160)
#8CBCAA
(140,188,170)
#9AC4B4
(154,196,180)
#A8CCBE
(168,204,190)
#B6D4C8
(182,212,200)
#C4DCD2
(196,220,210)
#D2E4DC
(210,228,220)
#E0ECE6
(224,236,230)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62A48C color. Also use rgb(98,164,140) instead hex code.

Text Font Color

.myTextColor { color: #62A48C; }

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

This text font color is #62A48C.

Background Color

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

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

This div background color is #62A48C.

Border color

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

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

This div border color is #62A48C.

Opacity

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

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

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

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

This text has shadow with #62A48C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62A48C.

Preview

Color preview on black background

This text has color #62A48C on black background.


Color preview on white background

This text has color #62A48C on white background.


Black color preview on #62A48C background

This text has black color on #62A48C background.


White color preview on #62A48C background

This text has white color on #62A48C background.


Related colors

Complementary color

Complementary color for #hex is #9D5B73.


I love getcolorcode.com

Triadic colors

1 #8C62A4 and #A48C62 with #62A48C are triadic colors.

2 #8CA462 and #A4628C with #62A48C are triadic colors.