COLOR #62C188

HEX: #62C188 RGB: (98,193,136)

Color info

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

RGB color model

#62C188 color RGB value is (98,193,136).

RGB: (98,193,136) (38%, 76%, 53%)

RGB channels and saturation

R 98 of 255 = 38%
G 193 of 255 = 76%
B 136 of 255 = 53%

98
193
136

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

Portions of RGB colors in percentages

R + G + B = 98 + 193 + 136 = 427 (100%)
R 98 of 427 ~ 22.95%
G 193 of 427 ~ 45.2%
B 136 of 427 ~ 31.85'%

%22.95
%45.2
%31.85

CMYK color model

#62C188 color CMYK value is (49,0,30,24).

  • cyan value is 49.22%
  • magenta value is 0.00%
  • yellow value is 29.53%
  • key color value is 24.31%

CMYK: (49,0,30,24)
C49M0Y30K24 (49%, 0%, 30%, 24%)
(0.49 / 0.00 / 0.30 / 0.24)

CMYK percentages

%49.22
%0
%29.53
%24.31

Codes

Color #62C188 in popluar color models

62 C1 88
RGB 98 193 136
HSL 144° 43.38% 57.06%
HSB/HSV 144° 49.22% 75.69%
CMYK 49.22% 0.00% 29.53%
24.31%

Color #62C188 in popluar number systems.

HEX 62 C1 88
Decimal 98 193 136
Binary 1100010 11000001 10001000
Octal 142 301 210

Shades and tints

Shades of #62C188

#62C188
(98,193,136)
#5AB07C
(90,176,124)
#529F70
(82,159,112)
#4A8E64
(74,142,100)
#427D58
(66,125,88)
#3A6C4C
(58,108,76)
#325B40
(50,91,64)
#2A4A34
(42,74,52)
#223928
(34,57,40)
#1A281C
(26,40,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #62C188

#62C188
(98,193,136)
#70C692
(112,198,146)
#7ECB9C
(126,203,156)
#8CD0A6
(140,208,166)
#9AD5B0
(154,213,176)
#A8DABA
(168,218,186)
#B6DFC4
(182,223,196)
#C4E4CE
(196,228,206)
#D2E9D8
(210,233,216)
#E0EEE2
(224,238,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #62C188 color. Also use rgb(98,193,136) instead hex code.

Text Font Color

.myTextColor { color: #62C188; }

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

This text font color is #62C188.

Background Color

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

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

This div background color is #62C188.

Border color

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

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

This div border color is #62C188.

Opacity

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

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

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

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

This text has shadow with #62C188 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #62C188.

Preview

Color preview on black background

This text has color #62C188 on black background.


Color preview on white background

This text has color #62C188 on white background.


Black color preview on #62C188 background

This text has black color on #62C188 background.


White color preview on #62C188 background

This text has white color on #62C188 background.


Related colors

Complementary color

Complementary color for #hex is #9D3E77.


I love getcolorcode.com

Triadic colors

1 #8862C1 and #C18862 with #62C188 are triadic colors.

2 #88C162 and #C16288 with #62C188 are triadic colors.