COLOR #6AC2C5

HEX: #6AC2C5
RGB: (106,194,197)

Color info

#6AC2C5 contains mainly green and blue colors. Web safe color of #6AC2C5 is #66CCCC (or #6CC).

RGB color model

#6AC2C5 color RGB value is (106,194,197).

  • red value is 106;
  • green value is 194;
  • blue value is 197.
RGB:
(106,194,197)
(42%,76%,77%)

RGB channels and saturation

R 106 of 255 = 42%
G 194 of 255 = 76%
B 197 of 255 = 77%

106
194
197

R + G + B ~ 65%. #6AC2C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 194 + 197 = 497 (100%)
R 106 of 497 ~ 21.33%
G 194 of 497 ~ 39.03%
B 197 of 497 ~ 39.64%

%21.33
%39.03
%39.64

CMYK color model

#6AC2C5 color CMYK value is (46,2,0,23).

  • cyan value is 46.19%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(46,2,0,23)
C46M2Y0K23 
(46%,2%,0%,23%)
(0.46/0.02/0.00/0.23)	

CMYK percentages

%46.19
%1.52
%0
%22.75

Codes

Color #6AC2C5 in popluar color models

6AC2C5
RGB106194197
HSL182°43.96%59.41%
HSB/HSV182°46.19%77.25%
CMYK46.19%1.52%0.00%
22.75%

Color #6AC2C5 in popluar number systems.

HEX6AC2C5
Decimal106194197
Binary11010101100001011000101
Octal152302305

Shades and tints

Shades of #6AC2C5

#6AC2C5
(106,194,197)
#61B1B4
(97,177,180)
#58A0A3
(88,160,163)
#4F8F92
(79,143,146)
#467E81
(70,126,129)
#3D6D70
(61,109,112)
#345C5F
(52,92,95)
#2B4B4E
(43,75,78)
#223A3D
(34,58,61)
#19292C
(25,41,44)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #6AC2C5

#6AC2C5
(106,194,197)
#77C7CA
(119,199,202)
#84CCCF
(132,204,207)
#91D1D4
(145,209,212)
#9ED6D9
(158,214,217)
#ABDBDE
(171,219,222)
#B8E0E3
(184,224,227)
#C5E5E8
(197,229,232)
#D2EAED
(210,234,237)
#DFEFF2
(223,239,242)
#ECF4F7
(236,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC2C5 color. Also use rgb(106,194,197) instead hex code.

Text Font Color

.myTextColor { color: #6AC2C5; }

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

This text font color is #6AC2C5.


Background Color

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

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

This div background color is #6AC2C5.


Border color

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

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

This div border color is #6AC2C5.


Opacity

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

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

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

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

This text has shadow with #6AC2C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC2C5 on black background.


Color preview on white background

This text has color #6AC2C5 on white background.



Black color preview on #6AC2C5 background

This text has black color on #6AC2C5 background.


White color preview on #6AC2C5 background

This text has white color on #6AC2C5 background.