COLOR #31C895

HEX: #31C895 RGB: (49,200,149)

Color info

#31C895 contains mainly green and blue colors. Web safe color of #31C895 is #33CC99 (or #3C9).

RGB color model

#31C895 color RGB value is (49,200,149).

RGB: (49,200,149) (19%, 78%, 58%)

RGB channels and saturation

R 49 of 255 = 19%
G 200 of 255 = 78%
B 149 of 255 = 58%

49
200
149

R + G + B ~ 52%. #31C895 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 200 + 149 = 398 (100%)
R 49 of 398 ~ 12.31%
G 200 of 398 ~ 50.25%
B 149 of 398 ~ 37.44'%

%12.31
%50.25
%37.44

CMYK color model

#31C895 color CMYK value is (76,0,26,22).

  • cyan value is 75.50%
  • magenta value is 0.00%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK: (76,0,26,22) C76M0Y26K22 (76%,0%,26%,22%) (0.76/0.00/0.26/0.22) 

CMYK percentages

%75.5
%0
%25.5
%21.57

Codes

Color #31C895 in popluar color models

31 C8 95
RGB 49 200 149
HSL 160° 60.64% 48.82%
HSB/HSV 160° 75.50% 78.43%
CMYK 75.50% 0.00% 25.50%
21.57%

Color #31C895 in popluar number systems.

HEX 31 C8 95
Decimal 49 200 149
Binary 110001 11001000 10010101
Octal 61 310 225

Shades and tints

Shades of #31C895

#31C895
(49,200,149)
#2DB688
(45,182,136)
#29A47B
(41,164,123)
#25926E
(37,146,110)
#218061
(33,128,97)
#1D6E54
(29,110,84)
#195C47
(25,92,71)
#154A3A
(21,74,58)
#11382D
(17,56,45)
#0D2620
(13,38,32)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #31C895

#31C895
(49,200,149)
#43CD9E
(67,205,158)
#55D2A7
(85,210,167)
#67D7B0
(103,215,176)
#79DCB9
(121,220,185)
#8BE1C2
(139,225,194)
#9DE6CB
(157,230,203)
#AFEBD4
(175,235,212)
#C1F0DD
(193,240,221)
#D3F5E6
(211,245,230)
#E5FAEF
(229,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C895 color. Also use rgb(49,200,149) instead hex code.

Text Font Color

.myTextColor { color: #31C895; }

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

This text font color is #31C895.

Background Color

.myBgColor { background-color: #31C895; }

<div style="background-color:#31C895">Inner text</div>

This div background color is #31C895.

Border color

.myBorderColor { border: 1px solid #31C895; }

<div style="border:3px solid #31C895">Div</div>

This div border color is #31C895.

Opacity

.myOpacity80 { color: #31C895; opacity: 0.8; }

<p style="color:#31C895;opacity:0.8;">80%</p>

Text with #31C895 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 #31C895;}

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

This text has shadow with #31C895 color.


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

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

This text has shadow with #31C895 primary color and red secondary color.


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

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

This text has shadow with #31C895 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #31C895.

Preview

Color preview on black background

This text has color #31C895 on black background.


Color preview on white background

This text has color #31C895 on white background.


Black color preview on #31C895 background

This text has black color on #31C895 background.


White color preview on #31C895 background

This text has white color on #31C895 background.


Related colors

Complementary color

Complementary color for #hex is #CE376A.


I love getcolorcode.com

Triadic colors

1 #9531C8 and #C89531 with #31C895 are triadic colors.

2 #95C831 and #C83195 with #31C895 are triadic colors.