COLOR #6DC4B0

HEX: #6DC4B0
RGB: (109,196,176)

Renk bilgisi

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

RGB renk modeli

#6DC4B0 color RGB value is (109,196,176).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 196 of 255 = 77%
B 176 of 255 = 69%

109
196
176

R + G + B ~ 63%. #6DC4B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 196 + 176 = 481 (100%)
R 109 of 481 ~ 22.66%
G 196 of 481 ~ 40.75%
B 176 of 481 ~ 36.59%

%22.66
%40.75
%36.59

CMYK RENK MODELİ

#6DC4B0 rengi CMYK tonu (44,0,10,23).

  • camgöbeği tonu 44.39%
  • eflatun tonu 0.00%
  • sarı tonu 10.20%
  • ana renk tonu 23.14%
CMYK:
(44,0,10,23)
C44M0Y10K23 
(44%,0%,10%,23%)
(0.44/0.00/0.10/0.23)	

CMYK yüzdeleri

%44.39
%0
%10.2
%23.14

Codes

Color #6DC4B0 in popluar color models

6DC4B0
RGB109196176
HSL166°42.44%59.80%
HSB/HSV166°44.39%76.86%
CMYK44.39%0.00%10.20%
23.14%

Color #6DC4B0 in popluar number systems.

HEX6DC4B0
Decimal109196176
Binary11011011100010010110000
Octal155304260

Shades and tints

Shades of #6DC4B0

#6DC4B0
(109,196,176)
#64B3A0
(100,179,160)
#5BA290
(91,162,144)
#529180
(82,145,128)
#498070
(73,128,112)
#406F60
(64,111,96)
#375E50
(55,94,80)
#2E4D40
(46,77,64)
#253C30
(37,60,48)
#1C2B20
(28,43,32)
#131A10
(19,26,16)
#000000
(0,0,0)

Tints of #6DC4B0

#6DC4B0
(109,196,176)
#7AC9B7
(122,201,183)
#87CEBE
(135,206,190)
#94D3C5
(148,211,197)
#A1D8CC
(161,216,204)
#AEDDD3
(174,221,211)
#BBE2DA
(187,226,218)
#C8E7E1
(200,231,225)
#D5ECE8
(213,236,232)
#E2F1EF
(226,241,239)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DC4B0; }

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

This text font color is #6DC4B0.


Background Color

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

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

This div background color is #6DC4B0.


Border color

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

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

This div border color is #6DC4B0.


Opacity

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

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

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

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

This text has shadow with #6DC4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC4B0 on black background.


Color preview on white background

This text has color #6DC4B0 on white background.



Black color preview on #6DC4B0 background

This text has black color on #6DC4B0 background.


White color preview on #6DC4B0 background

This text has white color on #6DC4B0 background.