COLOR #71CC88

HEX: #71CC88 RGB: (113,204,136)

Color info

#71CC88 contains mainly green color. Web safe color of #71CC88 is #66CC99 (or #6C9).

RGB color model

#71CC88 color RGB value is (113,204,136).

RGB: (113,204,136) (44%, 80%, 53%)

RGB channels and saturation

R 113 of 255 = 44%
G 204 of 255 = 80%
B 136 of 255 = 53%

113
204
136

R + G + B ~ 59%. #71CC88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 204 + 136 = 453 (100%)
R 113 of 453 ~ 24.94%
G 204 of 453 ~ 45.03%
B 136 of 453 ~ 30.02'%

%24.94
%45.03
%30.02

CMYK color model

#71CC88 color CMYK value is (45,0,33,20).

  • cyan value is 44.61%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 20.00%
CMYK: (45,0,33,20) C45M0Y33K20 (45%,0%,33%,20%) (0.45/0.00/0.33/0.20) 

CMYK percentages

%44.61
%0
%33.33
%20

Codes

Color #71CC88 in popluar color models

71 CC 88
RGB 113 204 136
HSL 135° 47.15% 62.16%
HSB/HSV 135° 44.61% 80.00%
CMYK 44.61% 0.00% 33.33%
20.00%

Color #71CC88 in popluar number systems.

HEX 71 CC 88
Decimal 113 204 136
Binary 1110001 11001100 10001000
Octal 161 314 210

Shades and tints

Shades of #71CC88

#71CC88
(113,204,136)
#67BA7C
(103,186,124)
#5DA870
(93,168,112)
#539664
(83,150,100)
#498458
(73,132,88)
#3F724C
(63,114,76)
#356040
(53,96,64)
#2B4E34
(43,78,52)
#213C28
(33,60,40)
#172A1C
(23,42,28)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #71CC88

#71CC88
(113,204,136)
#7DD092
(125,208,146)
#89D49C
(137,212,156)
#95D8A6
(149,216,166)
#A1DCB0
(161,220,176)
#ADE0BA
(173,224,186)
#B9E4C4
(185,228,196)
#C5E8CE
(197,232,206)
#D1ECD8
(209,236,216)
#DDF0E2
(221,240,226)
#E9F4EC
(233,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CC88 color. Also use rgb(113,204,136) instead hex code.

Text Font Color

.myTextColor { color: #71CC88; }

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

This text font color is #71CC88.

Background Color

.myBgColor { background-color: #71CC88; }

<div style="background-color:#71CC88">Inner text</div>

This div background color is #71CC88.

Border color

.myBorderColor { border: 1px solid #71CC88; }

<div style="border:3px solid #71CC88">Div</div>

This div border color is #71CC88.

Opacity

.myOpacity80 { color: #71CC88; opacity: 0.8; }

<p style="color:#71CC88;opacity:0.8;">80%</p>

Text with #71CC88 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 #71CC88;}

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

This text has shadow with #71CC88 color.


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

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

This text has shadow with #71CC88 primary color and red secondary color.


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

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

This text has shadow with #71CC88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #71CC88.

Preview

Color preview on black background

This text has color #71CC88 on black background.


Color preview on white background

This text has color #71CC88 on white background.


Black color preview on #71CC88 background

This text has black color on #71CC88 background.


White color preview on #71CC88 background

This text has white color on #71CC88 background.


Related colors

Complementary color

Complementary color for #hex is #8E3377.


I love getcolorcode.com

Triadic colors

1 #8871CC and #CC8871 with #71CC88 are triadic colors.

2 #88CC71 and #CC7188 with #71CC88 are triadic colors.