COLOR #6CCE90

HEX: #6CCE90 RGB: (108,206,144)

Color info

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

RGB color model

#6CCE90 color RGB value is (108,206,144).

RGB: (108,206,144) (42%, 81%, 56%)

RGB channels and saturation

R 108 of 255 = 42%
G 206 of 255 = 81%
B 144 of 255 = 56%

108
206
144

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

Portions of RGB colors in percentages

R + G + B = 108 + 206 + 144 = 458 (100%)
R 108 of 458 ~ 23.58%
G 206 of 458 ~ 44.98%
B 144 of 458 ~ 31.44'%

%23.58
%44.98
%31.44

CMYK color model

#6CCE90 color CMYK value is (48,0,30,19).

  • cyan value is 47.57%
  • magenta value is 0.00%
  • yellow value is 30.10%
  • key color value is 19.22%

CMYK: (48,0,30,19)
C48M0Y30K19 (48%, 0%, 30%, 19%)
(0.48 / 0.00 / 0.30 / 0.19)

CMYK percentages

%47.57
%0
%30.1
%19.22

Codes

Color #6CCE90 in popluar color models

6C CE 90
RGB 108 206 144
HSL 142° 50.00% 61.57%
HSB/HSV 142° 47.57% 80.78%
CMYK 47.57% 0.00% 30.10%
19.22%

Color #6CCE90 in popluar number systems.

HEX 6C CE 90
Decimal 108 206 144
Binary 1101100 11001110 10010000
Octal 154 316 220

Shades and tints

Shades of #6CCE90

#6CCE90
(108,206,144)
#63BC83
(99,188,131)
#5AAA76
(90,170,118)
#519869
(81,152,105)
#48865C
(72,134,92)
#3F744F
(63,116,79)
#366242
(54,98,66)
#2D5035
(45,80,53)
#243E28
(36,62,40)
#1B2C1B
(27,44,27)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #6CCE90

#6CCE90
(108,206,144)
#79D29A
(121,210,154)
#86D6A4
(134,214,164)
#93DAAE
(147,218,174)
#A0DEB8
(160,222,184)
#ADE2C2
(173,226,194)
#BAE6CC
(186,230,204)
#C7EAD6
(199,234,214)
#D4EEE0
(212,238,224)
#E1F2EA
(225,242,234)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CCE90; }

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

This text font color is #6CCE90.

Background Color

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

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

This div background color is #6CCE90.

Border color

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

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

This div border color is #6CCE90.

Opacity

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

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

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

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

This text has shadow with #6CCE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCE90.

Preview

Color preview on black background

This text has color #6CCE90 on black background.


Color preview on white background

This text has color #6CCE90 on white background.


Black color preview on #6CCE90 background

This text has black color on #6CCE90 background.


White color preview on #6CCE90 background

This text has white color on #6CCE90 background.


Related colors

Complementary color

Complementary color for #hex is #93316F.


I love getcolorcode.com

Triadic colors

1 #906CCE and #CE906C with #6CCE90 are triadic colors.

2 #90CE6C and #CE6C90 with #6CCE90 are triadic colors.