COLOR #62BC99

HEX: #62BC99 RGB: (98,188,153)

Color info

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

RGB color model

#62BC99 color RGB value is (98,188,153).

RGB: (98,188,153) (38%, 74%, 60%)

RGB channels and saturation

R 98 of 255 = 38%
G 188 of 255 = 74%
B 153 of 255 = 60%

98
188
153

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

Portions of RGB colors in percentages

R + G + B = 98 + 188 + 153 = 439 (100%)
R 98 of 439 ~ 22.32%
G 188 of 439 ~ 42.82%
B 153 of 439 ~ 34.85'%

%22.32
%42.82
%34.85

CMYK color model

#62BC99 color CMYK value is (48,0,19,26).

  • cyan value is 47.87%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK: (48,0,19,26) C48M0Y19K26 (48%,0%,19%,26%) (0.48/0.00/0.19/0.26) 

CMYK percentages

%47.87
%0
%18.62
%26.27

Codes

Color #62BC99 in popluar color models

62 BC 99
RGB 98 188 153
HSL 157° 40.18% 56.08%
HSB/HSV 157° 47.87% 73.73%
CMYK 47.87% 0.00% 18.62%
26.27%

Color #62BC99 in popluar number systems.

HEX 62 BC 99
Decimal 98 188 153
Binary 1100010 10111100 10011001
Octal 142 274 231

Shades and tints

Shades of #62BC99

#62BC99
(98,188,153)
#5AAB8C
(90,171,140)
#529A7F
(82,154,127)
#4A8972
(74,137,114)
#427865
(66,120,101)
#3A6758
(58,103,88)
#32564B
(50,86,75)
#2A453E
(42,69,62)
#223431
(34,52,49)
#1A2324
(26,35,36)
#121217
(18,18,23)
#000000
(0,0,0)

Tints of #62BC99

#62BC99
(98,188,153)
#70C2A2
(112,194,162)
#7EC8AB
(126,200,171)
#8CCEB4
(140,206,180)
#9AD4BD
(154,212,189)
#A8DAC6
(168,218,198)
#B6E0CF
(182,224,207)
#C4E6D8
(196,230,216)
#D2ECE1
(210,236,225)
#E0F2EA
(224,242,234)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62BC99 color. Also use rgb(98,188,153) instead hex code.

Text Font Color

.myTextColor { color: #62BC99; }

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

This text font color is #62BC99.

Background Color

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

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

This div background color is #62BC99.

Border color

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

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

This div border color is #62BC99.

Opacity

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

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

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

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

This text has shadow with #62BC99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62BC99.

Preview

Color preview on black background

This text has color #62BC99 on black background.


Color preview on white background

This text has color #62BC99 on white background.


Black color preview on #62BC99 background

This text has black color on #62BC99 background.


White color preview on #62BC99 background

This text has white color on #62BC99 background.


Related colors

Complementary color

Complementary color for #hex is #9D4366.


I love getcolorcode.com

Triadic colors

1 #9962BC and #BC9962 with #62BC99 are triadic colors.

2 #99BC62 and #BC6299 with #62BC99 are triadic colors.