COLOR #6AD996

HEX: #6AD996
RGB: (106,217,150)

Renk bilgisi

#6AD996 contains mainly green color. #6AD996 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#6AD996 color RGB value is (106,217,150).

  • kırmız ton 106;
  • yeşil ton 217;
  • mavi ton 150.
RGB:
(106,217,150)
(42%,85%,59%)

RGB bağlantıları ve doygunluk

R 106 of 255 = 42%
G 217 of 255 = 85%
B 150 of 255 = 59%

106
217
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
106 + 217 + 150 = 473 (100%)
R 106 of 473 ~ 22.41%
G 217 of 473 ~ 45.88%
B 150 of 473 ~ 31.71%

%22.41
%45.88
%31.71

CMYK RENK MODELİ

#6AD996 rengi CMYK tonu (51,0,31,15).

  • camgöbeği tonu 51.15%
  • eflatun tonu 0.00%
  • sarı tonu 30.88%
  • ana renk tonu 14.90%
CMYK:
(51,0,31,15)
C51M0Y31K15 
(51%,0%,31%,15%)
(0.51/0.00/0.31/0.15)	

CMYK yüzdeleri

%51.15
%0
%30.88
%14.9

Codes

Color #6AD996 in popluar color models

6AD996
RGB106217150
HSL144°59.36%63.33%
HSB/HSV144°51.15%85.10%
CMYK51.15%0.00%30.88%
14.90%

Color #6AD996 in popluar number systems.

HEX6AD996
Decimal106217150
Binary11010101101100110010110
Octal152331226

Shades and tints

Shades of #6AD996

#6AD996
(106,217,150)
#61C689
(97,198,137)
#58B37C
(88,179,124)
#4FA06F
(79,160,111)
#468D62
(70,141,98)
#3D7A55
(61,122,85)
#346748
(52,103,72)
#2B543B
(43,84,59)
#22412E
(34,65,46)
#192E21
(25,46,33)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #6AD996

#6AD996
(106,217,150)
#77DC9F
(119,220,159)
#84DFA8
(132,223,168)
#91E2B1
(145,226,177)
#9EE5BA
(158,229,186)
#ABE8C3
(171,232,195)
#B8EBCC
(184,235,204)
#C5EED5
(197,238,213)
#D2F1DE
(210,241,222)
#DFF4E7
(223,244,231)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AD996 color. Also use rgb(106,217,150) instead hex code.

Text Font Color

.myTextColor { color: #6AD996; }

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

This text font color is #6AD996.


Background Color

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

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

This div background color is #6AD996.


Border color

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

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

This div border color is #6AD996.


Opacity

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

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

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

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

This text has shadow with #6AD996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AD996 on black background.


Color preview on white background

This text has color #6AD996 on white background.



Black color preview on #6AD996 background

This text has black color on #6AD996 background.


White color preview on #6AD996 background

This text has white color on #6AD996 background.