COLOR #71BEAD

HEX: #71BEAD RGB: (113,190,173)

Color info

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

RGB color model

#71BEAD color RGB value is (113,190,173).

RGB: (113,190,173) (44%, 75%, 68%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 173 of 255 = 68%

113
190
173

R + G + B ~ 62%. #71BEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 173 = 476 (100%)
R 113 of 476 ~ 23.74%
G 190 of 476 ~ 39.92%
B 173 of 476 ~ 36.34'%

%23.74
%39.92
%36.34

CMYK color model

#71BEAD color CMYK value is (41,0,9,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%

CMYK: (41,0,9,25)
C41M0Y9K25 (41%, 0%, 9%, 25%)
(0.41 / 0.00 / 0.09 / 0.25)

CMYK percentages

%40.53
%0
%8.95
%25.49

Codes

Color #71BEAD in popluar color models

71 BE AD
RGB 113 190 173
HSL 167° 37.20% 59.41%
HSB/HSV 167° 40.53% 74.51%
CMYK 40.53% 0.00% 8.95%
25.49%

Color #71BEAD in popluar number systems.

HEX 71 BE AD
Decimal 113 190 173
Binary 1110001 10111110 10101101
Octal 161 276 255

Shades and tints

Shades of #71BEAD

#71BEAD
(113,190,173)
#67AD9E
(103,173,158)
#5D9C8F
(93,156,143)
#538B80
(83,139,128)
#497A71
(73,122,113)
#3F6962
(63,105,98)
#355853
(53,88,83)
#2B4744
(43,71,68)
#213635
(33,54,53)
#172526
(23,37,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #71BEAD

#71BEAD
(113,190,173)
#7DC3B4
(125,195,180)
#89C8BB
(137,200,187)
#95CDC2
(149,205,194)
#A1D2C9
(161,210,201)
#ADD7D0
(173,215,208)
#B9DCD7
(185,220,215)
#C5E1DE
(197,225,222)
#D1E6E5
(209,230,229)
#DDEBEC
(221,235,236)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BEAD color. Also use rgb(113,190,173) instead hex code.

Text Font Color

.myTextColor { color: #71BEAD; }

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

This text font color is #71BEAD.

Background Color

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

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

This div background color is #71BEAD.

Border color

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

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

This div border color is #71BEAD.

Opacity

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

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

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

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

This text has shadow with #71BEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BEAD.

Preview

Color preview on black background

This text has color #71BEAD on black background.


Color preview on white background

This text has color #71BEAD on white background.


Black color preview on #71BEAD background

This text has black color on #71BEAD background.


White color preview on #71BEAD background

This text has white color on #71BEAD background.


Related colors

Complementary color

Complementary color for #hex is #8E4152.


I love getcolorcode.com

Triadic colors

1 #AD71BE and #BEAD71 with #71BEAD are triadic colors.

2 #ADBE71 and #BE71AD with #71BEAD are triadic colors.