COLOR #71D8AA

HEX: #71D8AA
RGB: (113,216,170)

Renk bilgisi

#71D8AA contains mainly green and blue colors. #71D8AA ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#71D8AA color RGB value is (113,216,170).

  • kırmız ton 113;
  • yeşil ton 216;
  • mavi ton 170.
RGB:
(113,216,170)
(44%,85%,67%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 216 of 255 = 85%
B 170 of 255 = 67%

113
216
170

R + G + B ~ 65%. #71D8AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 216 + 170 = 499 (100%)
R 113 of 499 ~ 22.65%
G 216 of 499 ~ 43.29%
B 170 of 499 ~ 34.07%

%22.65
%43.29
%34.07

CMYK RENK MODELİ

#71D8AA rengi CMYK tonu (48,0,21,15).

  • camgöbeği tonu 47.69%
  • eflatun tonu 0.00%
  • sarı tonu 21.30%
  • ana renk tonu 15.29%
CMYK:
(48,0,21,15)
C48M0Y21K15 
(48%,0%,21%,15%)
(0.48/0.00/0.21/0.15)	

CMYK yüzdeleri

%47.69
%0
%21.3
%15.29

Codes

Color #71D8AA in popluar color models

71D8AA
RGB113216170
HSL153°56.91%64.51%
HSB/HSV153°47.69%84.71%
CMYK47.69%0.00%21.30%
15.29%

Color #71D8AA in popluar number systems.

HEX71D8AA
Decimal113216170
Binary11100011101100010101010
Octal161330252

Shades and tints

Shades of #71D8AA

#71D8AA
(113,216,170)
#67C59B
(103,197,155)
#5DB28C
(93,178,140)
#539F7D
(83,159,125)
#498C6E
(73,140,110)
#3F795F
(63,121,95)
#356650
(53,102,80)
#2B5341
(43,83,65)
#214032
(33,64,50)
#172D23
(23,45,35)
#0D1A14
(13,26,20)
#000000
(0,0,0)

Tints of #71D8AA

#71D8AA
(113,216,170)
#7DDBB1
(125,219,177)
#89DEB8
(137,222,184)
#95E1BF
(149,225,191)
#A1E4C6
(161,228,198)
#ADE7CD
(173,231,205)
#B9EAD4
(185,234,212)
#C5EDDB
(197,237,219)
#D1F0E2
(209,240,226)
#DDF3E9
(221,243,233)
#E9F6F0
(233,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D8AA color. Also use rgb(113,216,170) instead hex code.

Text Font Color

.myTextColor { color: #71D8AA; }

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

This text font color is #71D8AA.


Background Color

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

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

This div background color is #71D8AA.


Border color

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

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

This div border color is #71D8AA.


Opacity

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

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

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

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

This text has shadow with #71D8AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D8AA on black background.


Color preview on white background

This text has color #71D8AA on white background.



Black color preview on #71D8AA background

This text has black color on #71D8AA background.


White color preview on #71D8AA background

This text has white color on #71D8AA background.