COLOR #6CC198

HEX: #6CC198 RGB: (108,193,152)

Color info

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

RGB color model

#6CC198 color RGB value is (108,193,152).

RGB: (108,193,152) (42%, 76%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 193 of 255 = 76%
B 152 of 255 = 60%

108
193
152

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

Portions of RGB colors in percentages

R + G + B = 108 + 193 + 152 = 453 (100%)
R 108 of 453 ~ 23.84%
G 193 of 453 ~ 42.6%
B 152 of 453 ~ 33.55'%

%23.84
%42.6
%33.55

CMYK color model

#6CC198 color CMYK value is (44,0,21,24).

  • cyan value is 44.04%
  • magenta value is 0.00%
  • yellow value is 21.24%
  • key color value is 24.31%

CMYK: (44,0,21,24)
C44M0Y21K24 (44%, 0%, 21%, 24%)
(0.44 / 0.00 / 0.21 / 0.24)

CMYK percentages

%44.04
%0
%21.24
%24.31

Codes

Color #6CC198 in popluar color models

6C C1 98
RGB 108 193 152
HSL 151° 40.67% 59.02%
HSB/HSV 151° 44.04% 75.69%
CMYK 44.04% 0.00% 21.24%
24.31%

Color #6CC198 in popluar number systems.

HEX 6C C1 98
Decimal 108 193 152
Binary 1101100 11000001 10011000
Octal 154 301 230

Shades and tints

Shades of #6CC198

#6CC198
(108,193,152)
#63B08B
(99,176,139)
#5A9F7E
(90,159,126)
#518E71
(81,142,113)
#487D64
(72,125,100)
#3F6C57
(63,108,87)
#365B4A
(54,91,74)
#2D4A3D
(45,74,61)
#243930
(36,57,48)
#1B2823
(27,40,35)
#121716
(18,23,22)
#000000
(0,0,0)

Tints of #6CC198

#6CC198
(108,193,152)
#79C6A1
(121,198,161)
#86CBAA
(134,203,170)
#93D0B3
(147,208,179)
#A0D5BC
(160,213,188)
#ADDAC5
(173,218,197)
#BADFCE
(186,223,206)
#C7E4D7
(199,228,215)
#D4E9E0
(212,233,224)
#E1EEE9
(225,238,233)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC198; }

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

This text font color is #6CC198.

Background Color

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

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

This div background color is #6CC198.

Border color

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

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

This div border color is #6CC198.

Opacity

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

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

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

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

This text has shadow with #6CC198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC198.

Preview

Color preview on black background

This text has color #6CC198 on black background.


Color preview on white background

This text has color #6CC198 on white background.


Black color preview on #6CC198 background

This text has black color on #6CC198 background.


White color preview on #6CC198 background

This text has white color on #6CC198 background.


Related colors

Complementary color

Complementary color for #hex is #933E67.


I love getcolorcode.com

Triadic colors

1 #986CC1 and #C1986C with #6CC198 are triadic colors.

2 #98C16C and #C16C98 with #6CC198 are triadic colors.