COLOR #6CC180

HEX: #6CC180 RGB: (108,193,128)

Color info

#6CC180 contains mainly green color. Web safe color of #6CC180 is #66CC66 (or #6C6).

RGB color model

#6CC180 color RGB value is (108,193,128).

RGB: (108,193,128) (42%, 76%, 50%)

RGB channels and saturation

R 108 of 255 = 42%
G 193 of 255 = 76%
B 128 of 255 = 50%

108
193
128

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

Portions of RGB colors in percentages

R + G + B = 108 + 193 + 128 = 429 (100%)
R 108 of 429 ~ 25.17%
G 193 of 429 ~ 44.99%
B 128 of 429 ~ 29.84'%

%25.17
%44.99
%29.84

CMYK color model

#6CC180 color CMYK value is (44,0,34,24).

  • cyan value is 44.04%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%
CMYK: (44,0,34,24) C44M0Y34K24 (44%,0%,34%,24%) (0.44/0.00/0.34/0.24) 

CMYK percentages

%44.04
%0
%33.68
%24.31

Codes

Color #6CC180 in popluar color models

6C C1 80
RGB 108 193 128
HSL 134° 40.67% 59.02%
HSB/HSV 134° 44.04% 75.69%
CMYK 44.04% 0.00% 33.68%
24.31%

Color #6CC180 in popluar number systems.

HEX 6C C1 80
Decimal 108 193 128
Binary 1101100 11000001 10000000
Octal 154 301 200

Shades and tints

Shades of #6CC180

#6CC180
(108,193,128)
#63B075
(99,176,117)
#5A9F6A
(90,159,106)
#518E5F
(81,142,95)
#487D54
(72,125,84)
#3F6C49
(63,108,73)
#365B3E
(54,91,62)
#2D4A33
(45,74,51)
#243928
(36,57,40)
#1B281D
(27,40,29)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #6CC180

#6CC180
(108,193,128)
#79C68B
(121,198,139)
#86CB96
(134,203,150)
#93D0A1
(147,208,161)
#A0D5AC
(160,213,172)
#ADDAB7
(173,218,183)
#BADFC2
(186,223,194)
#C7E4CD
(199,228,205)
#D4E9D8
(212,233,216)
#E1EEE3
(225,238,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC180 color. Also use rgb(108,193,128) instead hex code.

Text Font Color

.myTextColor { color: #6CC180; }

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

This text font color is #6CC180.

Background Color

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

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

This div background color is #6CC180.

Border color

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

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

This div border color is #6CC180.

Opacity

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

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

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

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

This text has shadow with #6CC180 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC180.

Preview

Color preview on black background

This text has color #6CC180 on black background.


Color preview on white background

This text has color #6CC180 on white background.


Black color preview on #6CC180 background

This text has black color on #6CC180 background.


White color preview on #6CC180 background

This text has white color on #6CC180 background.


Related colors

Complementary color

Complementary color for #hex is #933E7F.


I love getcolorcode.com

Triadic colors

1 #806CC1 and #C1806C with #6CC180 are triadic colors.

2 #80C16C and #C16C80 with #6CC180 are triadic colors.