COLOR #62B688

HEX: #62B688 RGB: (98,182,136)

Color info

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

RGB color model

#62B688 color RGB value is (98,182,136).

RGB: (98,182,136) (38%, 71%, 53%)

RGB channels and saturation

R 98 of 255 = 38%
G 182 of 255 = 71%
B 136 of 255 = 53%

98
182
136

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

Portions of RGB colors in percentages

R + G + B = 98 + 182 + 136 = 416 (100%)
R 98 of 416 ~ 23.56%
G 182 of 416 ~ 43.75%
B 136 of 416 ~ 32.69'%

%23.56
%43.75
%32.69

CMYK color model

#62B688 color CMYK value is (46,0,25,29).

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

CMYK: (46,0,25,29)
C46M0Y25K29 (46%, 0%, 25%, 29%)
(0.46 / 0.00 / 0.25 / 0.29)

CMYK percentages

%46.15
%0
%25.27
%28.63

Codes

Color #62B688 in popluar color models

62 B6 88
RGB 98 182 136
HSL 147° 36.52% 54.90%
HSB/HSV 147° 46.15% 71.37%
CMYK 46.15% 0.00% 25.27%
28.63%

Color #62B688 in popluar number systems.

HEX 62 B6 88
Decimal 98 182 136
Binary 1100010 10110110 10001000
Octal 142 266 210

Shades and tints

Shades of #62B688

#62B688
(98,182,136)
#5AA67C
(90,166,124)
#529670
(82,150,112)
#4A8664
(74,134,100)
#427658
(66,118,88)
#3A664C
(58,102,76)
#325640
(50,86,64)
#2A4634
(42,70,52)
#223628
(34,54,40)
#1A261C
(26,38,28)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #62B688

#62B688
(98,182,136)
#70BC92
(112,188,146)
#7EC29C
(126,194,156)
#8CC8A6
(140,200,166)
#9ACEB0
(154,206,176)
#A8D4BA
(168,212,186)
#B6DAC4
(182,218,196)
#C4E0CE
(196,224,206)
#D2E6D8
(210,230,216)
#E0ECE2
(224,236,226)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #62B688; }

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

This text font color is #62B688.

Background Color

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

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

This div background color is #62B688.

Border color

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

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

This div border color is #62B688.

Opacity

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

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

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

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

This text has shadow with #62B688 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62B688.

Preview

Color preview on black background

This text has color #62B688 on black background.


Color preview on white background

This text has color #62B688 on white background.


Black color preview on #62B688 background

This text has black color on #62B688 background.


White color preview on #62B688 background

This text has white color on #62B688 background.


Related colors

Complementary color

Complementary color for #hex is #9D4977.


I love getcolorcode.com

Triadic colors

1 #8862B6 and #B68862 with #62B688 are triadic colors.

2 #88B662 and #B66288 with #62B688 are triadic colors.