COLOR #62C29B

HEX: #62C29B RGB: (98,194,155)

Color info

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

RGB color model

#62C29B color RGB value is (98,194,155).

RGB: (98,194,155) (38%, 76%, 61%)

RGB channels and saturation

R 98 of 255 = 38%
G 194 of 255 = 76%
B 155 of 255 = 61%

98
194
155

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

Portions of RGB colors in percentages

R + G + B = 98 + 194 + 155 = 447 (100%)
R 98 of 447 ~ 21.92%
G 194 of 447 ~ 43.4%
B 155 of 447 ~ 34.68'%

%21.92
%43.4
%34.68

CMYK color model

#62C29B color CMYK value is (49,0,20,24).

  • cyan value is 49.48%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 23.92%

CMYK: (49,0,20,24)
C49M0Y20K24 (49%, 0%, 20%, 24%)
(0.49 / 0.00 / 0.20 / 0.24)

CMYK percentages

%49.48
%0
%20.1
%23.92

Codes

Color #62C29B in popluar color models

62 C2 9B
RGB 98 194 155
HSL 156° 44.04% 57.25%
HSB/HSV 156° 49.48% 76.08%
CMYK 49.48% 0.00% 20.10%
23.92%

Color #62C29B in popluar number systems.

HEX 62 C2 9B
Decimal 98 194 155
Binary 1100010 11000010 10011011
Octal 142 302 233

Shades and tints

Shades of #62C29B

#62C29B
(98,194,155)
#5AB18D
(90,177,141)
#52A07F
(82,160,127)
#4A8F71
(74,143,113)
#427E63
(66,126,99)
#3A6D55
(58,109,85)
#325C47
(50,92,71)
#2A4B39
(42,75,57)
#223A2B
(34,58,43)
#1A291D
(26,41,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #62C29B

#62C29B
(98,194,155)
#70C7A4
(112,199,164)
#7ECCAD
(126,204,173)
#8CD1B6
(140,209,182)
#9AD6BF
(154,214,191)
#A8DBC8
(168,219,200)
#B6E0D1
(182,224,209)
#C4E5DA
(196,229,218)
#D2EAE3
(210,234,227)
#E0EFEC
(224,239,236)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C29B color. Also use rgb(98,194,155) instead hex code.

Text Font Color

.myTextColor { color: #62C29B; }

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

This text font color is #62C29B.

Background Color

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

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

This div background color is #62C29B.

Border color

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

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

This div border color is #62C29B.

Opacity

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

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

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

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

This text has shadow with #62C29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62C29B.

Preview

Color preview on black background

This text has color #62C29B on black background.


Color preview on white background

This text has color #62C29B on white background.


Black color preview on #62C29B background

This text has black color on #62C29B background.


White color preview on #62C29B background

This text has white color on #62C29B background.


Related colors

Complementary color

Complementary color for #hex is #9D3D64.


I love getcolorcode.com

Triadic colors

1 #9B62C2 and #C29B62 with #62C29B are triadic colors.

2 #9BC262 and #C2629B with #62C29B are triadic colors.