COLOR #6DC493

HEX: #6DC493
RGB: (109,196,147)

Renk bilgisi

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

RGB renk modeli

#6DC493 color RGB value is (109,196,147).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 196 of 255 = 77%
B 147 of 255 = 58%

109
196
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 196 + 147 = 452 (100%)
R 109 of 452 ~ 24.12%
G 196 of 452 ~ 43.36%
B 147 of 452 ~ 32.52%

%24.12
%43.36
%32.52

CMYK RENK MODELİ

#6DC493 rengi CMYK tonu (44,0,25,23).

  • camgöbeği tonu 44.39%
  • eflatun tonu 0.00%
  • sarı tonu 25.00%
  • ana renk tonu 23.14%
CMYK:
(44,0,25,23)
C44M0Y25K23 
(44%,0%,25%,23%)
(0.44/0.00/0.25/0.23)	

CMYK yüzdeleri

%44.39
%0
%25
%23.14

Codes

Color #6DC493 in popluar color models

6DC493
RGB109196147
HSL146°42.44%59.80%
HSB/HSV146°44.39%76.86%
CMYK44.39%0.00%25.00%
23.14%

Color #6DC493 in popluar number systems.

HEX6DC493
Decimal109196147
Binary11011011100010010010011
Octal155304223

Shades and tints

Shades of #6DC493

#6DC493
(109,196,147)
#64B386
(100,179,134)
#5BA279
(91,162,121)
#52916C
(82,145,108)
#49805F
(73,128,95)
#406F52
(64,111,82)
#375E45
(55,94,69)
#2E4D38
(46,77,56)
#253C2B
(37,60,43)
#1C2B1E
(28,43,30)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #6DC493

#6DC493
(109,196,147)
#7AC99C
(122,201,156)
#87CEA5
(135,206,165)
#94D3AE
(148,211,174)
#A1D8B7
(161,216,183)
#AEDDC0
(174,221,192)
#BBE2C9
(187,226,201)
#C8E7D2
(200,231,210)
#D5ECDB
(213,236,219)
#E2F1E4
(226,241,228)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC493; }

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

This text font color is #6DC493.


Background Color

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

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

This div background color is #6DC493.


Border color

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

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

This div border color is #6DC493.


Opacity

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

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

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

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

This text has shadow with #6DC493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC493 on black background.


Color preview on white background

This text has color #6DC493 on white background.



Black color preview on #6DC493 background

This text has black color on #6DC493 background.


White color preview on #6DC493 background

This text has white color on #6DC493 background.