COLOR #62B694

HEX: #62B694 RGB: (98,182,148)

Color info

#62B694 contains mainly green and blue colors. Web safe color of #62B694 is #66CC99 (or #6C9).

RGB color model

#62B694 color RGB value is (98,182,148).

RGB: (98,182,148) (38%, 71%, 58%)

RGB channels and saturation

R 98 of 255 = 38%
G 182 of 255 = 71%
B 148 of 255 = 58%

98
182
148

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

Portions of RGB colors in percentages

R + G + B = 98 + 182 + 148 = 428 (100%)
R 98 of 428 ~ 22.9%
G 182 of 428 ~ 42.52%
B 148 of 428 ~ 34.58'%

%22.9
%42.52
%34.58

CMYK color model

#62B694 color CMYK value is (46,0,19,29).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 28.63%

CMYK: (46,0,19,29)
C46M0Y19K29 (46%, 0%, 19%, 29%)
(0.46 / 0.00 / 0.19 / 0.29)

CMYK percentages

%46.15
%0
%18.68
%28.63

Codes

Color #62B694 in popluar color models

62 B6 94
RGB 98 182 148
HSL 156° 36.52% 54.90%
HSB/HSV 156° 46.15% 71.37%
CMYK 46.15% 0.00% 18.68%
28.63%

Color #62B694 in popluar number systems.

HEX 62 B6 94
Decimal 98 182 148
Binary 1100010 10110110 10010100
Octal 142 266 224

Shades and tints

Shades of #62B694

#62B694
(98,182,148)
#5AA687
(90,166,135)
#52967A
(82,150,122)
#4A866D
(74,134,109)
#427660
(66,118,96)
#3A6653
(58,102,83)
#325646
(50,86,70)
#2A4639
(42,70,57)
#22362C
(34,54,44)
#1A261F
(26,38,31)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #62B694

#62B694
(98,182,148)
#70BC9D
(112,188,157)
#7EC2A6
(126,194,166)
#8CC8AF
(140,200,175)
#9ACEB8
(154,206,184)
#A8D4C1
(168,212,193)
#B6DACA
(182,218,202)
#C4E0D3
(196,224,211)
#D2E6DC
(210,230,220)
#E0ECE5
(224,236,229)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B694 color. Also use rgb(98,182,148) instead hex code.

Text Font Color

.myTextColor { color: #62B694; }

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

This text font color is #62B694.

Background Color

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

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

This div background color is #62B694.

Border color

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

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

This div border color is #62B694.

Opacity

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

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

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

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

This text has shadow with #62B694 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62B694.

Preview

Color preview on black background

This text has color #62B694 on black background.


Color preview on white background

This text has color #62B694 on white background.


Black color preview on #62B694 background

This text has black color on #62B694 background.


White color preview on #62B694 background

This text has white color on #62B694 background.


Related colors

Complementary color

Complementary color for #hex is #9D496B.


I love getcolorcode.com

Triadic colors

1 #9462B6 and #B69462 with #62B694 are triadic colors.

2 #94B662 and #B66294 with #62B694 are triadic colors.