COLOR #6CAFA5

HEX: #6CAFA5 RGB: (108,175,165)

Color info

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

RGB color model

#6CAFA5 color RGB value is (108,175,165).

RGB: (108,175,165) (42%, 69%, 65%)

RGB channels and saturation

R 108 of 255 = 42%
G 175 of 255 = 69%
B 165 of 255 = 65%

108
175
165

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

Portions of RGB colors in percentages

R + G + B = 108 + 175 + 165 = 448 (100%)
R 108 of 448 ~ 24.11%
G 175 of 448 ~ 39.06%
B 165 of 448 ~ 36.83'%

%24.11
%39.06
%36.83

CMYK color model

#6CAFA5 color CMYK value is (38,0,6,31).

  • cyan value is 38.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%

CMYK: (38,0,6,31)
C38M0Y6K31 (38%, 0%, 6%, 31%)
(0.38 / 0.00 / 0.06 / 0.31)

CMYK percentages

%38.29
%0
%5.71
%31.37

Codes

Color #6CAFA5 in popluar color models

6C AF A5
RGB 108 175 165
HSL 171° 29.52% 55.49%
HSB/HSV 171° 38.29% 68.63%
CMYK 38.29% 0.00% 5.71%
31.37%

Color #6CAFA5 in popluar number systems.

HEX 6C AF A5
Decimal 108 175 165
Binary 1101100 10101111 10100101
Octal 154 257 245

Shades and tints

Shades of #6CAFA5

#6CAFA5
(108,175,165)
#63A096
(99,160,150)
#5A9187
(90,145,135)
#518278
(81,130,120)
#487369
(72,115,105)
#3F645A
(63,100,90)
#36554B
(54,85,75)
#2D463C
(45,70,60)
#24372D
(36,55,45)
#1B281E
(27,40,30)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #6CAFA5

#6CAFA5
(108,175,165)
#79B6AD
(121,182,173)
#86BDB5
(134,189,181)
#93C4BD
(147,196,189)
#A0CBC5
(160,203,197)
#ADD2CD
(173,210,205)
#BAD9D5
(186,217,213)
#C7E0DD
(199,224,221)
#D4E7E5
(212,231,229)
#E1EEED
(225,238,237)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CAFA5 color. Also use rgb(108,175,165) instead hex code.

Text Font Color

.myTextColor { color: #6CAFA5; }

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

This text font color is #6CAFA5.

Background Color

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

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

This div background color is #6CAFA5.

Border color

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

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

This div border color is #6CAFA5.

Opacity

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

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

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

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

This text has shadow with #6CAFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CAFA5.

Preview

Color preview on black background

This text has color #6CAFA5 on black background.


Color preview on white background

This text has color #6CAFA5 on white background.


Black color preview on #6CAFA5 background

This text has black color on #6CAFA5 background.


White color preview on #6CAFA5 background

This text has white color on #6CAFA5 background.


Related colors

Complementary color

Complementary color for #hex is #93505A.


I love getcolorcode.com

Triadic colors

1 #A56CAF and #AFA56C with #6CAFA5 are triadic colors.

2 #A5AF6C and #AF6CA5 with #6CAFA5 are triadic colors.