COLOR #6DC4A5

HEX: #6DC4A5
RGB: (109,196,165)

Renk bilgisi

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

RGB renk modeli

#6DC4A5 color RGB value is (109,196,165).

  • kırmız ton 109;
  • yeşil ton 196;
  • mavi ton 165.
RGB:
(109,196,165)
(43%,77%,65%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 196 of 255 = 77%
B 165 of 255 = 65%

109
196
165

R + G + B ~ 62%. #6DC4A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 196 + 165 = 470 (100%)
R 109 of 470 ~ 23.19%
G 196 of 470 ~ 41.7%
B 165 of 470 ~ 35.11%

%23.19
%41.7
%35.11

CMYK RENK MODELİ

#6DC4A5 rengi CMYK tonu (44,0,16,23).

  • camgöbeği tonu 44.39%
  • eflatun tonu 0.00%
  • sarı tonu 15.82%
  • ana renk tonu 23.14%
CMYK:
(44,0,16,23)
C44M0Y16K23 
(44%,0%,16%,23%)
(0.44/0.00/0.16/0.23)	

CMYK yüzdeleri

%44.39
%0
%15.82
%23.14

Codes

Color #6DC4A5 in popluar color models

6DC4A5
RGB109196165
HSL159°42.44%59.80%
HSB/HSV159°44.39%76.86%
CMYK44.39%0.00%15.82%
23.14%

Color #6DC4A5 in popluar number systems.

HEX6DC4A5
Decimal109196165
Binary11011011100010010100101
Octal155304245

Shades and tints

Shades of #6DC4A5

#6DC4A5
(109,196,165)
#64B396
(100,179,150)
#5BA287
(91,162,135)
#529178
(82,145,120)
#498069
(73,128,105)
#406F5A
(64,111,90)
#375E4B
(55,94,75)
#2E4D3C
(46,77,60)
#253C2D
(37,60,45)
#1C2B1E
(28,43,30)
#131A0F
(19,26,15)
#000000
(0,0,0)

Tints of #6DC4A5

#6DC4A5
(109,196,165)
#7AC9AD
(122,201,173)
#87CEB5
(135,206,181)
#94D3BD
(148,211,189)
#A1D8C5
(161,216,197)
#AEDDCD
(174,221,205)
#BBE2D5
(187,226,213)
#C8E7DD
(200,231,221)
#D5ECE5
(213,236,229)
#E2F1ED
(226,241,237)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC4A5 color. Also use rgb(109,196,165) instead hex code.

Text Font Color

.myTextColor { color: #6DC4A5; }

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

This text font color is #6DC4A5.


Background Color

.myBgColor { background-color: #6DC4A5; }

<div style="background-color:#6DC4A5">Inner text</div>

This div background color is #6DC4A5.


Border color

.myBorderColor { border: 1px solid #6DC4A5; }

<div style="border:3px solid #6DC4A5">Div</div>

This div border color is #6DC4A5.


Opacity

.myOpacity80 { color: #6DC4A5; opacity: 0.8; }

<p style="color:#6DC4A5;opacity:0.8;">80%</p>

Text with #6DC4A5 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 #6DC4A5;}

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

This text has shadow with #6DC4A5 color.

.textShadow {text-shadow: 3px 3px 1px #6DC4A5, 3px 3px 1px red;}

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

This text has shadow with #6DC4A5 primary color and red secondary color.


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

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

This text has shadow with #6DC4A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC4A5 on black background.


Color preview on white background

This text has color #6DC4A5 on white background.



Black color preview on #6DC4A5 background

This text has black color on #6DC4A5 background.


White color preview on #6DC4A5 background

This text has white color on #6DC4A5 background.