COLOR #71CBAF

HEX: #71CBAF RGB: (113,203,175)

Color info

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

RGB color model

#71CBAF color RGB value is (113,203,175).

RGB: (113,203,175) (44%, 80%, 69%)

RGB channels and saturation

R 113 of 255 = 44%
G 203 of 255 = 80%
B 175 of 255 = 69%

113
203
175

R + G + B ~ 64%. #71CBAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 203 + 175 = 491 (100%)
R 113 of 491 ~ 23.01%
G 203 of 491 ~ 41.34%
B 175 of 491 ~ 35.64'%

%23.01
%41.34
%35.64

CMYK color model

#71CBAF color CMYK value is (44,0,14,20).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%

CMYK: (44,0,14,20)
C44M0Y14K20 (44%, 0%, 14%, 20%)
(0.44 / 0.00 / 0.14 / 0.20)

CMYK percentages

%44.33
%0
%13.79
%20.39

Codes

Color #71CBAF in popluar color models

71 CB AF
RGB 113 203 175
HSL 161° 46.39% 61.96%
HSB/HSV 161° 44.33% 79.61%
CMYK 44.33% 0.00% 13.79%
20.39%

Color #71CBAF in popluar number systems.

HEX 71 CB AF
Decimal 113 203 175
Binary 1110001 11001011 10101111
Octal 161 313 257

Shades and tints

Shades of #71CBAF

#71CBAF
(113,203,175)
#67B9A0
(103,185,160)
#5DA791
(93,167,145)
#539582
(83,149,130)
#498373
(73,131,115)
#3F7164
(63,113,100)
#355F55
(53,95,85)
#2B4D46
(43,77,70)
#213B37
(33,59,55)
#172928
(23,41,40)
#0D1719
(13,23,25)
#000000
(0,0,0)

Tints of #71CBAF

#71CBAF
(113,203,175)
#7DCFB6
(125,207,182)
#89D3BD
(137,211,189)
#95D7C4
(149,215,196)
#A1DBCB
(161,219,203)
#ADDFD2
(173,223,210)
#B9E3D9
(185,227,217)
#C5E7E0
(197,231,224)
#D1EBE7
(209,235,231)
#DDEFEE
(221,239,238)
#E9F3F5
(233,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CBAF color. Also use rgb(113,203,175) instead hex code.

Text Font Color

.myTextColor { color: #71CBAF; }

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

This text font color is #71CBAF.

Background Color

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

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

This div background color is #71CBAF.

Border color

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

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

This div border color is #71CBAF.

Opacity

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

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

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

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

This text has shadow with #71CBAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CBAF.

Preview

Color preview on black background

This text has color #71CBAF on black background.


Color preview on white background

This text has color #71CBAF on white background.


Black color preview on #71CBAF background

This text has black color on #71CBAF background.


White color preview on #71CBAF background

This text has white color on #71CBAF background.


Related colors

Complementary color

Complementary color for #hex is #8E3450.


I love getcolorcode.com

Triadic colors

1 #AF71CB and #CBAF71 with #71CBAF are triadic colors.

2 #AFCB71 and #CB71AF with #71CBAF are triadic colors.