COLOR #6CC882

HEX: #6CC882 RGB: (108,200,130)

Color info

#6CC882 contains mainly green color. Web safe color of #6CC882 is #66CC99 (or #6C9).

RGB color model

#6CC882 color RGB value is (108,200,130).

RGB: (108,200,130) (42%, 78%, 51%)

RGB channels and saturation

R 108 of 255 = 42%
G 200 of 255 = 78%
B 130 of 255 = 51%

108
200
130

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

Portions of RGB colors in percentages

R + G + B = 108 + 200 + 130 = 438 (100%)
R 108 of 438 ~ 24.66%
G 200 of 438 ~ 45.66%
B 130 of 438 ~ 29.68'%

%24.66
%45.66
%29.68

CMYK color model

#6CC882 color CMYK value is (46,0,35,22).

  • cyan value is 46.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (46,0,35,22)
C46M0Y35K22 (46%, 0%, 35%, 22%)
(0.46 / 0.00 / 0.35 / 0.22)

CMYK percentages

%46
%0
%35
%21.57

Codes

Color #6CC882 in popluar color models

6C C8 82
RGB 108 200 130
HSL 134° 45.54% 60.39%
HSB/HSV 134° 46.00% 78.43%
CMYK 46.00% 0.00% 35.00%
21.57%

Color #6CC882 in popluar number systems.

HEX 6C C8 82
Decimal 108 200 130
Binary 1101100 11001000 10000010
Octal 154 310 202

Shades and tints

Shades of #6CC882

#6CC882
(108,200,130)
#63B677
(99,182,119)
#5AA46C
(90,164,108)
#519261
(81,146,97)
#488056
(72,128,86)
#3F6E4B
(63,110,75)
#365C40
(54,92,64)
#2D4A35
(45,74,53)
#24382A
(36,56,42)
#1B261F
(27,38,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #6CC882

#6CC882
(108,200,130)
#79CD8D
(121,205,141)
#86D298
(134,210,152)
#93D7A3
(147,215,163)
#A0DCAE
(160,220,174)
#ADE1B9
(173,225,185)
#BAE6C4
(186,230,196)
#C7EBCF
(199,235,207)
#D4F0DA
(212,240,218)
#E1F5E5
(225,245,229)
#EEFAF0
(238,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC882 color. Also use rgb(108,200,130) instead hex code.

Text Font Color

.myTextColor { color: #6CC882; }

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

This text font color is #6CC882.

Background Color

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

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

This div background color is #6CC882.

Border color

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

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

This div border color is #6CC882.

Opacity

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

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

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

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

This text has shadow with #6CC882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC882.

Preview

Color preview on black background

This text has color #6CC882 on black background.


Color preview on white background

This text has color #6CC882 on white background.


Black color preview on #6CC882 background

This text has black color on #6CC882 background.


White color preview on #6CC882 background

This text has white color on #6CC882 background.


Related colors

Complementary color

Complementary color for #hex is #93377D.


I love getcolorcode.com

Triadic colors

1 #826CC8 and #C8826C with #6CC882 are triadic colors.

2 #82C86C and #C86C82 with #6CC882 are triadic colors.