COLOR #6AC0A8

HEX: #6AC0A8
RGB: (106,192,168)

Color info

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

RGB color model

#6AC0A8 color RGB value is (106,192,168).

  • red value is 106;
  • green value is 192;
  • blue value is 168.
RGB:
(106,192,168)
(42%,75%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 192 of 255 = 75%
B 168 of 255 = 66%

106
192
168

R + G + B ~ 61%. #6AC0A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 192 + 168 = 466 (100%)
R 106 of 466 ~ 22.75%
G 192 of 466 ~ 41.2%
B 168 of 466 ~ 36.05%

%22.75
%41.2
%36.05

CMYK color model

#6AC0A8 color CMYK value is (45,0,13,25).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 24.71%
CMYK:
(45,0,13,25)
C45M0Y13K25 
(45%,0%,13%,25%)
(0.45/0.00/0.13/0.25)	

CMYK percentages

%44.79
%0
%12.5
%24.71

Codes

Color #6AC0A8 in popluar color models

6AC0A8
RGB106192168
HSL163°40.57%58.43%
HSB/HSV163°44.79%75.29%
CMYK44.79%0.00%12.50%
24.71%

Color #6AC0A8 in popluar number systems.

HEX6AC0A8
Decimal106192168
Binary11010101100000010101000
Octal152300250

Shades and tints

Shades of #6AC0A8

#6AC0A8
(106,192,168)
#61AF99
(97,175,153)
#589E8A
(88,158,138)
#4F8D7B
(79,141,123)
#467C6C
(70,124,108)
#3D6B5D
(61,107,93)
#345A4E
(52,90,78)
#2B493F
(43,73,63)
#223830
(34,56,48)
#192721
(25,39,33)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #6AC0A8

#6AC0A8
(106,192,168)
#77C5AF
(119,197,175)
#84CAB6
(132,202,182)
#91CFBD
(145,207,189)
#9ED4C4
(158,212,196)
#ABD9CB
(171,217,203)
#B8DED2
(184,222,210)
#C5E3D9
(197,227,217)
#D2E8E0
(210,232,224)
#DFEDE7
(223,237,231)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AC0A8 color. Also use rgb(106,192,168) instead hex code.

Text Font Color

.myTextColor { color: #6AC0A8; }

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

This text font color is #6AC0A8.


Background Color

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

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

This div background color is #6AC0A8.


Border color

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

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

This div border color is #6AC0A8.


Opacity

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

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

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

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

This text has shadow with #6AC0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AC0A8 on black background.


Color preview on white background

This text has color #6AC0A8 on white background.



Black color preview on #6AC0A8 background

This text has black color on #6AC0A8 background.


White color preview on #6AC0A8 background

This text has white color on #6AC0A8 background.