COLOR #62B795

HEX: #62B795 RGB: (98,183,149)

Color info

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

RGB color model

#62B795 color RGB value is (98,183,149).

RGB: (98,183,149) (38%, 72%, 58%)

RGB channels and saturation

R 98 of 255 = 38%
G 183 of 255 = 72%
B 149 of 255 = 58%

98
183
149

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

Portions of RGB colors in percentages

R + G + B = 98 + 183 + 149 = 430 (100%)
R 98 of 430 ~ 22.79%
G 183 of 430 ~ 42.56%
B 149 of 430 ~ 34.65'%

%22.79
%42.56
%34.65

CMYK color model

#62B795 color CMYK value is (46,0,19,28).

  • cyan value is 46.45%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 28.24%

CMYK: (46,0,19,28)
C46M0Y19K28 (46%, 0%, 19%, 28%)
(0.46 / 0.00 / 0.19 / 0.28)

CMYK percentages

%46.45
%0
%18.58
%28.24

Codes

Color #62B795 in popluar color models

62 B7 95
RGB 98 183 149
HSL 156° 37.12% 55.10%
HSB/HSV 156° 46.45% 71.76%
CMYK 46.45% 0.00% 18.58%
28.24%

Color #62B795 in popluar number systems.

HEX 62 B7 95
Decimal 98 183 149
Binary 1100010 10110111 10010101
Octal 142 267 225

Shades and tints

Shades of #62B795

#62B795
(98,183,149)
#5AA788
(90,167,136)
#52977B
(82,151,123)
#4A876E
(74,135,110)
#427761
(66,119,97)
#3A6754
(58,103,84)
#325747
(50,87,71)
#2A473A
(42,71,58)
#22372D
(34,55,45)
#1A2720
(26,39,32)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #62B795

#62B795
(98,183,149)
#70BD9E
(112,189,158)
#7EC3A7
(126,195,167)
#8CC9B0
(140,201,176)
#9ACFB9
(154,207,185)
#A8D5C2
(168,213,194)
#B6DBCB
(182,219,203)
#C4E1D4
(196,225,212)
#D2E7DD
(210,231,221)
#E0EDE6
(224,237,230)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62B795 color. Also use rgb(98,183,149) instead hex code.

Text Font Color

.myTextColor { color: #62B795; }

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

This text font color is #62B795.

Background Color

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

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

This div background color is #62B795.

Border color

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

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

This div border color is #62B795.

Opacity

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

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

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

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

This text has shadow with #62B795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62B795.

Preview

Color preview on black background

This text has color #62B795 on black background.


Color preview on white background

This text has color #62B795 on white background.


Black color preview on #62B795 background

This text has black color on #62B795 background.


White color preview on #62B795 background

This text has white color on #62B795 background.


Related colors

Complementary color

Complementary color for #hex is #9D486A.


I love getcolorcode.com

Triadic colors

1 #9562B7 and #B79562 with #62B795 are triadic colors.

2 #95B762 and #B76295 with #62B795 are triadic colors.