COLOR #6CAE94

HEX: #6CAE94 RGB: (108,174,148)

Color info

#6CAE94 contains mainly green and blue colors. Web safe color of #6CAE94 is #669999 (or #699).

RGB color model

#6CAE94 color RGB value is (108,174,148).

RGB: (108,174,148) (42%, 68%, 58%)

RGB channels and saturation

R 108 of 255 = 42%
G 174 of 255 = 68%
B 148 of 255 = 58%

108
174
148

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

Portions of RGB colors in percentages

R + G + B = 108 + 174 + 148 = 430 (100%)
R 108 of 430 ~ 25.12%
G 174 of 430 ~ 40.47%
B 148 of 430 ~ 34.42'%

%25.12
%40.47
%34.42

CMYK color model

#6CAE94 color CMYK value is (38,0,15,32).

  • cyan value is 37.93%
  • magenta value is 0.00%
  • yellow value is 14.94%
  • key color value is 31.76%

CMYK: (38,0,15,32)
C38M0Y15K32 (38%, 0%, 15%, 32%)
(0.38 / 0.00 / 0.15 / 0.32)

CMYK percentages

%37.93
%0
%14.94
%31.76

Codes

Color #6CAE94 in popluar color models

6C AE 94
RGB 108 174 148
HSL 156° 28.95% 55.29%
HSB/HSV 156° 37.93% 68.24%
CMYK 37.93% 0.00% 14.94%
31.76%

Color #6CAE94 in popluar number systems.

HEX 6C AE 94
Decimal 108 174 148
Binary 1101100 10101110 10010100
Octal 154 256 224

Shades and tints

Shades of #6CAE94

#6CAE94
(108,174,148)
#639F87
(99,159,135)
#5A907A
(90,144,122)
#51816D
(81,129,109)
#487260
(72,114,96)
#3F6353
(63,99,83)
#365446
(54,84,70)
#2D4539
(45,69,57)
#24362C
(36,54,44)
#1B271F
(27,39,31)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #6CAE94

#6CAE94
(108,174,148)
#79B59D
(121,181,157)
#86BCA6
(134,188,166)
#93C3AF
(147,195,175)
#A0CAB8
(160,202,184)
#ADD1C1
(173,209,193)
#BAD8CA
(186,216,202)
#C7DFD3
(199,223,211)
#D4E6DC
(212,230,220)
#E1EDE5
(225,237,229)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAE94 color. Also use rgb(108,174,148) instead hex code.

Text Font Color

.myTextColor { color: #6CAE94; }

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

This text font color is #6CAE94.

Background Color

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

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

This div background color is #6CAE94.

Border color

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

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

This div border color is #6CAE94.

Opacity

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

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

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

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

This text has shadow with #6CAE94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAE94.

Preview

Color preview on black background

This text has color #6CAE94 on black background.


Color preview on white background

This text has color #6CAE94 on white background.


Black color preview on #6CAE94 background

This text has black color on #6CAE94 background.


White color preview on #6CAE94 background

This text has white color on #6CAE94 background.


Related colors

Complementary color

Complementary color for #hex is #93516B.


I love getcolorcode.com

Triadic colors

1 #946CAE and #AE946C with #6CAE94 are triadic colors.

2 #94AE6C and #AE6C94 with #6CAE94 are triadic colors.