COLOR #62B88D

HEX: #62B88D RGB: (98,184,141)

Color info

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

RGB color model

#62B88D color RGB value is (98,184,141).

RGB: (98,184,141) (38%, 72%, 55%)

RGB channels and saturation

R 98 of 255 = 38%
G 184 of 255 = 72%
B 141 of 255 = 55%

98
184
141

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

Portions of RGB colors in percentages

R + G + B = 98 + 184 + 141 = 423 (100%)
R 98 of 423 ~ 23.17%
G 184 of 423 ~ 43.5%
B 141 of 423 ~ 33.33'%

%23.17
%43.5
%33.33

CMYK color model

#62B88D color CMYK value is (47,0,23,28).

  • cyan value is 46.74%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%
CMYK: (47,0,23,28) C47M0Y23K28 (47%,0%,23%,28%) (0.47/0.00/0.23/0.28) 

CMYK percentages

%46.74
%0
%23.37
%27.84

Codes

Color #62B88D in popluar color models

62 B8 8D
RGB 98 184 141
HSL 150° 37.72% 55.29%
HSB/HSV 150° 46.74% 72.16%
CMYK 46.74% 0.00% 23.37%
27.84%

Color #62B88D in popluar number systems.

HEX 62 B8 8D
Decimal 98 184 141
Binary 1100010 10111000 10001101
Octal 142 270 215

Shades and tints

Shades of #62B88D

#62B88D
(98,184,141)
#5AA881
(90,168,129)
#529875
(82,152,117)
#4A8869
(74,136,105)
#42785D
(66,120,93)
#3A6851
(58,104,81)
#325845
(50,88,69)
#2A4839
(42,72,57)
#22382D
(34,56,45)
#1A2821
(26,40,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #62B88D

#62B88D
(98,184,141)
#70BE97
(112,190,151)
#7EC4A1
(126,196,161)
#8CCAAB
(140,202,171)
#9AD0B5
(154,208,181)
#A8D6BF
(168,214,191)
#B6DCC9
(182,220,201)
#C4E2D3
(196,226,211)
#D2E8DD
(210,232,221)
#E0EEE7
(224,238,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B88D color. Also use rgb(98,184,141) instead hex code.

Text Font Color

.myTextColor { color: #62B88D; }

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

This text font color is #62B88D.

Background Color

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

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

This div background color is #62B88D.

Border color

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

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

This div border color is #62B88D.

Opacity

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

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

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

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

This text has shadow with #62B88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62B88D.

Preview

Color preview on black background

This text has color #62B88D on black background.


Color preview on white background

This text has color #62B88D on white background.


Black color preview on #62B88D background

This text has black color on #62B88D background.


White color preview on #62B88D background

This text has white color on #62B88D background.


Related colors

Complementary color

Complementary color for #hex is #9D4772.


I love getcolorcode.com

Triadic colors

1 #8D62B8 and #B88D62 with #62B88D are triadic colors.

2 #8DB862 and #B8628D with #62B88D are triadic colors.