COLOR #6CC595

HEX: #6CC595
RGB: (108,197,149)

Color info

#6CC595 contains mainly green and blue colors. Web safe color of #6CC595 is #66CC99 (or #6C9).

RGB color model

#6CC595 color RGB value is (108,197,149).

  • red value is 108;
  • green value is 197;
  • blue value is 149.
RGB:
(108,197,149)
(42%,77%,58%)

RGB channels and saturation

R 108 of 255 = 42%
G 197 of 255 = 77%
B 149 of 255 = 58%

108
197
149

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

Portions of RGB colors in percentages

R + G + B =
108 + 197 + 149 = 454 (100%)
R 108 of 454 ~ 23.79%
G 197 of 454 ~ 43.39%
B 149 of 454 ~ 32.82%

%23.79
%43.39
%32.82

CMYK color model

#6CC595 color CMYK value is (45,0,24,23).

  • cyan value is 45.18%
  • magenta value is 0.00%
  • yellow value is 24.37%
  • key color value is 22.75%
CMYK:
(45,0,24,23)
C45M0Y24K23 
(45%,0%,24%,23%)
(0.45/0.00/0.24/0.23)	

CMYK percentages

%45.18
%0
%24.37
%22.75

Codes

Color #6CC595 in popluar color models

6CC595
RGB108197149
HSL148°43.41%59.80%
HSB/HSV148°45.18%77.25%
CMYK45.18%0.00%24.37%
22.75%

Color #6CC595 in popluar number systems.

HEX6CC595
Decimal108197149
Binary11011001100010110010101
Octal154305225

Shades and tints

Shades of #6CC595

#6CC595
(108,197,149)
#63B488
(99,180,136)
#5AA37B
(90,163,123)
#51926E
(81,146,110)
#488161
(72,129,97)
#3F7054
(63,112,84)
#365F47
(54,95,71)
#2D4E3A
(45,78,58)
#243D2D
(36,61,45)
#1B2C20
(27,44,32)
#121B13
(18,27,19)
#000000
(0,0,0)

Tints of #6CC595

#6CC595
(108,197,149)
#79CA9E
(121,202,158)
#86CFA7
(134,207,167)
#93D4B0
(147,212,176)
#A0D9B9
(160,217,185)
#ADDEC2
(173,222,194)
#BAE3CB
(186,227,203)
#C7E8D4
(199,232,212)
#D4EDDD
(212,237,221)
#E1F2E6
(225,242,230)
#EEF7EF
(238,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC595 color. Also use rgb(108,197,149) instead hex code.

Text Font Color

.myTextColor { color: #6CC595; }

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

This text font color is #6CC595.


Background Color

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

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

This div background color is #6CC595.


Border color

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

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

This div border color is #6CC595.


Opacity

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

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

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

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

This text has shadow with #6CC595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC595 on black background.


Color preview on white background

This text has color #6CC595 on white background.



Black color preview on #6CC595 background

This text has black color on #6CC595 background.


White color preview on #6CC595 background

This text has white color on #6CC595 background.