COLOR #62BB9A

HEX: #62BB9A RGB: (98,187,154)

Color info

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

RGB color model

#62BB9A color RGB value is (98,187,154).

RGB: (98,187,154) (38%, 73%, 60%)

RGB channels and saturation

R 98 of 255 = 38%
G 187 of 255 = 73%
B 154 of 255 = 60%

98
187
154

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

Portions of RGB colors in percentages

R + G + B = 98 + 187 + 154 = 439 (100%)
R 98 of 439 ~ 22.32%
G 187 of 439 ~ 42.6%
B 154 of 439 ~ 35.08'%

%22.32
%42.6
%35.08

CMYK color model

#62BB9A color CMYK value is (48,0,18,27).

  • cyan value is 47.59%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 26.67%

CMYK: (48,0,18,27)
C48M0Y18K27 (48%, 0%, 18%, 27%)
(0.48 / 0.00 / 0.18 / 0.27)

CMYK percentages

%47.59
%0
%17.65
%26.67

Codes

Color #62BB9A in popluar color models

62 BB 9A
RGB 98 187 154
HSL 158° 39.56% 55.88%
HSB/HSV 158° 47.59% 73.33%
CMYK 47.59% 0.00% 17.65%
26.67%

Color #62BB9A in popluar number systems.

HEX 62 BB 9A
Decimal 98 187 154
Binary 1100010 10111011 10011010
Octal 142 273 232

Shades and tints

Shades of #62BB9A

#62BB9A
(98,187,154)
#5AAA8C
(90,170,140)
#52997E
(82,153,126)
#4A8870
(74,136,112)
#427762
(66,119,98)
#3A6654
(58,102,84)
#325546
(50,85,70)
#2A4438
(42,68,56)
#22332A
(34,51,42)
#1A221C
(26,34,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #62BB9A

#62BB9A
(98,187,154)
#70C1A3
(112,193,163)
#7EC7AC
(126,199,172)
#8CCDB5
(140,205,181)
#9AD3BE
(154,211,190)
#A8D9C7
(168,217,199)
#B6DFD0
(182,223,208)
#C4E5D9
(196,229,217)
#D2EBE2
(210,235,226)
#E0F1EB
(224,241,235)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62BB9A color. Also use rgb(98,187,154) instead hex code.

Text Font Color

.myTextColor { color: #62BB9A; }

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

This text font color is #62BB9A.

Background Color

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

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

This div background color is #62BB9A.

Border color

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

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

This div border color is #62BB9A.

Opacity

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

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

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

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

This text has shadow with #62BB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62BB9A.

Preview

Color preview on black background

This text has color #62BB9A on black background.


Color preview on white background

This text has color #62BB9A on white background.


Black color preview on #62BB9A background

This text has black color on #62BB9A background.


White color preview on #62BB9A background

This text has white color on #62BB9A background.


Related colors

Complementary color

Complementary color for #hex is #9D4465.


I love getcolorcode.com

Triadic colors

1 #9A62BB and #BB9A62 with #62BB9A are triadic colors.

2 #9ABB62 and #BB629A with #62BB9A are triadic colors.