COLOR #6CC490

HEX: #6CC490
RGB: (108,196,144)

Renk bilgisi

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

RGB renk modeli

#6CC490 color RGB value is (108,196,144).

  • kırmız ton 108;
  • yeşil ton 196;
  • mavi ton 144.
RGB:
(108,196,144)
(42%,77%,56%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 196 of 255 = 77%
B 144 of 255 = 56%

108
196
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 196 + 144 = 448 (100%)
R 108 of 448 ~ 24.11%
G 196 of 448 ~ 43.75%
B 144 of 448 ~ 32.14%

%24.11
%43.75
%32.14

CMYK RENK MODELİ

#6CC490 rengi CMYK tonu (45,0,27,23).

  • camgöbeği tonu 44.90%
  • eflatun tonu 0.00%
  • sarı tonu 26.53%
  • ana renk tonu 23.14%
CMYK:
(45,0,27,23)
C45M0Y27K23 
(45%,0%,27%,23%)
(0.45/0.00/0.27/0.23)	

CMYK yüzdeleri

%44.9
%0
%26.53
%23.14

Codes

Color #6CC490 in popluar color models

6CC490
RGB108196144
HSL145°42.72%59.61%
HSB/HSV145°44.90%76.86%
CMYK44.90%0.00%26.53%
23.14%

Color #6CC490 in popluar number systems.

HEX6CC490
Decimal108196144
Binary11011001100010010010000
Octal154304220

Shades and tints

Shades of #6CC490

#6CC490
(108,196,144)
#63B383
(99,179,131)
#5AA276
(90,162,118)
#519169
(81,145,105)
#48805C
(72,128,92)
#3F6F4F
(63,111,79)
#365E42
(54,94,66)
#2D4D35
(45,77,53)
#243C28
(36,60,40)
#1B2B1B
(27,43,27)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #6CC490

#6CC490
(108,196,144)
#79C99A
(121,201,154)
#86CEA4
(134,206,164)
#93D3AE
(147,211,174)
#A0D8B8
(160,216,184)
#ADDDC2
(173,221,194)
#BAE2CC
(186,226,204)
#C7E7D6
(199,231,214)
#D4ECE0
(212,236,224)
#E1F1EA
(225,241,234)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC490 color. Also use rgb(108,196,144) instead hex code.

Text Font Color

.myTextColor { color: #6CC490; }

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

This text font color is #6CC490.


Background Color

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

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

This div background color is #6CC490.


Border color

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

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

This div border color is #6CC490.


Opacity

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

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

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

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

This text has shadow with #6CC490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC490 on black background.


Color preview on white background

This text has color #6CC490 on white background.



Black color preview on #6CC490 background

This text has black color on #6CC490 background.


White color preview on #6CC490 background

This text has white color on #6CC490 background.